$ 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

I

id(int) - Method in class self.philbrown.droidQuery.$
Set the current selection to the view with the given id
if_match() - Method in class self.philbrown.droidQuery.Headers
Get the String entity that must match the same entity on the server in order for the request action to succeed.
if_match(String) - Method in class self.philbrown.droidQuery.Headers
Set the String entity that must match the same entity on the server in order for the request action to succeed.
if_modified_since() - Method in class self.philbrown.droidQuery.Headers
Get the date string that the response must be modified after.
if_modified_since(String) - Method in class self.philbrown.droidQuery.Headers
Set the date string that the response must be modified after.
if_none_match() - Method in class self.philbrown.droidQuery.Headers
Get the String entity that must not match the same entity on the server in order for the request action to succeed.
if_none_match(String) - Method in class self.philbrown.droidQuery.Headers
Set the String entity that must not match the same entity on the server in order for the request action to succeed.
if_range() - Method in class self.philbrown.droidQuery.Headers
Get the String entity that can be broken into pieces of "changed data" to send in the response, instead of sending all data.
if_range(String) - Method in class self.philbrown.droidQuery.Headers
Set the String entity that can be broken into pieces of "changed data" to send in the response, instead of sending all data.
if_unmodified_since() - Method in class self.philbrown.droidQuery.Headers
Get the date-time String for when the response must have been last modified, in order for the request to receive a response.
if_unmodified_since(String) - Method in class self.philbrown.droidQuery.Headers
Set the date-time String for when the response must have been last modified, in order for the request to receive a response.
ifModified() - Method in class self.philbrown.droidQuery.AjaxOptions
Get whether or not the response is only considered successful if it has been changed since the last request.
ifModified(boolean) - Method in class self.philbrown.droidQuery.AjaxOptions
Set whether or not the response is only considered successful if it has been changed since the last request.
image(int) - Method in class self.philbrown.droidQuery.$
Includes the given image inside of the selected views.
image(Bitmap) - Method in class self.philbrown.droidQuery.$
Includes the given image inside of the selected views.
image(Drawable) - Method in class self.philbrown.droidQuery.$
Includes the given image inside of the selected views.
image(String, int, int, Function) - Method in class self.philbrown.droidQuery.$
For `ImageView`s, this will set the image to the given asset or url.
image(List<String>, int, int, Function) - Method in class self.philbrown.droidQuery.$
Iterates through the selected views and sets the images to the given images (in order)
imageHeight() - Method in class self.philbrown.droidQuery.AjaxOptions
Get the output bitmap height for requests that set the type attribute to "IMAGE".
imageHeight(int) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the output bitmap height for requests that set the type attribute to "IMAGE".
imageWidth() - Method in class self.philbrown.droidQuery.AjaxOptions
Get the output bitmap width for requests that set the type attribute to "IMAGE".
imageWidth(int) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the output bitmap width for requests that set the type attribute to "IMAGE".
INFINITE - Static variable in class com.nineoldandroids.animation.ValueAnimator
This value used used with the ValueAnimator.setRepeatCount(int) property to repeat the animation indefinitely.
innerHeight() - Method in class self.philbrown.droidQuery.$
Get the computed height for the first view in the selection, including padding but not margin.
innerWidth() - Method in class self.philbrown.droidQuery.$
 
IntEvaluator - Class in com.nineoldandroids.animation
This evaluator can be used to perform type interpolation between int values.
IntEvaluator() - Constructor for class com.nineoldandroids.animation.IntEvaluator
 
IntProperty<T> - Class in com.nineoldandroids.util
An implementation of Property to be used specifically with fields of type int.
IntProperty(String) - Constructor for class com.nineoldandroids.util.IntProperty
 
invoke(Object, Method, Object[]) - Method in class self.philbrown.droidQuery.EventHandlerCreator
 
invoke($, Object...) - Method in interface self.philbrown.droidQuery.Function
Variable arguments method that can be called on a Function
is(String) - Method in class self.philbrown.droidQuery.$
Checks to see if the first view in the current selection is a subclass of the given class name
is(Object, String) - Static method in class self.philbrown.droidQuery.$
Checks to see if the given Object is a subclass of the given class name
isCancelled() - Method in class com.commonsware.cwac.task.AsyncTaskEx
Returns true if this task was cancelled before it completed normally.
isReadOnly() - Method in class com.nineoldandroids.util.Property
Returns true if the Property.set(Object, Object) method does not set the value on the target object (in which case the set() method should throw a NoSuchPropertyException exception).
isRunning() - Method in class com.nineoldandroids.animation.Animator
Returns whether this Animator is currently running (having been started and gone past any initial startDelay period and not yet ended).
isRunning() - Method in class com.nineoldandroids.animation.AnimatorSet
Returns true if any of the child animations of this AnimatorSet have been started and have not yet ended.
isRunning() - Method in class com.nineoldandroids.animation.ValueAnimator
 
isStarted() - Method in class com.nineoldandroids.animation.Animator
Returns whether this Animator has been started and not yet ended.
isStarted() - Method in class com.nineoldandroids.animation.AnimatorSet
 
isStarted() - Method in class com.nineoldandroids.animation.ValueAnimator
 

$ 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