$ 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

F

fadeIn(AnimationOptions) - Method in class self.philbrown.droidQuery.$
Shortcut method for animating the alpha attribute of this $.view(int) to 1.0.
fadeIn(long, Function) - Method in class self.philbrown.droidQuery.$
Shortcut method for animating the alpha attribute of the selected views to 1.0.
fadeOut(AnimationOptions) - Method in class self.philbrown.droidQuery.$
Shortcut method for animating the alpha attribute of the selected views to 0.0.
fadeOut(long, Function) - Method in class self.philbrown.droidQuery.$
Shortcut method for animating the alpha attribute of this $.view(int) to 0.0.
fadeTo(float, AnimationOptions) - Method in class self.philbrown.droidQuery.$
Shortcut method for animating the alpha attribute of the selected views to the given value.
fadeTo(long, float, Function) - Method in class self.philbrown.droidQuery.$
Shortcut method for animating the alpha attribute of this $.view(int) to the given value.
fadeToggle(long, Function) - Method in class self.philbrown.droidQuery.$
For each selected view, if its alpha is less than 0.5, it will fade in.
fadeToggle(AnimationOptions) - Method in class self.philbrown.droidQuery.$
If this $.view(int) has an alpha of less than 0.5, it will fade in.
fail() - Method in class self.philbrown.droidQuery.AnimationOptions
 
fail(Function) - Method in class self.philbrown.droidQuery.AnimationOptions
Sets the function to call when the animation is unsuccessful
fetchDrawable(String) - Method in class self.philbrown.droidQuery.AsyncImageGetter.ImageGetterAsyncTask
Get the Drawable from URL
fire() - Method in class self.philbrown.droidQuery.Callbacks
Call all of the callbacks with the given arguments
fire(Object...) - Method in class self.philbrown.droidQuery.Callbacks
Call all of the callbacks with the given arguments
fired() - Method in class self.philbrown.droidQuery.Callbacks
Determine if the callbacks have already been called at least once.
fireWith(Object...) - Method in class self.philbrown.droidQuery.Callbacks
Call all callbacks in a list with the given context and arguments.
FloatEvaluator - Class in com.nineoldandroids.animation
This evaluator can be used to perform type interpolation between float values.
FloatEvaluator() - Constructor for class com.nineoldandroids.animation.FloatEvaluator
 
FloatProperty<T> - Class in com.nineoldandroids.util
An implementation of Property to be used specifically with fields of type float.
FloatProperty(String) - Constructor for class com.nineoldandroids.util.FloatProperty
 
focus(Function) - Method in class self.philbrown.droidQuery.$
Sets the function to call when a view in the current selection has gained focus.
focus() - Method in class self.philbrown.droidQuery.$
Gives focus to the first focusable view in the current selection.
focusout(Function) - Method in class self.philbrown.droidQuery.$
Sets the function to call when this $.view(int) loses focus.
focusout() - Method in class self.philbrown.droidQuery.$
Removes focus from all views in the current selection.
from() - Method in class self.philbrown.droidQuery.Headers
Get the email address of the user making the request
from(String) - Method in class self.philbrown.droidQuery.Headers
Set the email address of the user making the request
Function - Interface in self.philbrown.droidQuery
Represents a command that can be executed.

$ 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