$ 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

O

ObjectAnimator - Class in com.nineoldandroids.animation
This subclass of ValueAnimator provides support for animating properties on target objects.
ObjectAnimator() - Constructor for class com.nineoldandroids.animation.ObjectAnimator
Creates a new ObjectAnimator object.
of(Class<T>, Class<V>, String) - Static method in class com.nineoldandroids.util.Property
This factory method creates and returns a Property given the class and name parameters, where the "name" parameter represents either: a public getName() method on the class which takes no arguments, plus an optional public setName() method which takes a value of the same type returned by getName() a public isName() method on the class which takes no arguments, plus an optional public setName() method which takes a value of the same type returned by isName() a public name field on the class
ofFloat(float, float) - Static method in class com.nineoldandroids.animation.Keyframe
Constructs a Keyframe object with the given time and value.
ofFloat(float) - Static method in class com.nineoldandroids.animation.Keyframe
Constructs a Keyframe object with the given time.
ofFloat(Object, String, float...) - Static method in class com.nineoldandroids.animation.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between float values.
ofFloat(T, Property<T, Float>, float...) - Static method in class com.nineoldandroids.animation.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between float values.
ofFloat(String, float...) - Static method in class com.nineoldandroids.animation.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name and set of float values.
ofFloat(Property<?, Float>, float...) - Static method in class com.nineoldandroids.animation.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property and set of float values.
ofFloat(float...) - Static method in class com.nineoldandroids.animation.ValueAnimator
Constructs and returns a ValueAnimator that animates between float values.
offset() - Method in class self.philbrown.droidQuery.$
 
offset(int, int) - Method in class self.philbrown.droidQuery.$
Set the coordinates of each selected view, relative to the document.
ofInt(float, int) - Static method in class com.nineoldandroids.animation.Keyframe
Constructs a Keyframe object with the given time and value.
ofInt(float) - Static method in class com.nineoldandroids.animation.Keyframe
Constructs a Keyframe object with the given time.
ofInt(Object, String, int...) - Static method in class com.nineoldandroids.animation.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between int values.
ofInt(T, Property<T, Integer>, int...) - Static method in class com.nineoldandroids.animation.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between int values.
ofInt(String, int...) - Static method in class com.nineoldandroids.animation.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name and set of int values.
ofInt(Property<?, Integer>, int...) - Static method in class com.nineoldandroids.animation.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property and set of int values.
ofInt(int...) - Static method in class com.nineoldandroids.animation.ValueAnimator
Constructs and returns a ValueAnimator that animates between int values.
ofKeyframe(String, Keyframe...) - Static method in class com.nineoldandroids.animation.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder object with the specified property name and set of values.
ofKeyframe(Property, Keyframe...) - Static method in class com.nineoldandroids.animation.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder object with the specified property and set of values.
ofObject(float, Object) - Static method in class com.nineoldandroids.animation.Keyframe
Constructs a Keyframe object with the given time and value.
ofObject(float) - Static method in class com.nineoldandroids.animation.Keyframe
Constructs a Keyframe object with the given time.
ofObject(Object, String, TypeEvaluator, Object...) - Static method in class com.nineoldandroids.animation.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between Object values.
ofObject(T, Property<T, V>, TypeEvaluator<V>, V...) - Static method in class com.nineoldandroids.animation.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between Object values.
ofObject(String, TypeEvaluator, Object...) - Static method in class com.nineoldandroids.animation.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name and set of Object values.
ofObject(Property, TypeEvaluator<V>, V...) - Static method in class com.nineoldandroids.animation.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property and set of Object values.
ofObject(TypeEvaluator, Object...) - Static method in class com.nineoldandroids.animation.ValueAnimator
Constructs and returns a ValueAnimator that animates between Object values.
ofPropertyValuesHolder(Object, PropertyValuesHolder...) - Static method in class com.nineoldandroids.animation.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between the sets of values specified in PropertyValueHolder objects.
ofPropertyValuesHolder(PropertyValuesHolder...) - Static method in class com.nineoldandroids.animation.ValueAnimator
Constructs and returns a ValueAnimator that animates between the values specified in the PropertyValuesHolder objects.
oldValue - Variable in class self.philbrown.droidQuery.ViewObserver.Observation
The old value prior the this Observation
on(String, Function) - Method in class self.philbrown.droidQuery.$
Binds the views in the current selection to the event.
onAnimationCancel(Animator) - Method in interface com.nineoldandroids.animation.Animator.AnimatorListener
Notifies the cancellation of the animation.
onAnimationCancel(Animator) - Method in class com.nineoldandroids.animation.AnimatorListenerAdapter
Notifies the cancellation of the animation.
onAnimationEnd(Animator) - Method in interface com.nineoldandroids.animation.Animator.AnimatorListener
Notifies the end of the animation.
onAnimationEnd(Animator) - Method in class com.nineoldandroids.animation.AnimatorListenerAdapter
Notifies the end of the animation.
onAnimationRepeat(Animator) - Method in interface com.nineoldandroids.animation.Animator.AnimatorListener
Notifies the repetition of the animation.
onAnimationRepeat(Animator) - Method in class com.nineoldandroids.animation.AnimatorListenerAdapter
Notifies the repetition of the animation.
onAnimationStart(Animator) - Method in interface com.nineoldandroids.animation.Animator.AnimatorListener
Notifies the start of the animation.
onAnimationStart(Animator) - Method in class com.nineoldandroids.animation.AnimatorListenerAdapter
Notifies the start of the animation.
onAnimationUpdate(ValueAnimator) - Method in interface com.nineoldandroids.animation.ValueAnimator.AnimatorUpdateListener
Notifies the occurrence of another frame of the animation.
once(boolean) - Method in class self.philbrown.droidQuery.Callbacks.CallbacksOptions
Set the once option.
once() - Method in class self.philbrown.droidQuery.Callbacks.CallbacksOptions
 
