$ A B C D E F G H I J K L M N O P Q R S T U V W X Y

G

get() - Method in class com.commonsware.cwac.task.AsyncTaskEx
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in class com.commonsware.cwac.task.AsyncTaskEx
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result.
get(T) - Method in class com.nineoldandroids.util.Property
Returns the current value that this property represents on the given object.
get(String, Object, Function, String) - Static method in class self.philbrown.droidQuery.$
Shortcut method to use the default AjaxOptions to perform an Ajax GET request
getAlpha() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getAlpha(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getAnimatedFraction() - Method in class com.nineoldandroids.animation.ValueAnimator
Returns the current animation fraction, which is the elapsed/interpolated fraction used in the most recent frame update on the animation.
getAnimatedValue() - Method in class com.nineoldandroids.animation.ValueAnimator
The most recent value calculated by this ValueAnimator when there is just one property being animated.
getAnimatedValue(String) - Method in class com.nineoldandroids.animation.ValueAnimator
The most recent value calculated by this ValueAnimator for propertyName.
getChildAnimations() - Method in class com.nineoldandroids.animation.AnimatorSet
Returns the current list of child Animator objects controlled by this AnimatorSet.
getCommands() - Method in class self.philbrown.droidQuery.Script
 
getCurrentAnimationsCount() - Static method in class com.nineoldandroids.animation.ValueAnimator
Return the number of animations currently running.
getCurrentPlayTime() - Method in class com.nineoldandroids.animation.ValueAnimator
Gets the current position of the animation in time, which is equal to the current time minus the time that the animation started.
getDrawable(String) - Method in class self.philbrown.droidQuery.AsyncImageGetter
Gets the drawable from the given URL resource, or from the local file path.
getDuration() - Method in class com.nineoldandroids.animation.Animator
Gets the length of the animation.
getDuration() - Method in class com.nineoldandroids.animation.AnimatorSet
Gets the length of each of the child animations of this AnimatorSet.
getDuration() - Method in class com.nineoldandroids.animation.ValueAnimator
Gets the length of the animation.
getDuration() - Method in class com.nineoldandroids.view.ViewPropertyAnimator
Returns the current duration of property animations.
getEncodedCredentials() - Method in class self.philbrown.droidQuery.AjaxOptions
As a security feature, this class will not allow queries of authentication passwords.
getFraction() - Method in class com.nineoldandroids.animation.Keyframe
Gets the time for this keyframe, as a fraction of the overall animation duration.
getFrameDelay() - Static method in class com.nineoldandroids.animation.ValueAnimator
The amount of time, in milliseconds, between each frame of the animation.
getInterpolator() - Method in class com.nineoldandroids.animation.Keyframe
Gets the optional interpolator for this Keyframe.
getInterpolator() - Method in class com.nineoldandroids.animation.ValueAnimator
Returns the timing interpolator that this ValueAnimator uses.
getJSON(String, Object, Function) - Static method in class self.philbrown.droidQuery.$
Shortcut method to use the default Ajax Options to perform an Ajax GET request and receive a JSON-formatted response
getKey() - Method in class self.philbrown.droidQuery.QuickEntry
 
getListeners() - Method in class com.nineoldandroids.animation.Animator
Gets the set of Animator.AnimatorListener objects that are currently listening for events on this Animator object.
getName() - Method in class com.nineoldandroids.util.Property
Returns the name for this property.
getOpacity() - Method in class self.philbrown.droidQuery.TextDrawable
 
getPivotX() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getPivotX(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getPivotY() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getPivotY(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getPropertyName() - Method in class com.nineoldandroids.animation.ObjectAnimator
Gets the name of the property that will be animated.
getPropertyName() - Method in class com.nineoldandroids.animation.PropertyValuesHolder
Gets the name of the property that will be animated.
getRepeatCount() - Method in class com.nineoldandroids.animation.ValueAnimator
Defines how many times the animation should repeat.
getRepeatMode() - Method in class com.nineoldandroids.animation.ValueAnimator
Defines what this animation should do when it reaches the end.
getRotation() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getRotation(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getRotationX() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getRotationX(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getRotationY() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getRotationY(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getScaleX() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getScaleX(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getScaleY() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getScaleY(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getScript(String, Function) - Static method in class self.philbrown.droidQuery.$
Shortcut method to use the default Ajax Options to perform an Ajax GET request and receive a Script response
getScrollX() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getScrollX(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getScrollY() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getScrollY(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getStartDelay() - Method in class com.nineoldandroids.animation.Animator
The amount of time, in milliseconds, to delay starting the animation after Animator.start() is called.
getStartDelay() - Method in class com.nineoldandroids.animation.AnimatorSet
The amount of time, in milliseconds, to delay starting the animation after AnimatorSet.start() is called.
getStartDelay() - Method in class com.nineoldandroids.animation.ValueAnimator
The amount of time, in milliseconds, to delay starting the animation after ValueAnimator.start() is called.
getStartDelay() - Method in class com.nineoldandroids.view.ViewPropertyAnimator
Returns the current startDelay of property animations.
getStatus() - Method in class com.commonsware.cwac.task.AsyncTaskEx
Returns the current status of this task.
getTarget() - Method in class com.nineoldandroids.animation.ObjectAnimator
The target object whose property will be animated by this animation
getTranslationX() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getTranslationX(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getTranslationY() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getTranslationY(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getType() - Method in class com.nineoldandroids.animation.Keyframe
Gets the type of keyframe.
getType() - Method in class com.nineoldandroids.util.Property
Returns the type for this property.
getValue() - Method in class com.nineoldandroids.animation.Keyframe
Gets the value for this Keyframe.
getValue() - Method in class self.philbrown.droidQuery.QuickEntry
 
getValues() - Method in class com.nineoldandroids.animation.ValueAnimator
Returns the values that this ValueAnimator animates between.
getX() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getX(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
getY() - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
getY(View) - Static method in class com.nineoldandroids.view.ViewHelper
 
global() - Method in class self.philbrown.droidQuery.AjaxOptions
Get whether to trigger global Ajax event handlers for this request.
global(boolean) - Method in class self.philbrown.droidQuery.AjaxOptions
Set whether to trigger global Ajax event handlers for this request.

$ A B C D E F G H I J K L M N O P Q R S T U V W X Y