$ 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

A

accept() - Method in class self.philbrown.droidQuery.Headers
Get the content type sent in the request header that tells the server what kind of response it will accept in return.
accept(String) - Method in class self.philbrown.droidQuery.Headers
Set the content type sent in the request header that tells the server what kind of response it will accept in return.
accept_charset() - Method in class self.philbrown.droidQuery.Headers
Get the character sets that are acceptable (for example, "utf-8")
accept_charset(String) - Method in class self.philbrown.droidQuery.Headers
Set the character sets that are acceptable (for example, "utf-8")
accept_datetime() - Method in class self.philbrown.droidQuery.Headers
Get the acceptable version in time.
accept_datetime(String) - Method in class self.philbrown.droidQuery.Headers
Set the acceptable version in time.
accept_encoding() - Method in class self.philbrown.droidQuery.Headers
Get the list of acceptable encodings.
accept_encoding(String) - Method in class self.philbrown.droidQuery.Headers
Set the list of acceptable encodings.
accept_language() - Method in class self.philbrown.droidQuery.Headers
Get the list of acceptable human languages for response.
accept_language(String) - Method in class self.philbrown.droidQuery.Headers
Set the list of acceptable human languages for response.
accepts() - Method in class self.philbrown.droidQuery.AjaxOptions
Get the content type sent in the request header that tells the server what kind of response it will accept in return.
accepts(String) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the content type sent in the request header that tells the server what kind of response it will accept in return.
add(View) - Method in class self.philbrown.droidQuery.$
Adds a subview to the first view in the selection
add(Function) - Method in class self.philbrown.droidQuery.Callbacks
Add a callback or a collection of callbacks to a callback list.
add(Function[]) - Method in class self.philbrown.droidQuery.Callbacks
Add a callback or a collection of callbacks to a callback list.
add(List<Function>) - Method in class self.philbrown.droidQuery.Callbacks
Add a callback or a collection of callbacks to a callback list.
add(String, String) - Method in class self.philbrown.droidQuery.Headers
Add another Header to this Headers Object using the String key and the String value
addCommand(String) - Method in class self.philbrown.droidQuery.Script.ScriptBuilder
Add a new command to the end of the list
addListener(Animator.AnimatorListener) - Method in class com.nineoldandroids.animation.Animator
Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end.
addUpdateListener(ValueAnimator.AnimatorUpdateListener) - Method in class com.nineoldandroids.animation.ValueAnimator
Adds a listener to the set of listeners that are sent update events through the life of an animation.
after(Animator) - Method in class com.nineoldandroids.animation.AnimatorSet.Builder
Sets up the given animation to play when the animation supplied in the AnimatorSet.play(Animator) call that created this Builder object to start when the animation supplied in this method call ends.
after(long) - Method in class com.nineoldandroids.animation.AnimatorSet.Builder
Sets up the animation supplied in the AnimatorSet.play(Animator) call that created this Builder object to play when the given amount of time elapses.
ajax(Map<String, Object>) - Static method in class self.philbrown.droidQuery.$
Perform a new Ajax Task using the AjaxOptions set in the given Key-Value Map
ajax(String) - Static method in class self.philbrown.droidQuery.$
Perform a new Ajax Task using the given JSON string to configure the AjaxOptions
ajax(JSONObject) - Static method in class self.philbrown.droidQuery.$
Perform a new Ajax Task using the given JSONObject to configure the AjaxOptions
ajax(HttpUriRequest, AjaxOptions) - Static method in class self.philbrown.droidQuery.$
Perform an Ajax Task.
ajaxComplete(Function) - Static method in class self.philbrown.droidQuery.$
Register an event to invoke a Function every time a global Ajax Task completes
ajaxComplete() - Static method in class self.philbrown.droidQuery.$
Manually invoke the Function set to be called every time a global Ajax Task completes.
ajaxError(Function) - Static method in class self.philbrown.droidQuery.$
Register an event to invoke a Function every time a global Ajax Task receives an error
ajaxError() - Static method in class self.philbrown.droidQuery.$
Manually invoke the Function set to be called every time a global Ajax Task receives an error.
ajaxKillAll() - Static method in class self.philbrown.droidQuery.$
Clears async task queue
AjaxOptions - Class in self.philbrown.droidQuery
Build an Ajax Request
AjaxOptions() - Constructor for class self.philbrown.droidQuery.AjaxOptions
Default Constructor
AjaxOptions(String) - Constructor for class self.philbrown.droidQuery.AjaxOptions
Construct with JSON string.
AjaxOptions(String, Map<String, Object>) - Constructor for class self.philbrown.droidQuery.AjaxOptions
Constructs a new AjaxOptions Object with the given URL and the Key-Value Mapping of Ajax Options values.
AjaxOptions(Map<String, Object>) - Constructor for class self.philbrown.droidQuery.AjaxOptions
Constructs a new AjaxOptions Object with the given Key-Value Mapping of Ajax Options values.
AjaxOptions(JSONObject) - Constructor for class self.philbrown.droidQuery.AjaxOptions
Construct a new AjaxOptions Object with the given JSONObject of Ajax Options values.
ajaxPrefilter(Function) - Static method in class self.philbrown.droidQuery.$
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
ajaxSend(Function) - Static method in class self.philbrown.droidQuery.$
Register an event to invoke a Function every time a global Ajax Task sends data
ajaxSend() - Static method in class self.philbrown.droidQuery.$
Manually invoke the Function set to be called every time a global Ajax Task sends data.
ajaxSetup(AjaxOptions) - Static method in class self.philbrown.droidQuery.$
Setup global options
ajaxSetup(AjaxOptions) - Static method in class self.philbrown.droidQuery.AjaxOptions
Set options to be included in all ajax requests.
ajaxStart(Function) - Static method in class self.philbrown.droidQuery.$
Register an event to invoke a Function every time a global Ajax Task begins, if no other global task is running.
ajaxStart() - Static method in class self.philbrown.droidQuery.$
Manually invoke the Function set to be called every time a global Ajax Task begins, if no other global task is running.
ajaxStop(Function) - Static method in class self.philbrown.droidQuery.$
Register an event to invoke a Function every time a global Ajax Task stops, if it was the last global task running
ajaxStop() - Static method in class self.philbrown.droidQuery.$
Manually invoke the Function set to be called every time a global Ajax Task stops, if it was the last global task running
ajaxSuccess(Function) - Static method in class self.philbrown.droidQuery.$
Register an event to invoke a Function every time a global Ajax Task completes successfully.
ajaxSuccess() - Static method in class self.philbrown.droidQuery.$
Manually invoke the Function set to be called every time a global Ajax Task completes successfully.
AjaxTask - Class in self.philbrown.droidQuery
Asynchronously performs HTTP Requests
AjaxTask(JSONObject) - Constructor for class self.philbrown.droidQuery.AjaxTask
Constructor
AjaxTask(HttpUriRequest, AjaxOptions) - Constructor for class self.philbrown.droidQuery.AjaxTask
Can be used to restart an Ajax Task
AjaxTask.AjaxError - Class in self.philbrown.droidQuery
This is the first object that is returned when an Error occurs for an Ajax Request
AjaxTask.AjaxError() - Constructor for class self.philbrown.droidQuery.AjaxTask.AjaxError
 