onDownSwipe(View) - Method in interface self.philbrown.droidQuery.SwipeDetector.SwipeListener
Callback for registering a new swipe motion from the top of the view toward its bottom.
one(String, Function) - Method in class self.philbrown.droidQuery.$
Like $.on(String, Function), but the function will only run once for the event.
onLeftSwipe(View) - Method in interface self.philbrown.droidQuery.SwipeDetector.SwipeListener
Callback for registering a new swipe motion from the right of the view toward its left.
onPostExecute(AjaxTask.TaskResponse) - Method in class self.philbrown.droidQuery.AjaxTask
 
onRightSwipe(View) - Method in interface self.philbrown.droidQuery.SwipeDetector.SwipeListener
Callback for registering a new swipe motion from the left of the view toward its right.
onStartSwipe(View) - Method in interface self.philbrown.droidQuery.SwipeDetector.SwipeListener
Callback for registering that a new swipe motion has begun
onStopSwipe(View) - Method in interface self.philbrown.droidQuery.SwipeDetector.SwipeListener
Callback for registering that a swipe motion has ended
onTimeUpdate(TimeAnimator, long, long) - Method in interface com.nineoldandroids.animation.TimeAnimator.TimeListener
Notifies listeners of the occurrence of another frame of the animation, along with information about the elapsed time.
onTouch(View, MotionEvent) - Method in class self.philbrown.droidQuery.SwipeDetector
onTouchEvent(MotionEvent) - Method in class self.philbrown.droidQuery.SwipeInterceptorView
 
onUpSwipe(View) - Method in interface self.philbrown.droidQuery.SwipeDetector.SwipeListener
Callback for registering a new swipe motion from the bottom of the view toward its top.
options - Variable in class self.philbrown.droidQuery.AjaxTask.AjaxError
The original options
origin() - Method in class self.philbrown.droidQuery.Headers
Get the header field meant to initialize a request for cross-origin resource sharing.
origin(String) - Method in class self.philbrown.droidQuery.Headers
Set the header field meant to initialize a request for cross-origin resource sharing.
outerHeight() - Method in class self.philbrown.droidQuery.$
 
outerWidth() - Method in class self.philbrown.droidQuery.$
 
output - Variable in class self.philbrown.droidQuery.ScriptResponse
Script Output after it is run in the Android shell

$ 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