$ 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

S

SAXContentHandler(DefaultHandler) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the Content Handler that should be used to handle SAX parsing.
SAXContentHandler() - Method in class self.philbrown.droidQuery.AjaxOptions
Get the SAX parser Content Handler
scaleX(float) - Method in class com.nineoldandroids.view.ViewPropertyAnimator
This method will cause the View's scaleX property to be animated to the specified value.
scaleXBy(float) - Method in class com.nineoldandroids.view.ViewPropertyAnimator
This method will cause the View's scaleX property to be animated by the specified value.
scaleY(float) - Method in class com.nineoldandroids.view.ViewPropertyAnimator
This method will cause the View's scaleY property to be animated to the specified value.
scaleYBy(float) - Method in class com.nineoldandroids.view.ViewPropertyAnimator
This method will cause the View's scaleY property to be animated by the specified value.
Script - Class in self.philbrown.droidQuery
Defines a Script, which consists of lines of commands
Script(Context, String...) - Constructor for class self.philbrown.droidQuery.Script
Constructor.
Script(Context, File) - Constructor for class self.philbrown.droidQuery.Script
Constructor.
Script(Context, int) - Constructor for class self.philbrown.droidQuery.Script
Creates a script from raw resources
script - Variable in class self.philbrown.droidQuery.ScriptResponse
The raw Script Object
Script.ScriptBuilder - Class in self.philbrown.droidQuery
Utility class for constructing a Shell Script from multiple text sources
Script.ScriptBuilder(Context) - Constructor for class self.philbrown.droidQuery.Script.ScriptBuilder
Constructor.
Script.ScriptBuilder(Context, String) - Constructor for class self.philbrown.droidQuery.Script.ScriptBuilder
Constructor.
ScriptResponse - Class in self.philbrown.droidQuery
Object used with ScriptResponseHandler to return the resulting output of running the script, as well as the text of the script itself.
ScriptResponse() - Constructor for class self.philbrown.droidQuery.ScriptResponse
 
ScriptResponseHandler - Class in self.philbrown.droidQuery
Handles a Script by executing it, and returning the result
ScriptResponseHandler(Context) - Constructor for class self.philbrown.droidQuery.ScriptResponseHandler
Constructor
scrollLeft() - Method in class self.philbrown.droidQuery.$
 
scrollLeft(int) - Method in class self.philbrown.droidQuery.$
Set the horizontal position of the scroll bar for each view in the current selection
scrollTop() - Method in class self.philbrown.droidQuery.$
 
scrollTop(int) - Method in class self.philbrown.droidQuery.$
Set the vertical position of the scroll bar for the currently selected views
select(Function) - Method in class self.philbrown.droidQuery.$
For each subclass on an AdapterView in the current selection, select(Function) will register an OnItemSelectedListener to invoke the given function.
select(int) - Method in class self.philbrown.droidQuery.$
For each subclass of an AdapterView in the current selection, this will set the item selection to the given position.
selectAll() - Method in class self.philbrown.droidQuery.$
Select all subviews of the currently-selected views
selectByType(String) - Method in class self.philbrown.droidQuery.$
Select all subviews of the currently-selected views that are subclasses of the given className.
selectChildren() - Method in class self.philbrown.droidQuery.$
Selects the child views of the first view in the current selection
selectEmpties() - Method in class self.philbrown.droidQuery.$
Select all non-ViewGroups, or ViewGroups with no children, that lay within the view hierarchy of the current selection
selectFocused() - Method in class self.philbrown.droidQuery.$
Selects the currently-focused view.
selectHidden() - Method in class self.philbrown.droidQuery.$
Select all invisible, gone, and 0-alpha views within the view hierarchy of the currently selected views
selectImages() - Method in class self.philbrown.droidQuery.$
Selects all ImageViews within the currently selected view hierarchies
selectOnlyChilds() - Method in class self.philbrown.droidQuery.$
Selects all views within the current selection that are the single children of their parent views
selectParents() - Method in class self.philbrown.droidQuery.$
Selects all views in the current selection that can contain other child views
selectVisible() - Method in class self.philbrown.droidQuery.$
Select all visible and 1-alpha views within the view hierarchy of the currenly selected views
set(T, Float) - Method in class com.nineoldandroids.util.FloatProperty
 
set(T, Integer) - Method in class com.nineoldandroids.util.IntProperty
 