alert(Context, String) - Static method in class self.philbrown.droidQuery.$
Show an alert.
alert(Context, String, String) - Static method in class self.philbrown.droidQuery.$
Show an alert
alert(String) - Method in class self.philbrown.droidQuery.$
Uses the current context to show an alert dialog.
alpha(float) - Method in class com.nineoldandroids.view.ViewPropertyAnimator
This method will cause the View's alpha property to be animated to the specified value.
alphaBy(float) - Method in class com.nineoldandroids.view.ViewPropertyAnimator
This method will cause the View's alpha property to be animated by the specified value.
animate(View) - Static method in class com.nineoldandroids.view.ViewPropertyAnimator
This method returns a ViewPropertyAnimator object, which can be used to animate specific properties on this View.
animate(String, long, $.Easing, Function) - Method in class self.philbrown.droidQuery.$
Animates the selected views using the JSON properties, the given duration, the easing function, and with the onComplete callback
animate(String, AnimationOptions) - Method in class self.philbrown.droidQuery.$
Animate the current views.
animate(Map<String, Object>, long, $.Easing, Function) - Method in class self.philbrown.droidQuery.$
Animate the currently selected views
animate(Map<String, Object>, AnimationOptions) - Method in class self.philbrown.droidQuery.$
Animate multiple view properties at the same time.
AnimationOptions - Class in self.philbrown.droidQuery
Effect (Animation) Options for droidQuery
AnimationOptions() - Constructor for class self.philbrown.droidQuery.AnimationOptions
Default constructor
AnimationOptions(Map<String, Object>) - Constructor for class self.philbrown.droidQuery.AnimationOptions
Constructor.
AnimationOptions(JSONObject) - Constructor for class self.philbrown.droidQuery.AnimationOptions
Constructor.
Animator - Class in com.nineoldandroids.animation
This is the superclass for classes which provide basic support for animations which can be started, ended, and have AnimatorListeners added to them.
Animator() - Constructor for class com.nineoldandroids.animation.Animator
 