set(T, V) - Method in class com.nineoldandroids.util.Property
Sets the value on object which this property represents.
setAlpha(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setAlpha(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
setAlpha(int) - Method in class self.philbrown.droidQuery.TextDrawable
 
setColorFilter(ColorFilter) - Method in class self.philbrown.droidQuery.TextDrawable
 
setCurrentPlayTime(long) - Method in class com.nineoldandroids.animation.ValueAnimator
Sets the position of the animation to the specified point in time.
setDuration(long) - Method in class com.nineoldandroids.animation.Animator
Sets the length of the animation.
setDuration(long) - Method in class com.nineoldandroids.animation.AnimatorSet
Sets the length of each of the current child animations of this AnimatorSet.
setDuration(long) - Method in class com.nineoldandroids.animation.ObjectAnimator
Sets the length of the animation.
setDuration(long) - Method in class com.nineoldandroids.animation.ValueAnimator
Sets the length of the animation.
setDuration(long) - Method in class com.nineoldandroids.view.ViewPropertyAnimator
Sets the duration for the underlying animator that animates the requested properties.
setEvaluator(TypeEvaluator) - Method in class com.nineoldandroids.animation.PropertyValuesHolder
The TypeEvaluator will the automatically determined based on the type of values supplied to PropertyValuesHolder.
setEvaluator(TypeEvaluator) - Method in class com.nineoldandroids.animation.ValueAnimator
The type evaluator to be used when calculating the animated values of this animation.
setFloatValues(float...) - Method in class com.nineoldandroids.animation.ObjectAnimator
 
setFloatValues(float...) - Method in class com.nineoldandroids.animation.PropertyValuesHolder
Set the animated values for this object to this set of floats.
setFloatValues(float...) - Method in class com.nineoldandroids.animation.ValueAnimator
Sets float values that will be animated between.
setFraction(float) - Method in class com.nineoldandroids.animation.Keyframe
Sets the time for this keyframe, as a fraction of the overall animation duration.
setFrameDelay(long) - Static method in class com.nineoldandroids.animation.ValueAnimator
The amount of time, in milliseconds, between each frame of the animation.
setInterpolator(Interpolator) - Method in class com.nineoldandroids.animation.Animator
The time interpolator used in calculating the elapsed fraction of this animation.
setInterpolator(Interpolator) - Method in class com.nineoldandroids.animation.AnimatorSet
Sets the TimeInterpolator for all current child animations of this AnimatorSet.
setInterpolator(Interpolator) - Method in class com.nineoldandroids.animation.Keyframe
Sets the optional interpolator for this Keyframe.
setInterpolator(Interpolator) - Method in class com.nineoldandroids.animation.ValueAnimator
The time interpolator used in calculating the elapsed fraction of this animation.
setInterpolator(Interpolator) - Method in class com.nineoldandroids.view.ViewPropertyAnimator
Sets the interpolator for the underlying animator that animates the requested properties.
setInterval(Function, long) - Static method in class self.philbrown.droidQuery.$
Schedule a task for repeated fixed-rate execution after a specific delay has passed.
setIntValues(int...) - Method in class com.nineoldandroids.animation.ObjectAnimator
 
setIntValues(int...) - Method in class com.nineoldandroids.animation.PropertyValuesHolder
Set the animated values for this object to this set of ints.
setIntValues(int...) - Method in class com.nineoldandroids.animation.ValueAnimator
Sets int values that will be animated between.
setKeyframes(Keyframe...) - Method in class com.nineoldandroids.animation.PropertyValuesHolder
Set the animated values for this object to this set of Keyframes.
setListener(Animator.AnimatorListener) - Method in class com.nineoldandroids.view.ViewPropertyAnimator
Sets a listener for events in the underlying Animators that run the property animations.
setObjectValues(Object...) - Method in class com.nineoldandroids.animation.ObjectAnimator
 
setObjectValues(Object...) - Method in class com.nineoldandroids.animation.PropertyValuesHolder
Set the animated values for this object to this set of Objects.
setObjectValues(Object...) - Method in class com.nineoldandroids.animation.ValueAnimator
Sets the values to animate between for this animation.
setPivotX(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setPivotX(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
setPivotY(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setPivotY(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
setProperty(Property) - Method in class com.nineoldandroids.animation.ObjectAnimator
Sets the property that will be animated.
setProperty(Property) - Method in class com.nineoldandroids.animation.PropertyValuesHolder
Sets the property that will be animated.
setPropertyName(String) - Method in class com.nineoldandroids.animation.ObjectAnimator
Sets the name of the property that will be animated.
setPropertyName(String) - Method in class com.nineoldandroids.animation.PropertyValuesHolder
Sets the name of the property that will be animated.
setRepeatCount(int) - Method in class com.nineoldandroids.animation.ValueAnimator
Sets how many times the animation should be repeated.
setRepeatMode(int) - Method in class com.nineoldandroids.animation.ValueAnimator
Defines what this animation should do when it reaches the end.
setRotation(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setRotation(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
setRotationX(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setRotationX(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
setRotationY(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setRotationY(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
setScaleX(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setScaleX(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
setScaleY(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setScaleY(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
setScrollX(int) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setScrollX(View, int) - Static method in class com.nineoldandroids.view.ViewHelper
 
setScrollY(int) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setScrollY(View, int) - Static method in class com.nineoldandroids.view.ViewHelper
 
setStartDelay(long) - Method in class com.nineoldandroids.animation.Animator
The amount of time, in milliseconds, to delay starting the animation after Animator.start() is called.
setStartDelay(long) - Method in class com.nineoldandroids.animation.AnimatorSet
The amount of time, in milliseconds, to delay starting the animation after AnimatorSet.start() is called.
setStartDelay(long) - Method in class com.nineoldandroids.animation.ValueAnimator
The amount of time, in milliseconds, to delay starting the animation after ValueAnimator.start() is called.
setStartDelay(long) - Method in class com.nineoldandroids.view.ViewPropertyAnimator
Sets the startDelay for the underlying animator that animates the requested properties.
setSwipeListener(SwipeDetector.SwipeListener) - Method in class self.philbrown.droidQuery.SwipeInterceptorView
Set the callback that receives the swipe events
setTarget(Object) - Method in class com.nineoldandroids.animation.Animator
Sets the target object whose property will be animated by this animation.
setTarget(Object) - Method in class com.nineoldandroids.animation.AnimatorSet
Sets the target object for all current child animations of this AnimatorSet that take targets (ObjectAnimator and AnimatorSet).
setTarget(Object) - Method in class com.nineoldandroids.animation.ObjectAnimator
Sets the target object whose property will be animated by this animation
setTimeListener(TimeAnimator.TimeListener) - Method in class com.nineoldandroids.animation.TimeAnimator
Sets a listener that is sent update events throughout the life of an animation.
setTimeout(Function, long) - Static method in class self.philbrown.droidQuery.$
Schedule a task for single execution after a specified delay.
setTranslationX(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setTranslationX(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
setTranslationY(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setTranslationY(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
setupEndValues() - Method in class com.nineoldandroids.animation.Animator
This method tells the object to use appropriate information to extract ending values for the animation.
setupEndValues() - Method in class com.nineoldandroids.animation.AnimatorSet
 
setupEndValues() - Method in class com.nineoldandroids.animation.ObjectAnimator
 
setupStartValues() - Method in class com.nineoldandroids.animation.Animator
This method tells the object to use appropriate information to extract starting values for the animation.
setupStartValues() - Method in class com.nineoldandroids.animation.AnimatorSet
 
setupStartValues() - Method in class com.nineoldandroids.animation.ObjectAnimator
 
setValue(Object) - Method in class com.nineoldandroids.animation.Keyframe
Sets the value for this Keyframe.
setValue(T, float) - Method in class com.nineoldandroids.util.FloatProperty
A type-specific override of the FloatProperty.set(Object, Float) that is faster when dealing with fields of type float.
setValue(T, int) - Method in class com.nineoldandroids.util.IntProperty
A type-specific override of the IntProperty.set(Object, Integer) that is faster when dealing with fields of type int.
setValue(V) - Method in class self.philbrown.droidQuery.QuickEntry
 
setValues(PropertyValuesHolder...) - Method in class com.nineoldandroids.animation.ValueAnimator
Sets the values, per property, being animated between.
setX(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setX(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
setY(float) - Method in class com.nineoldandroids.view.animation.AnimatorProxy
 
setY(View, float) - Static method in class com.nineoldandroids.view.ViewHelper
 
show() - Method in class self.philbrown.droidQuery.$
Sets the visibility of this $.view(int) to View#INVISIBLE
siblings(Function) - Method in class self.philbrown.droidQuery.$
Loops through all the sibling views of the first view in the current selection, and wraps each in a droidQuery object.
size() - Method in class self.philbrown.droidQuery.$
 
slice(int) - Method in class self.philbrown.droidQuery.$
Gets all the views in the current selection after the given start index
slice(int, int) - Method in class self.philbrown.droidQuery.$
Gets all the views in the current selection after the given start index and before the given end index
slideDown(long, Function) - Method in class self.philbrown.droidQuery.$
Animates the selected views out of their parent views by sliding it down, past its bottom
slideDown(AnimationOptions) - Method in class self.philbrown.droidQuery.$
Animates the selected views out of its parent by sliding it down, past its bottom
slideLeft(long, Function) - Method in class self.philbrown.droidQuery.$
Animates the selected views out of its parent by sliding it left, past its edge
slideLeft(AnimationOptions) - Method in class self.philbrown.droidQuery.$
Animates the selected views out of its parent by sliding it left, past its edge
slideRight(long, Function) - Method in class self.philbrown.droidQuery.$
Animates the selected views out of its parent by sliding it right, past its edge
slideRight(AnimationOptions) - Method in class self.philbrown.droidQuery.$
Animates the selected views out of its parent by sliding it right, past its edge
slideUp(long, Function) - Method in class self.philbrown.droidQuery.$
Animates the selected views out of its parent by sliding it up, past its top
slideUp(AnimationOptions) - Method in class self.philbrown.droidQuery.$
Animates the selected views out of its parent by sliding it up, past its top
specialEasing() - Method in class self.philbrown.droidQuery.AnimationOptions
 
specialEasing(Interpolator) - Method in class self.philbrown.droidQuery.AnimationOptions
Set a custom animation interpolator
start() - Method in class com.nineoldandroids.animation.Animator
Starts this animation.
start() - Method in class com.nineoldandroids.animation.AnimatorSet
Starts this animation.
start() - Method in class com.nineoldandroids.animation.ObjectAnimator
 
start() - Method in class com.nineoldandroids.animation.ValueAnimator
 
start() - Method in class com.nineoldandroids.view.ViewPropertyAnimator
Starts the currently pending property animations immediately.
status - Variable in class self.philbrown.droidQuery.AjaxTask.AjaxError
The error status code
statusCode() - Method in class self.philbrown.droidQuery.AjaxOptions
Get a mapping of numeric HTTP codes to functions to be called when the response has the corresponding code.
statusCode(Map<Integer, Function>) - Method in class self.philbrown.droidQuery.AjaxOptions
Sets a mapping of numeric HTTP codes to functions to be called when the response has the corresponding code.
statusCode(Integer, Function) - Method in class self.philbrown.droidQuery.AjaxOptions
Adds a Key-Value entry to the status code mapping of numeric HTTP codes to functions to be called when the response has the corresponding code.
success() - Method in class self.philbrown.droidQuery.AjaxOptions
Gets the function that will be called if the request succeeds.
success(Function) - Method in class self.philbrown.droidQuery.AjaxOptions
Sets the function that will be called if the request succeeds.
success() - Method in class self.philbrown.droidQuery.AnimationOptions
 
success(Function) - Method in class self.philbrown.droidQuery.AnimationOptions
Set the function to call once the animation has completed successfully
swipe(Function) - Method in class self.philbrown.droidQuery.$
Handles swipe events.
SwipeDetector - Class in self.philbrown.droidQuery
Detect Swipes on a per-view basis.
SwipeDetector(SwipeDetector.SwipeListener) - Constructor for class self.philbrown.droidQuery.SwipeDetector
 
SwipeDetector.Direction - Enum in self.philbrown.droidQuery
Swipe Direction
SwipeDetector.SwipeListener - Interface in self.philbrown.droidQuery
Provides callbacks to a registered listener for swipe events in SwipeDetector
swipeDown(Function) - Method in class self.philbrown.droidQuery.$
Sets the function that is called when the user swipes Down.
swipeDown() - Method in class self.philbrown.droidQuery.$
Triggers a swipe-down event on the current selection
SwipeInterceptorView - Class in self.philbrown.droidQuery
This drop-in replacement for RelativeLayout provides a way to catch all touch and swipe events.
SwipeInterceptorView(Context) - Constructor for class self.philbrown.droidQuery.SwipeInterceptorView
Constructor
SwipeInterceptorView(Context, AttributeSet) - Constructor for class self.philbrown.droidQuery.SwipeInterceptorView
Constructor
SwipeInterceptorView(Context, AttributeSet, int) - Constructor for class self.philbrown.droidQuery.SwipeInterceptorView
Constructor
swipeLeft(Function) - Method in class self.philbrown.droidQuery.$
Sets the function that is called when the user swipes Left.
swipeLeft() - Method in class self.philbrown.droidQuery.$
Triggers a swipe-left event on the current selection
swipeRight(Function) - Method in class self.philbrown.droidQuery.$
Sets the function that is called when the user swipes Right.
swipeRight() - Method in class self.philbrown.droidQuery.$
Triggers a swipe-right event on the current selection
swipeUp(Function) - Method in class self.philbrown.droidQuery.$
Sets the function that is called when the user swipes Up.
swipeUp() - Method in class self.philbrown.droidQuery.$
Triggers a swipe-up event on the current selection

$ 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