Animator.AnimatorListener - Interface in com.nineoldandroids.animation
An animation listener receives notifications from an animation.
AnimatorInflater - Class in com.nineoldandroids.animation
This class is used to instantiate animator XML files into Animator objects.
AnimatorInflater() - Constructor for class com.nineoldandroids.animation.AnimatorInflater
 
AnimatorListenerAdapter - Class in com.nineoldandroids.animation
This adapter class provides empty implementations of the methods from Animator.AnimatorListener.
AnimatorListenerAdapter() - Constructor for class com.nineoldandroids.animation.AnimatorListenerAdapter
 
AnimatorProxy - Class in com.nineoldandroids.view.animation
A proxy class to allow for modifying post-3.0 view properties on all pre-3.0 platforms.
AnimatorSet - Class in com.nineoldandroids.animation
This class plays a set of Animator objects in the specified order.
AnimatorSet() - Constructor for class com.nineoldandroids.animation.AnimatorSet
 
AnimatorSet.Builder - Class in com.nineoldandroids.animation
The Builder object is a utility class to facilitate adding animations to a AnimatorSet along with the relationships between the various animations.
ArgbEvaluator - Class in com.nineoldandroids.animation
This evaluator can be used to perform type interpolation between integer values that represent ARGB colors.
ArgbEvaluator() - Constructor for class com.nineoldandroids.animation.ArgbEvaluator
 
async() - Method in class self.philbrown.droidQuery.AjaxOptions
Get the asynchronous nature of the Task.
async(boolean) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the asynchronous nature of the Task.
AsyncImageGetter - Class in self.philbrown.droidQuery
Based on the original source for URLImageParser, this class allow for the Asynchronous retrieval of Bitmap images, and provides a fallback image to display if the retrieval fails.
AsyncImageGetter(View) - Constructor for class self.philbrown.droidQuery.AsyncImageGetter
Construct the URLImageParser which will execute the AsyncTask and refresh the parent container
AsyncImageGetter.ImageGetterAsyncTask - Class in self.philbrown.droidQuery
Asynchronously retrieves an Image from a URL and sets it as the background of the parent view.
AsyncImageGetter.ImageGetterAsyncTask(URLDrawable) - Constructor for class self.philbrown.droidQuery.AsyncImageGetter.ImageGetterAsyncTask
 
AsyncTaskEx<Params,Progress,Result> - Class in com.commonsware.cwac.task
AsyncTaskEx enables proper and easy use of the UI thread.
AsyncTaskEx() - Constructor for class com.commonsware.cwac.task.AsyncTaskEx
Creates a new asynchronous task.
AsyncTaskEx.Status - Enum in com.commonsware.cwac.task
Indicates the current status of the task.
attr(String) - Method in class self.philbrown.droidQuery.$
Gets the value for the given attribute of the first view in the current selection.
attr(String, Object) - Method in class self.philbrown.droidQuery.$
Sets the value of the given attribute on each view in the current selection.
authorization() - Method in class self.philbrown.droidQuery.Headers
Get the authentication credentials for HTTP authentication.
authorization(String) - Method in class self.philbrown.droidQuery.Headers
Set the authentication credentials for HTTP authentication.

$ 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