META-INF/
META-INF/MANIFEST.MF
com/
com/nineoldandroids/
com/nineoldandroids/animation/
com/nineoldandroids/util/
com/nineoldandroids/view/
com/nineoldandroids/view/animation/
com/nineoldandroids/animation/Animator$AnimatorListener.classAnimator.java
package com.nineoldandroids.animation
public abstract com.nineoldandroids.animation.Animator$AnimatorListener extends java.lang.Object {
public abstract void onAnimationStart (com.nineoldandroids.animation.Animator)
public abstract void onAnimationEnd (com.nineoldandroids.animation.Animator)
public abstract void onAnimationCancel (com.nineoldandroids.animation.Animator)
public abstract void onAnimationRepeat (com.nineoldandroids.animation.Animator)
}
com/nineoldandroids/animation/Animator.classAnimator.java
package com.nineoldandroids.animation
public abstract com.nineoldandroids.animation.Animator extends java.lang.Object implements java.lang.Cloneable {
java.util.ArrayList mListeners
public void ()
public void start ()
public void cancel ()
public void end ()
public abstract long getStartDelay ()
public abstract void setStartDelay (long)
public abstract com.nineoldandroids.animation.Animator setDuration (long)
public abstract long getDuration ()
public abstract void setInterpolator (android.view.animation.Interpolator)
public abstract boolean isRunning ()
public boolean isStarted ()
public void addListener (com.nineoldandroids.animation.Animator$AnimatorListener)
com.nineoldandroids.animation.Animator$AnimatorListener listener
public void removeListener (com.nineoldandroids.animation.Animator$AnimatorListener)
com.nineoldandroids.animation.Animator$AnimatorListener listener
public java.util.ArrayList getListeners ()
public void removeAllListeners ()
public com.nineoldandroids.animation.Animator clone ()
int i
java.util.ArrayList oldListeners
int numListeners
com.nineoldandroids.animation.Animator anim
CloneNotSupportedException e
public void setupStartValues ()
public void setupEndValues ()
public void setTarget (java.lang.Object)
Object target
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/nineoldandroids/animation/AnimatorInflater.classAnimatorInflater.java
package com.nineoldandroids.animation
public com.nineoldandroids.animation.AnimatorInflater extends java.lang.Object {
private static final int[] AnimatorSet
private static final int AnimatorSet_ordering
private static final int[] PropertyAnimator
private static final int PropertyAnimator_propertyName
private static final int[] Animator
private static final int Animator_interpolator
private static final int Animator_duration
private static final int Animator_startOffset
private static final int Animator_repeatCount
private static final int Animator_repeatMode
private static final int Animator_valueFrom
private static final int Animator_valueTo
private static final int Animator_valueType
private static final int TOGETHER
private static final int VALUE_TYPE_FLOAT
public void ()
public static com.nineoldandroids.animation.Animator loadAnimator (android.content.Context, int) throws android.content.res.Resources$NotFoundException
android.content.res.Resources$NotFoundException rnf
org.xmlpull.v1.XmlPullParserException ex
android.content.res.Resources$NotFoundException rnf
java.io.IOException ex
android.content.Context context
int id
android.content.res.XmlResourceParser parser
private static com.nineoldandroids.animation.Animator createAnimatorFromXml (android.content.Context, org.xmlpull.v1.XmlPullParser) throws org.xmlpull.v1.XmlPullParserException java.io.IOException
android.content.Context c
org.xmlpull.v1.XmlPullParser parser
private static com.nineoldandroids.animation.Animator createAnimatorFromXml (android.content.Context, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet, com.nineoldandroids.animation.AnimatorSet, int) throws org.xmlpull.v1.XmlPullParserException java.io.IOException
android.content.res.TypedArray a
android.util.TypedValue orderingValue
int ordering
String name
com.nineoldandroids.animation.Animator a
java.util.Iterator i$
com.nineoldandroids.animation.Animator[] animsArray
int index
android.content.Context c
org.xmlpull.v1.XmlPullParser parser
android.util.AttributeSet attrs
com.nineoldandroids.animation.AnimatorSet parent
int sequenceOrdering
com.nineoldandroids.animation.Animator anim
java.util.ArrayList childAnims
int type
int depth
private static com.nineoldandroids.animation.ObjectAnimator loadObjectAnimator (android.content.Context, android.util.AttributeSet) throws android.content.res.Resources$NotFoundException
android.content.Context context
android.util.AttributeSet attrs
com.nineoldandroids.animation.ObjectAnimator anim
android.content.res.TypedArray a
String propertyName
private static com.nineoldandroids.animation.ValueAnimator loadAnimator (android.content.Context, android.util.AttributeSet, com.nineoldandroids.animation.ValueAnimator) throws android.content.res.Resources$NotFoundException
float valueFrom
float valueTo
float valueTo
float valueFrom
float valueTo
float valueTo
int valueFrom
int valueFrom
int valueTo
int valueTo
int valueTo
int valueFrom
int valueTo
int valueTo
int valueTo
android.content.Context context
android.util.AttributeSet attrs
com.nineoldandroids.animation.ValueAnimator anim
android.content.res.TypedArray a
long duration
long startDelay
int valueType
int valueFromIndex
int valueToIndex
boolean getFloats
android.util.TypedValue tvFrom
boolean hasFrom
int fromType
android.util.TypedValue tvTo
boolean hasTo
int toType
int resID
static void ()
}
com/nineoldandroids/animation/AnimatorListenerAdapter.classAnimatorListenerAdapter.java
package com.nineoldandroids.animation
public abstract com.nineoldandroids.animation.AnimatorListenerAdapter extends java.lang.Object implements com.nineoldandroids.animation.Animator$AnimatorListener {
public void ()
public void onAnimationCancel (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationEnd (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationRepeat (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationStart (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
}
com/nineoldandroids/animation/AnimatorSet$1.classAnimatorSet.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.AnimatorSet$1 extends com.nineoldandroids.animation.AnimatorListenerAdapter {
boolean canceled
final synthetic java.util.ArrayList val$nodesToStart
final synthetic com.nineoldandroids.animation.AnimatorSet this$0
void (com.nineoldandroids.animation.AnimatorSet, java.util.ArrayList)
public void onAnimationCancel (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator anim
public void onAnimationEnd (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.AnimatorSet$Node node
int i
int numNodes
com.nineoldandroids.animation.Animator anim
}
com/nineoldandroids/animation/AnimatorSet$AnimatorSetListener.classAnimatorSet.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.AnimatorSet$AnimatorSetListener extends java.lang.Object implements com.nineoldandroids.animation.Animator$AnimatorListener {
private com.nineoldandroids.animation.AnimatorSet mAnimatorSet
final synthetic com.nineoldandroids.animation.AnimatorSet this$0
void (com.nineoldandroids.animation.AnimatorSet, com.nineoldandroids.animation.AnimatorSet)
com.nineoldandroids.animation.AnimatorSet animatorSet
public void onAnimationCancel (com.nineoldandroids.animation.Animator)
int i
int numListeners
com.nineoldandroids.animation.Animator animation
public void onAnimationEnd (com.nineoldandroids.animation.Animator)
int i
int i
java.util.ArrayList tmpListeners
int numListeners
java.util.ArrayList sortedNodes
boolean allDone
int numSortedNodes
com.nineoldandroids.animation.Animator animation
com.nineoldandroids.animation.AnimatorSet$Node animNode
public void onAnimationRepeat (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationStart (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
}
com/nineoldandroids/animation/AnimatorSet$Builder.classAnimatorSet.java
package com.nineoldandroids.animation
public com.nineoldandroids.animation.AnimatorSet$Builder extends java.lang.Object {
private com.nineoldandroids.animation.AnimatorSet$Node mCurrentNode
final synthetic com.nineoldandroids.animation.AnimatorSet this$0
void (com.nineoldandroids.animation.AnimatorSet, com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator anim
public com.nineoldandroids.animation.AnimatorSet$Builder with (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator anim
com.nineoldandroids.animation.AnimatorSet$Node node
com.nineoldandroids.animation.AnimatorSet$Dependency dependency
public com.nineoldandroids.animation.AnimatorSet$Builder before (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator anim
com.nineoldandroids.animation.AnimatorSet$Node node
com.nineoldandroids.animation.AnimatorSet$Dependency dependency
public com.nineoldandroids.animation.AnimatorSet$Builder after (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator anim
com.nineoldandroids.animation.AnimatorSet$Node node
com.nineoldandroids.animation.AnimatorSet$Dependency dependency
public com.nineoldandroids.animation.AnimatorSet$Builder after (long)
long delay
com.nineoldandroids.animation.ValueAnimator anim
}
com/nineoldandroids/animation/AnimatorSet$Dependency.classAnimatorSet.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.AnimatorSet$Dependency extends java.lang.Object {
static final int WITH
static final int AFTER
public com.nineoldandroids.animation.AnimatorSet$Node node
public int rule
public void (com.nineoldandroids.animation.AnimatorSet$Node, int)
com.nineoldandroids.animation.AnimatorSet$Node node
int rule
}
com/nineoldandroids/animation/AnimatorSet$DependencyListener.classAnimatorSet.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.AnimatorSet$DependencyListener extends java.lang.Object implements com.nineoldandroids.animation.Animator$AnimatorListener {
private com.nineoldandroids.animation.AnimatorSet mAnimatorSet
private com.nineoldandroids.animation.AnimatorSet$Node mNode
private int mRule
public void (com.nineoldandroids.animation.AnimatorSet, com.nineoldandroids.animation.AnimatorSet$Node, int)
com.nineoldandroids.animation.AnimatorSet animatorSet
com.nineoldandroids.animation.AnimatorSet$Node node
int rule
public void onAnimationCancel (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationEnd (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationRepeat (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationStart (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
private void startIfReady (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.AnimatorSet$Dependency dependency
int i
com.nineoldandroids.animation.Animator dependencyAnimation
com.nineoldandroids.animation.AnimatorSet$Dependency dependencyToRemove
int numDependencies
}
com/nineoldandroids/animation/AnimatorSet$Node.classAnimatorSet.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.AnimatorSet$Node extends java.lang.Object implements java.lang.Cloneable {
public com.nineoldandroids.animation.Animator animation
public java.util.ArrayList dependencies
public java.util.ArrayList tmpDependencies
public java.util.ArrayList nodeDependencies
public java.util.ArrayList nodeDependents
public boolean done
public void (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void addDependency (com.nineoldandroids.animation.AnimatorSet$Dependency)
com.nineoldandroids.animation.AnimatorSet$Dependency dependency
com.nineoldandroids.animation.AnimatorSet$Node dependencyNode
public com.nineoldandroids.animation.AnimatorSet$Node clone ()
com.nineoldandroids.animation.AnimatorSet$Node node
CloneNotSupportedException e
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/nineoldandroids/animation/AnimatorSet.classAnimatorSet.java
package com.nineoldandroids.animation
public final com.nineoldandroids.animation.AnimatorSet extends com.nineoldandroids.animation.Animator {
private java.util.ArrayList mPlayingSet
private java.util.HashMap mNodeMap
private java.util.ArrayList mNodes
private java.util.ArrayList mSortedNodes
private boolean mNeedsSort
private com.nineoldandroids.animation.AnimatorSet$AnimatorSetListener mSetListener
boolean mTerminated
private boolean mStarted
private long mStartDelay
private com.nineoldandroids.animation.ValueAnimator mDelayAnim
private long mDuration
public void ()
public transient void playTogether (com.nineoldandroids.animation.Animator[])
int i
com.nineoldandroids.animation.AnimatorSet$Builder builder
com.nineoldandroids.animation.Animator[] items
public void playTogether (java.util.Collection)
com.nineoldandroids.animation.Animator anim
java.util.Iterator i$
com.nineoldandroids.animation.AnimatorSet$Builder builder
java.util.Collection items
public transient void playSequentially (com.nineoldandroids.animation.Animator[])
int i
com.nineoldandroids.animation.Animator[] items
public void playSequentially (java.util.List)
int i
java.util.List items
public java.util.ArrayList getChildAnimations ()
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
java.util.ArrayList childList
public void setTarget (java.lang.Object)
com.nineoldandroids.animation.Animator animation
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
Object target
public void setInterpolator (android.view.animation.Interpolator)
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
android.view.animation.Interpolator interpolator
public com.nineoldandroids.animation.AnimatorSet$Builder play (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator anim
public void cancel ()
com.nineoldandroids.animation.Animator$AnimatorListener listener
java.util.Iterator i$
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
com.nineoldandroids.animation.Animator$AnimatorListener listener
java.util.Iterator i$
java.util.ArrayList tmpListeners
public void end ()
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
com.nineoldandroids.animation.Animator$AnimatorListener listener
java.util.Iterator i$
java.util.ArrayList tmpListeners
public boolean isRunning ()
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
public boolean isStarted ()
public long getStartDelay ()
public void setStartDelay (long)
long startDelay
public long getDuration ()
public com.nineoldandroids.animation.AnimatorSet setDuration (long)
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
long duration
public void setupStartValues ()
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
public void setupEndValues ()
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
public void start ()
com.nineoldandroids.animation.Animator$AnimatorListener listener
java.util.Iterator i$
java.util.ArrayList clonedListeners
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.ArrayList oldListeners
int i
com.nineoldandroids.animation.AnimatorSet$Dependency dependency
int j
int numDependencies
com.nineoldandroids.animation.AnimatorSet$Node node
int i
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
int i
java.util.ArrayList tmpListeners
int numListeners
int i
java.util.ArrayList tmpListeners
int numListeners
int numSortedNodes
java.util.ArrayList nodesToStart
public com.nineoldandroids.animation.AnimatorSet clone ()
com.nineoldandroids.animation.Animator$AnimatorListener listener
java.util.Iterator i$
com.nineoldandroids.animation.Animator$AnimatorListener listener
java.util.Iterator i$
java.util.ArrayList listenersToRemove
com.nineoldandroids.animation.AnimatorSet$Node nodeClone
java.util.ArrayList cloneListeners
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
com.nineoldandroids.animation.AnimatorSet$Node clonedDependencyNode
com.nineoldandroids.animation.AnimatorSet$Dependency cloneDependency
com.nineoldandroids.animation.AnimatorSet$Dependency dependency
java.util.Iterator i$
com.nineoldandroids.animation.AnimatorSet$Node nodeClone
com.nineoldandroids.animation.AnimatorSet$Node node
java.util.Iterator i$
com.nineoldandroids.animation.AnimatorSet anim
java.util.HashMap nodeCloneMap
private void sortNodes ()
com.nineoldandroids.animation.AnimatorSet$Node node
int i
com.nineoldandroids.animation.AnimatorSet$Node node
int j
int numDependents
com.nineoldandroids.animation.AnimatorSet$Node root
int i
int numRoots
java.util.ArrayList roots
int numNodes
java.util.ArrayList tmpRoots
com.nineoldandroids.animation.AnimatorSet$Dependency dependency
int j
int numDependencies
com.nineoldandroids.animation.AnimatorSet$Node node
int i
int numNodes
public volatile synthetic com.nineoldandroids.animation.Animator clone ()
public volatile synthetic com.nineoldandroids.animation.Animator setDuration (long)
long x0
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
static synthetic java.util.ArrayList access$000 (com.nineoldandroids.animation.AnimatorSet)
com.nineoldandroids.animation.AnimatorSet x0
static synthetic java.util.HashMap access$100 (com.nineoldandroids.animation.AnimatorSet)
com.nineoldandroids.animation.AnimatorSet x0
static synthetic java.util.ArrayList access$200 (com.nineoldandroids.animation.AnimatorSet)
com.nineoldandroids.animation.AnimatorSet x0
static synthetic boolean access$302 (com.nineoldandroids.animation.AnimatorSet, boolean)
com.nineoldandroids.animation.AnimatorSet x0
boolean x1
static synthetic java.util.ArrayList access$400 (com.nineoldandroids.animation.AnimatorSet)
com.nineoldandroids.animation.AnimatorSet x0
}
com/nineoldandroids/animation/ArgbEvaluator.classArgbEvaluator.java
package com.nineoldandroids.animation
public com.nineoldandroids.animation.ArgbEvaluator extends java.lang.Object implements com.nineoldandroids.animation.TypeEvaluator {
public void ()
public java.lang.Object evaluate (float, java.lang.Object, java.lang.Object)
float fraction
Object startValue
Object endValue
int startInt
int startA
int startR
int startG
int startB
int endInt
int endA
int endR
int endG
int endB
}
com/nineoldandroids/animation/FloatEvaluator.classFloatEvaluator.java
package com.nineoldandroids.animation
public com.nineoldandroids.animation.FloatEvaluator extends java.lang.Object implements com.nineoldandroids.animation.TypeEvaluator {
public void ()
public java.lang.Float evaluate (float, java.lang.Number, java.lang.Number)
float fraction
Number startValue
Number endValue
float startFloat
public volatile synthetic java.lang.Object evaluate (float, java.lang.Object, java.lang.Object)
float x0
Object x1
Object x2
}
com/nineoldandroids/animation/FloatKeyframeSet.classFloatKeyframeSet.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.FloatKeyframeSet extends com.nineoldandroids.animation.KeyframeSet {
private float firstValue
private float lastValue
private float deltaValue
private boolean firstTime
public transient void (com.nineoldandroids.animation.Keyframe$FloatKeyframe[])
com.nineoldandroids.animation.Keyframe$FloatKeyframe[] keyframes
public java.lang.Object getValue (float)
float fraction
public com.nineoldandroids.animation.FloatKeyframeSet clone ()
int i
java.util.ArrayList keyframes
int numKeyframes
com.nineoldandroids.animation.Keyframe$FloatKeyframe[] newKeyframes
com.nineoldandroids.animation.FloatKeyframeSet newSet
public float getFloatValue (float)
com.nineoldandroids.animation.Keyframe$FloatKeyframe prevKeyframe
com.nineoldandroids.animation.Keyframe$FloatKeyframe nextKeyframe
float prevValue
float nextValue
float prevFraction
float nextFraction
android.view.animation.Interpolator interpolator
float intervalFraction
com.nineoldandroids.animation.Keyframe$FloatKeyframe prevKeyframe
com.nineoldandroids.animation.Keyframe$FloatKeyframe nextKeyframe
float prevValue
float nextValue
float prevFraction
float nextFraction
android.view.animation.Interpolator interpolator
float intervalFraction
android.view.animation.Interpolator interpolator
float intervalFraction
float prevValue
float nextValue
com.nineoldandroids.animation.Keyframe$FloatKeyframe nextKeyframe
int i
float fraction
com.nineoldandroids.animation.Keyframe$FloatKeyframe prevKeyframe
public volatile synthetic com.nineoldandroids.animation.KeyframeSet clone ()
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/nineoldandroids/animation/IntEvaluator.classIntEvaluator.java
package com.nineoldandroids.animation
public com.nineoldandroids.animation.IntEvaluator extends java.lang.Object implements com.nineoldandroids.animation.TypeEvaluator {
public void ()
public java.lang.Integer evaluate (float, java.lang.Integer, java.lang.Integer)
float fraction
Integer startValue
Integer endValue
int startInt
public volatile synthetic java.lang.Object evaluate (float, java.lang.Object, java.lang.Object)
float x0
Object x1
Object x2
}
com/nineoldandroids/animation/IntKeyframeSet.classIntKeyframeSet.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.IntKeyframeSet extends com.nineoldandroids.animation.KeyframeSet {
private int firstValue
private int lastValue
private int deltaValue
private boolean firstTime
public transient void (com.nineoldandroids.animation.Keyframe$IntKeyframe[])
com.nineoldandroids.animation.Keyframe$IntKeyframe[] keyframes
public java.lang.Object getValue (float)
float fraction
public com.nineoldandroids.animation.IntKeyframeSet clone ()
int i
java.util.ArrayList keyframes
int numKeyframes
com.nineoldandroids.animation.Keyframe$IntKeyframe[] newKeyframes
com.nineoldandroids.animation.IntKeyframeSet newSet
public int getIntValue (float)
com.nineoldandroids.animation.Keyframe$IntKeyframe prevKeyframe
com.nineoldandroids.animation.Keyframe$IntKeyframe nextKeyframe
int prevValue
int nextValue
float prevFraction
float nextFraction
android.view.animation.Interpolator interpolator
float intervalFraction
com.nineoldandroids.animation.Keyframe$IntKeyframe prevKeyframe
com.nineoldandroids.animation.Keyframe$IntKeyframe nextKeyframe
int prevValue
int nextValue
float prevFraction
float nextFraction
android.view.animation.Interpolator interpolator
float intervalFraction
android.view.animation.Interpolator interpolator
float intervalFraction
int prevValue
int nextValue
com.nineoldandroids.animation.Keyframe$IntKeyframe nextKeyframe
int i
float fraction
com.nineoldandroids.animation.Keyframe$IntKeyframe prevKeyframe
public volatile synthetic com.nineoldandroids.animation.KeyframeSet clone ()
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/nineoldandroids/animation/Keyframe$FloatKeyframe.classKeyframe.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.Keyframe$FloatKeyframe extends com.nineoldandroids.animation.Keyframe {
float mValue
void (float, float)
float fraction
float value
void (float)
float fraction
public float getFloatValue ()
public java.lang.Object getValue ()
public void setValue (java.lang.Object)
Object value
public com.nineoldandroids.animation.Keyframe$FloatKeyframe clone ()
com.nineoldandroids.animation.Keyframe$FloatKeyframe kfClone
public volatile synthetic com.nineoldandroids.animation.Keyframe clone ()
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/nineoldandroids/animation/Keyframe$IntKeyframe.classKeyframe.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.Keyframe$IntKeyframe extends com.nineoldandroids.animation.Keyframe {
int mValue
void (float, int)
float fraction
int value
void (float)
float fraction
public int getIntValue ()
public java.lang.Object getValue ()
public void setValue (java.lang.Object)
Object value
public com.nineoldandroids.animation.Keyframe$IntKeyframe clone ()
com.nineoldandroids.animation.Keyframe$IntKeyframe kfClone
public volatile synthetic com.nineoldandroids.animation.Keyframe clone ()
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/nineoldandroids/animation/Keyframe$ObjectKeyframe.classKeyframe.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.Keyframe$ObjectKeyframe extends com.nineoldandroids.animation.Keyframe {
Object mValue
void (float, java.lang.Object)
float fraction
Object value
public java.lang.Object getValue ()
public void setValue (java.lang.Object)
Object value
public com.nineoldandroids.animation.Keyframe$ObjectKeyframe clone ()
com.nineoldandroids.animation.Keyframe$ObjectKeyframe kfClone
public volatile synthetic com.nineoldandroids.animation.Keyframe clone ()
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/nineoldandroids/animation/Keyframe.classKeyframe.java
package com.nineoldandroids.animation
public abstract com.nineoldandroids.animation.Keyframe extends java.lang.Object implements java.lang.Cloneable {
float mFraction
Class mValueType
private android.view.animation.Interpolator mInterpolator
boolean mHasValue
public void ()
public static com.nineoldandroids.animation.Keyframe ofInt (float, int)
float fraction
int value
public static com.nineoldandroids.animation.Keyframe ofInt (float)
float fraction
public static com.nineoldandroids.animation.Keyframe ofFloat (float, float)
float fraction
float value
public static com.nineoldandroids.animation.Keyframe ofFloat (float)
float fraction
public static com.nineoldandroids.animation.Keyframe ofObject (float, java.lang.Object)
float fraction
Object value
public static com.nineoldandroids.animation.Keyframe ofObject (float)
float fraction
public boolean hasValue ()
public abstract java.lang.Object getValue ()
public abstract void setValue (java.lang.Object)
public float getFraction ()
public void setFraction (float)
float fraction
public android.view.animation.Interpolator getInterpolator ()
public void setInterpolator (android.view.animation.Interpolator)
android.view.animation.Interpolator interpolator
public java.lang.Class getType ()
public abstract com.nineoldandroids.animation.Keyframe clone ()
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/nineoldandroids/animation/KeyframeSet.classKeyframeSet.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.KeyframeSet extends java.lang.Object {
int mNumKeyframes
com.nineoldandroids.animation.Keyframe mFirstKeyframe
com.nineoldandroids.animation.Keyframe mLastKeyframe
android.view.animation.Interpolator mInterpolator
java.util.ArrayList mKeyframes
com.nineoldandroids.animation.TypeEvaluator mEvaluator
public transient void (com.nineoldandroids.animation.Keyframe[])
com.nineoldandroids.animation.Keyframe[] keyframes
public static transient com.nineoldandroids.animation.KeyframeSet ofInt (int[])
int i
int[] values
int numKeyframes
com.nineoldandroids.animation.Keyframe$IntKeyframe[] keyframes
public static transient com.nineoldandroids.animation.KeyframeSet ofFloat (float[])
int i
float[] values
int numKeyframes
com.nineoldandroids.animation.Keyframe$FloatKeyframe[] keyframes
public static transient com.nineoldandroids.animation.KeyframeSet ofKeyframe (com.nineoldandroids.animation.Keyframe[])
int i
int i
com.nineoldandroids.animation.Keyframe$FloatKeyframe[] floatKeyframes
int i
com.nineoldandroids.animation.Keyframe$IntKeyframe[] intKeyframes
com.nineoldandroids.animation.Keyframe[] keyframes
int numKeyframes
boolean hasFloat
boolean hasInt
boolean hasOther
public static transient com.nineoldandroids.animation.KeyframeSet ofObject (java.lang.Object[])
int i
Object[] values
int numKeyframes
com.nineoldandroids.animation.Keyframe$ObjectKeyframe[] keyframes
public void setEvaluator (com.nineoldandroids.animation.TypeEvaluator)
com.nineoldandroids.animation.TypeEvaluator evaluator
public com.nineoldandroids.animation.KeyframeSet clone ()
int i
java.util.ArrayList keyframes
int numKeyframes
com.nineoldandroids.animation.Keyframe[] newKeyframes
com.nineoldandroids.animation.KeyframeSet newSet
public java.lang.Object getValue (float)
com.nineoldandroids.animation.Keyframe nextKeyframe
android.view.animation.Interpolator interpolator
float prevFraction
float intervalFraction
com.nineoldandroids.animation.Keyframe prevKeyframe
android.view.animation.Interpolator interpolator
float prevFraction
float intervalFraction
android.view.animation.Interpolator interpolator
float prevFraction
float intervalFraction
com.nineoldandroids.animation.Keyframe nextKeyframe
int i
float fraction
com.nineoldandroids.animation.Keyframe prevKeyframe
public java.lang.String toString ()
int i
String returnVal
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/nineoldandroids/animation/ObjectAnimator.classObjectAnimator.java
package com.nineoldandroids.animation
public final com.nineoldandroids.animation.ObjectAnimator extends com.nineoldandroids.animation.ValueAnimator {
private static final boolean DBG
private static final java.util.Map PROXY_PROPERTIES
private Object mTarget
private String mPropertyName
private com.nineoldandroids.util.Property mProperty
public void setPropertyName (java.lang.String)
com.nineoldandroids.animation.PropertyValuesHolder valuesHolder
String oldName
String propertyName
public void setProperty (com.nineoldandroids.util.Property)
com.nineoldandroids.animation.PropertyValuesHolder valuesHolder
String oldName
com.nineoldandroids.util.Property property
public java.lang.String getPropertyName ()
public void ()
private void (java.lang.Object, java.lang.String)
Object target
String propertyName
private void (java.lang.Object, com.nineoldandroids.util.Property)
Object target
com.nineoldandroids.util.Property property
public static transient com.nineoldandroids.animation.ObjectAnimator ofInt (java.lang.Object, java.lang.String, int[])
Object target
String propertyName
int[] values
com.nineoldandroids.animation.ObjectAnimator anim
public static transient com.nineoldandroids.animation.ObjectAnimator ofInt (java.lang.Object, com.nineoldandroids.util.Property, int[])
Object target
com.nineoldandroids.util.Property property
int[] values
com.nineoldandroids.animation.ObjectAnimator anim
public static transient com.nineoldandroids.animation.ObjectAnimator ofFloat (java.lang.Object, java.lang.String, float[])
Object target
String propertyName
float[] values
com.nineoldandroids.animation.ObjectAnimator anim
public static transient com.nineoldandroids.animation.ObjectAnimator ofFloat (java.lang.Object, com.nineoldandroids.util.Property, float[])
Object target
com.nineoldandroids.util.Property property
float[] values
com.nineoldandroids.animation.ObjectAnimator anim
public static transient com.nineoldandroids.animation.ObjectAnimator ofObject (java.lang.Object, java.lang.String, com.nineoldandroids.animation.TypeEvaluator, java.lang.Object[])
Object target
String propertyName
com.nineoldandroids.animation.TypeEvaluator evaluator
Object[] values
com.nineoldandroids.animation.ObjectAnimator anim
public static transient com.nineoldandroids.animation.ObjectAnimator ofObject (java.lang.Object, com.nineoldandroids.util.Property, com.nineoldandroids.animation.TypeEvaluator, java.lang.Object[])
Object target
com.nineoldandroids.util.Property property
com.nineoldandroids.animation.TypeEvaluator evaluator
Object[] values
com.nineoldandroids.animation.ObjectAnimator anim
public static transient com.nineoldandroids.animation.ObjectAnimator ofPropertyValuesHolder (java.lang.Object, com.nineoldandroids.animation.PropertyValuesHolder[])
Object target
com.nineoldandroids.animation.PropertyValuesHolder[] values
com.nineoldandroids.animation.ObjectAnimator anim
public transient void setIntValues (int[])
int[] values
public transient void setFloatValues (float[])
float[] values
public transient void setObjectValues (java.lang.Object[])
Object[] values
public void start ()
void initAnimation ()
int i
int numValues
public com.nineoldandroids.animation.ObjectAnimator setDuration (long)
long duration
public java.lang.Object getTarget ()
public void setTarget (java.lang.Object)
Object oldTarget
Object target
public void setupStartValues ()
int i
int numValues
public void setupEndValues ()
int i
int numValues
void animateValue (float)
int i
float fraction
int numValues
public com.nineoldandroids.animation.ObjectAnimator clone ()
com.nineoldandroids.animation.ObjectAnimator anim
public java.lang.String toString ()
int i
String returnVal
public volatile synthetic com.nineoldandroids.animation.ValueAnimator clone ()
public volatile synthetic com.nineoldandroids.animation.ValueAnimator setDuration (long)
long x0
public volatile synthetic com.nineoldandroids.animation.Animator clone ()
public volatile synthetic com.nineoldandroids.animation.Animator setDuration (long)
long x0
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
static void ()
}
com/nineoldandroids/animation/PreHoneycombCompat$1.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$1 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$10.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$10 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$11.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$11 extends com.nineoldandroids.util.IntProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, int)
android.view.View object
int value
public java.lang.Integer get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, int)
Object x0
int x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$12.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$12 extends com.nineoldandroids.util.IntProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, int)
android.view.View object
int value
public java.lang.Integer get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, int)
Object x0
int x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$13.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$13 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$14.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$14 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$2.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$2 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$3.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$3 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$4.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$4 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$5.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$5 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$6.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$6 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$7.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$7 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$8.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$8 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat$9.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat$9 extends com.nineoldandroids.util.FloatProperty {
void (java.lang.String)
String x0
public void setValue (android.view.View, float)
android.view.View object
float value
public java.lang.Float get (android.view.View)
android.view.View object
public volatile synthetic void setValue (java.lang.Object, float)
Object x0
float x1
public volatile synthetic java.lang.Object get (java.lang.Object)
Object x0
}
com/nineoldandroids/animation/PreHoneycombCompat.classPreHoneycombCompat.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.PreHoneycombCompat extends java.lang.Object {
static com.nineoldandroids.util.Property ALPHA
static com.nineoldandroids.util.Property PIVOT_X
static com.nineoldandroids.util.Property PIVOT_Y
static com.nineoldandroids.util.Property TRANSLATION_X
static com.nineoldandroids.util.Property TRANSLATION_Y
static com.nineoldandroids.util.Property ROTATION
static com.nineoldandroids.util.Property ROTATION_X
static com.nineoldandroids.util.Property ROTATION_Y
static com.nineoldandroids.util.Property SCALE_X
static com.nineoldandroids.util.Property SCALE_Y
static com.nineoldandroids.util.Property SCROLL_X
static com.nineoldandroids.util.Property SCROLL_Y
static com.nineoldandroids.util.Property X
static com.nineoldandroids.util.Property Y
private void ()
static void ()
}
com/nineoldandroids/animation/PropertyValuesHolder$1.classPropertyValuesHolder.java
package com.nineoldandroids.animation
synthetic com.nineoldandroids.animation.PropertyValuesHolder$1 extends java.lang.Object {
}
com/nineoldandroids/animation/PropertyValuesHolder$FloatPropertyValuesHolder.classPropertyValuesHolder.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.PropertyValuesHolder$FloatPropertyValuesHolder extends com.nineoldandroids.animation.PropertyValuesHolder {
private com.nineoldandroids.util.FloatProperty mFloatProperty
com.nineoldandroids.animation.FloatKeyframeSet mFloatKeyframeSet
float mFloatAnimatedValue
public void (java.lang.String, com.nineoldandroids.animation.FloatKeyframeSet)
String propertyName
com.nineoldandroids.animation.FloatKeyframeSet keyframeSet
public void (com.nineoldandroids.util.Property, com.nineoldandroids.animation.FloatKeyframeSet)
com.nineoldandroids.util.Property property
com.nineoldandroids.animation.FloatKeyframeSet keyframeSet
public transient void (java.lang.String, float[])
String propertyName
float[] values
public transient void (com.nineoldandroids.util.Property, float[])
com.nineoldandroids.util.Property property
float[] values
public transient void setFloatValues (float[])
float[] values
void calculateValue (float)
float fraction
java.lang.Object getAnimatedValue ()
public com.nineoldandroids.animation.PropertyValuesHolder$FloatPropertyValuesHolder clone ()
com.nineoldandroids.animation.PropertyValuesHolder$FloatPropertyValuesHolder newPVH
void setAnimatedValue (java.lang.Object)
java.lang.reflect.InvocationTargetException e
IllegalAccessException e
Object target
void setupSetter (java.lang.Class)
Class targetClass
public volatile synthetic com.nineoldandroids.animation.PropertyValuesHolder clone ()
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/nineoldandroids/animation/PropertyValuesHolder$IntPropertyValuesHolder.classPropertyValuesHolder.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.PropertyValuesHolder$IntPropertyValuesHolder extends com.nineoldandroids.animation.PropertyValuesHolder {
private com.nineoldandroids.util.IntProperty mIntProperty
com.nineoldandroids.animation.IntKeyframeSet mIntKeyframeSet
int mIntAnimatedValue
public void (java.lang.String, com.nineoldandroids.animation.IntKeyframeSet)
String propertyName
com.nineoldandroids.animation.IntKeyframeSet keyframeSet
public void (com.nineoldandroids.util.Property, com.nineoldandroids.animation.IntKeyframeSet)
com.nineoldandroids.util.Property property
com.nineoldandroids.animation.IntKeyframeSet keyframeSet
public transient void (java.lang.String, int[])
String propertyName
int[] values
public transient void (com.nineoldandroids.util.Property, int[])
com.nineoldandroids.util.Property property
int[] values
public transient void setIntValues (int[])
int[] values
void calculateValue (float)
float fraction
java.lang.Object getAnimatedValue ()
public com.nineoldandroids.animation.PropertyValuesHolder$IntPropertyValuesHolder clone ()
com.nineoldandroids.animation.PropertyValuesHolder$IntPropertyValuesHolder newPVH
void setAnimatedValue (java.lang.Object)
java.lang.reflect.InvocationTargetException e
IllegalAccessException e
Object target
void setupSetter (java.lang.Class)
Class targetClass
public volatile synthetic com.nineoldandroids.animation.PropertyValuesHolder clone ()
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/nineoldandroids/animation/PropertyValuesHolder.classPropertyValuesHolder.java
package com.nineoldandroids.animation
public com.nineoldandroids.animation.PropertyValuesHolder extends java.lang.Object implements java.lang.Cloneable {
String mPropertyName
protected com.nineoldandroids.util.Property mProperty
java.lang.reflect.Method mSetter
private java.lang.reflect.Method mGetter
Class mValueType
com.nineoldandroids.animation.KeyframeSet mKeyframeSet
private static final com.nineoldandroids.animation.TypeEvaluator sIntEvaluator
private static final com.nineoldandroids.animation.TypeEvaluator sFloatEvaluator
private static Class[] FLOAT_VARIANTS
private static Class[] INTEGER_VARIANTS
private static Class[] DOUBLE_VARIANTS
private static final java.util.HashMap sSetterPropertyMap
private static final java.util.HashMap sGetterPropertyMap
final java.util.concurrent.locks.ReentrantReadWriteLock mPropertyMapLock
final Object[] mTmpValueArray
private com.nineoldandroids.animation.TypeEvaluator mEvaluator
private Object mAnimatedValue
private void (java.lang.String)
String propertyName
private void (com.nineoldandroids.util.Property)
com.nineoldandroids.util.Property property
public static transient com.nineoldandroids.animation.PropertyValuesHolder ofInt (java.lang.String, int[])
String propertyName
int[] values
public static transient com.nineoldandroids.animation.PropertyValuesHolder ofInt (com.nineoldandroids.util.Property, int[])
com.nineoldandroids.util.Property property
int[] values
public static transient com.nineoldandroids.animation.PropertyValuesHolder ofFloat (java.lang.String, float[])
String propertyName
float[] values
public static transient com.nineoldandroids.animation.PropertyValuesHolder ofFloat (com.nineoldandroids.util.Property, float[])
com.nineoldandroids.util.Property property
float[] values
public static transient com.nineoldandroids.animation.PropertyValuesHolder ofObject (java.lang.String, com.nineoldandroids.animation.TypeEvaluator, java.lang.Object[])
String propertyName
com.nineoldandroids.animation.TypeEvaluator evaluator
Object[] values
com.nineoldandroids.animation.PropertyValuesHolder pvh
public static transient com.nineoldandroids.animation.PropertyValuesHolder ofObject (com.nineoldandroids.util.Property, com.nineoldandroids.animation.TypeEvaluator, java.lang.Object[])
com.nineoldandroids.util.Property property
com.nineoldandroids.animation.TypeEvaluator evaluator
Object[] values
com.nineoldandroids.animation.PropertyValuesHolder pvh
public static transient com.nineoldandroids.animation.PropertyValuesHolder ofKeyframe (java.lang.String, com.nineoldandroids.animation.Keyframe[])
com.nineoldandroids.animation.PropertyValuesHolder pvh
String propertyName
com.nineoldandroids.animation.Keyframe[] values
com.nineoldandroids.animation.KeyframeSet keyframeSet
public static transient com.nineoldandroids.animation.PropertyValuesHolder ofKeyframe (com.nineoldandroids.util.Property, com.nineoldandroids.animation.Keyframe[])
com.nineoldandroids.animation.PropertyValuesHolder pvh
com.nineoldandroids.util.Property property
com.nineoldandroids.animation.Keyframe[] values
com.nineoldandroids.animation.KeyframeSet keyframeSet
public transient void setIntValues (int[])
int[] values
public transient void setFloatValues (float[])
float[] values
public transient void setKeyframes (com.nineoldandroids.animation.Keyframe[])
int i
com.nineoldandroids.animation.Keyframe[] values
int numKeyframes
com.nineoldandroids.animation.Keyframe[] keyframes
public transient void setObjectValues (java.lang.Object[])
Object[] values
private java.lang.reflect.Method getPropertyFunction (java.lang.Class, java.lang.String, java.lang.Class)
NoSuchMethodException e2
NoSuchMethodException e
Class[] typeVariants
Class[] typeVariants
Class[] typeVariants
NoSuchMethodException e2
NoSuchMethodException e
Class typeVariant
Class[] arr$
int len$
int i$
Class[] typeVariants
Class targetClass
String prefix
Class valueType
java.lang.reflect.Method returnVal
String methodName
Class[] args
private java.lang.reflect.Method setupSetterOrGetter (java.lang.Class, java.util.HashMap, java.lang.String, java.lang.Class)
java.util.HashMap propertyMap
Class targetClass
java.util.HashMap propertyMapMap
String prefix
Class valueType
java.lang.reflect.Method setterOrGetter
void setupSetter (java.lang.Class)
Class targetClass
private void setupGetter (java.lang.Class)
Class targetClass
void setupSetterAndGetter (java.lang.Object)
com.nineoldandroids.animation.Keyframe kf
java.util.Iterator i$
Object testValue
ClassCastException e
java.lang.reflect.InvocationTargetException e
IllegalAccessException e
com.nineoldandroids.animation.Keyframe kf
java.util.Iterator i$
Object target
Class targetClass
private void setupValue (java.lang.Object, com.nineoldandroids.animation.Keyframe)
Class targetClass
java.lang.reflect.InvocationTargetException e
IllegalAccessException e
Object target
com.nineoldandroids.animation.Keyframe kf
void setupStartValue (java.lang.Object)
Object target
void setupEndValue (java.lang.Object)
Object target
public com.nineoldandroids.animation.PropertyValuesHolder clone ()
com.nineoldandroids.animation.PropertyValuesHolder newPVH
CloneNotSupportedException e
void setAnimatedValue (java.lang.Object)
java.lang.reflect.InvocationTargetException e
IllegalAccessException e
Object target
void init ()
public void setEvaluator (com.nineoldandroids.animation.TypeEvaluator)
com.nineoldandroids.animation.TypeEvaluator evaluator
void calculateValue (float)
float fraction
public void setPropertyName (java.lang.String)
String propertyName
public void setProperty (com.nineoldandroids.util.Property)
com.nineoldandroids.util.Property property
public java.lang.String getPropertyName ()
java.lang.Object getAnimatedValue ()
public java.lang.String toString ()
static java.lang.String getMethodName (java.lang.String, java.lang.String)
String prefix
String propertyName
char firstLetter
String theRest
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
synthetic void (java.lang.String, com.nineoldandroids.animation.PropertyValuesHolder$1)
String x0
com.nineoldandroids.animation.PropertyValuesHolder$1 x1
synthetic void (com.nineoldandroids.util.Property, com.nineoldandroids.animation.PropertyValuesHolder$1)
com.nineoldandroids.util.Property x0
com.nineoldandroids.animation.PropertyValuesHolder$1 x1
static void ()
}
com/nineoldandroids/animation/TimeAnimator$TimeListener.classTimeAnimator.java
package com.nineoldandroids.animation
public abstract com.nineoldandroids.animation.TimeAnimator$TimeListener extends java.lang.Object {
public abstract void onTimeUpdate (com.nineoldandroids.animation.TimeAnimator, long, long)
}
com/nineoldandroids/animation/TimeAnimator.classTimeAnimator.java
package com.nineoldandroids.animation
public com.nineoldandroids.animation.TimeAnimator extends com.nineoldandroids.animation.ValueAnimator {
private com.nineoldandroids.animation.TimeAnimator$TimeListener mListener
private long mPreviousTime
public void ()
boolean animationFrame (long)
long totalTime
long deltaTime
long currentTime
public void setTimeListener (com.nineoldandroids.animation.TimeAnimator$TimeListener)
com.nineoldandroids.animation.TimeAnimator$TimeListener listener
void animateValue (float)
float fraction
void initAnimation ()
}
com/nineoldandroids/animation/TypeEvaluator.classTypeEvaluator.java
package com.nineoldandroids.animation
public abstract com.nineoldandroids.animation.TypeEvaluator extends java.lang.Object {
public abstract java.lang.Object evaluate (float, java.lang.Object, java.lang.Object)
}
com/nineoldandroids/animation/ValueAnimator$1.classValueAnimator.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.ValueAnimator$1 extends java.lang.ThreadLocal {
void ()
protected java.util.ArrayList initialValue ()
protected volatile synthetic java.lang.Object initialValue ()
}
com/nineoldandroids/animation/ValueAnimator$2.classValueAnimator.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.ValueAnimator$2 extends java.lang.ThreadLocal {
void ()
protected java.util.ArrayList initialValue ()
protected volatile synthetic java.lang.Object initialValue ()
}
com/nineoldandroids/animation/ValueAnimator$3.classValueAnimator.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.ValueAnimator$3 extends java.lang.ThreadLocal {
void ()
protected java.util.ArrayList initialValue ()
protected volatile synthetic java.lang.Object initialValue ()
}
com/nineoldandroids/animation/ValueAnimator$4.classValueAnimator.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.ValueAnimator$4 extends java.lang.ThreadLocal {
void ()
protected java.util.ArrayList initialValue ()
protected volatile synthetic java.lang.Object initialValue ()
}
com/nineoldandroids/animation/ValueAnimator$5.classValueAnimator.java
package com.nineoldandroids.animation
final com.nineoldandroids.animation.ValueAnimator$5 extends java.lang.ThreadLocal {
void ()
protected java.util.ArrayList initialValue ()
protected volatile synthetic java.lang.Object initialValue ()
}
com/nineoldandroids/animation/ValueAnimator$AnimationHandler.classValueAnimator.java
package com.nineoldandroids.animation
com.nineoldandroids.animation.ValueAnimator$AnimationHandler extends android.os.Handler {
private void ()
public void handleMessage (android.os.Message)
com.nineoldandroids.animation.ValueAnimator anim
int i
java.util.ArrayList pendingCopy
int count
com.nineoldandroids.animation.ValueAnimator anim
int i
com.nineoldandroids.animation.ValueAnimator anim
int i
com.nineoldandroids.animation.ValueAnimator anim
java.util.ArrayList pendingAnimations
long currentTime
java.util.ArrayList readyAnims
java.util.ArrayList endingAnims
int numDelayedAnims
int numReadyAnims
int numAnims
int i
android.os.Message msg
boolean callAgain
java.util.ArrayList animations
java.util.ArrayList delayedAnims
synthetic void (com.nineoldandroids.animation.ValueAnimator$1)
com.nineoldandroids.animation.ValueAnimator$1 x0
}
com/nineoldandroids/animation/ValueAnimator$AnimatorUpdateListener.classValueAnimator.java
package com.nineoldandroids.animation
public abstract com.nineoldandroids.animation.ValueAnimator$AnimatorUpdateListener extends java.lang.Object {
public abstract void onAnimationUpdate (com.nineoldandroids.animation.ValueAnimator)
}
com/nineoldandroids/animation/ValueAnimator.classValueAnimator.java
package com.nineoldandroids.animation
public com.nineoldandroids.animation.ValueAnimator extends com.nineoldandroids.animation.Animator {
private static final long DEFAULT_FRAME_DELAY
static final int ANIMATION_START
static final int ANIMATION_FRAME
static final int STOPPED
static final int RUNNING
static final int SEEKED
long mStartTime
long mSeekTime
private static ThreadLocal sAnimationHandler
private static final ThreadLocal sAnimations
private static final ThreadLocal sPendingAnimations
private static final ThreadLocal sDelayedAnims
private static final ThreadLocal sEndingAnims
private static final ThreadLocal sReadyAnims
private static final android.view.animation.Interpolator sDefaultInterpolator
private static final com.nineoldandroids.animation.TypeEvaluator sIntEvaluator
private static final com.nineoldandroids.animation.TypeEvaluator sFloatEvaluator
private boolean mPlayingBackwards
private int mCurrentIteration
private float mCurrentFraction
private boolean mStartedDelay
private long mDelayStartTime
int mPlayingState
private boolean mRunning
private boolean mStarted
boolean mInitialized
private long mDuration
private long mStartDelay
private static long sFrameDelay
private int mRepeatCount
private int mRepeatMode
private android.view.animation.Interpolator mInterpolator
private java.util.ArrayList mUpdateListeners
com.nineoldandroids.animation.PropertyValuesHolder[] mValues
java.util.HashMap mValuesMap
public static final int RESTART
public static final int REVERSE
public static final int INFINITE
public void ()
public static transient com.nineoldandroids.animation.ValueAnimator ofInt (int[])
int[] values
com.nineoldandroids.animation.ValueAnimator anim
public static transient com.nineoldandroids.animation.ValueAnimator ofFloat (float[])
float[] values
com.nineoldandroids.animation.ValueAnimator anim
public static transient com.nineoldandroids.animation.ValueAnimator ofPropertyValuesHolder (com.nineoldandroids.animation.PropertyValuesHolder[])
com.nineoldandroids.animation.PropertyValuesHolder[] values
com.nineoldandroids.animation.ValueAnimator anim
public static transient com.nineoldandroids.animation.ValueAnimator ofObject (com.nineoldandroids.animation.TypeEvaluator, java.lang.Object[])
com.nineoldandroids.animation.TypeEvaluator evaluator
Object[] values
com.nineoldandroids.animation.ValueAnimator anim
public transient void setIntValues (int[])
com.nineoldandroids.animation.PropertyValuesHolder valuesHolder
int[] values
public transient void setFloatValues (float[])
com.nineoldandroids.animation.PropertyValuesHolder valuesHolder
float[] values
public transient void setObjectValues (java.lang.Object[])
com.nineoldandroids.animation.PropertyValuesHolder valuesHolder
Object[] values
public transient void setValues (com.nineoldandroids.animation.PropertyValuesHolder[])
com.nineoldandroids.animation.PropertyValuesHolder valuesHolder
int i
com.nineoldandroids.animation.PropertyValuesHolder[] values
int numValues
public com.nineoldandroids.animation.PropertyValuesHolder[] getValues ()
void initAnimation ()
int i
int numValues
public com.nineoldandroids.animation.ValueAnimator setDuration (long)
long duration
public long getDuration ()
public void setCurrentPlayTime (long)
long playTime
long currentTime
public long getCurrentPlayTime ()
public long getStartDelay ()
public void setStartDelay (long)
long startDelay
public static long getFrameDelay ()
public static void setFrameDelay (long)
long frameDelay
public java.lang.Object getAnimatedValue ()
public java.lang.Object getAnimatedValue (java.lang.String)
String propertyName
com.nineoldandroids.animation.PropertyValuesHolder valuesHolder
public void setRepeatCount (int)
int value
public int getRepeatCount ()
public void setRepeatMode (int)
int value
public int getRepeatMode ()
public void addUpdateListener (com.nineoldandroids.animation.ValueAnimator$AnimatorUpdateListener)
com.nineoldandroids.animation.ValueAnimator$AnimatorUpdateListener listener
public void removeAllUpdateListeners ()
public void removeUpdateListener (com.nineoldandroids.animation.ValueAnimator$AnimatorUpdateListener)
com.nineoldandroids.animation.ValueAnimator$AnimatorUpdateListener listener
public void setInterpolator (android.view.animation.Interpolator)
android.view.animation.Interpolator value
public android.view.animation.Interpolator getInterpolator ()
public void setEvaluator (com.nineoldandroids.animation.TypeEvaluator)
com.nineoldandroids.animation.TypeEvaluator value
private void start (boolean)
int i
java.util.ArrayList tmpListeners
int numListeners
boolean playBackwards
com.nineoldandroids.animation.ValueAnimator$AnimationHandler animationHandler
public void start ()
public void cancel ()
com.nineoldandroids.animation.Animator$AnimatorListener listener
java.util.Iterator i$
java.util.ArrayList tmpListeners
public void end ()
public boolean isRunning ()
public boolean isStarted ()
public void reverse ()
long currentTime
long currentPlayTime
long timeLeft
private void endAnimation ()
int i
java.util.ArrayList tmpListeners
int numListeners
private void startAnimation ()
int i
java.util.ArrayList tmpListeners
int numListeners
private boolean delayedAnimationFrame (long)
long deltaTime
long currentTime
boolean animationFrame (long)
int i
int numListeners
float fraction
long currentTime
boolean done
public float getAnimatedFraction ()
void animateValue (float)
int i
int i
int numListeners
float fraction
int numValues
public com.nineoldandroids.animation.ValueAnimator clone ()
int i
java.util.ArrayList oldListeners
int numListeners
com.nineoldandroids.animation.PropertyValuesHolder newValuesHolder
int i
int numValues
com.nineoldandroids.animation.ValueAnimator anim
com.nineoldandroids.animation.PropertyValuesHolder[] oldValues
public static int getCurrentAnimationsCount ()
public static void clearAllAnimations ()
public java.lang.String toString ()
int i
String returnVal
public volatile synthetic com.nineoldandroids.animation.Animator clone ()
public volatile synthetic com.nineoldandroids.animation.Animator setDuration (long)
long x0
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
static synthetic java.lang.ThreadLocal access$000 ()
static synthetic java.lang.ThreadLocal access$100 ()
static synthetic java.lang.ThreadLocal access$200 ()
static synthetic long access$300 (com.nineoldandroids.animation.ValueAnimator)
com.nineoldandroids.animation.ValueAnimator x0
static synthetic void access$400 (com.nineoldandroids.animation.ValueAnimator)
com.nineoldandroids.animation.ValueAnimator x0
static synthetic java.lang.ThreadLocal access$500 ()
static synthetic java.lang.ThreadLocal access$600 ()
static synthetic boolean access$700 (com.nineoldandroids.animation.ValueAnimator, long)
com.nineoldandroids.animation.ValueAnimator x0
long x1
static synthetic boolean access$802 (com.nineoldandroids.animation.ValueAnimator, boolean)
com.nineoldandroids.animation.ValueAnimator x0
boolean x1
static synthetic void access$900 (com.nineoldandroids.animation.ValueAnimator)
com.nineoldandroids.animation.ValueAnimator x0
static synthetic long access$1000 ()
static void ()
}
com/nineoldandroids/util/FloatProperty.classFloatProperty.java
package com.nineoldandroids.util
public abstract com.nineoldandroids.util.FloatProperty extends com.nineoldandroids.util.Property {
public void (java.lang.String)
String name
public abstract void setValue (java.lang.Object, float)
public final void set (java.lang.Object, java.lang.Float)
Object object
Float value
public volatile synthetic void set (java.lang.Object, java.lang.Object)
Object x0
Object x1
}
com/nineoldandroids/util/IntProperty.classIntProperty.java
package com.nineoldandroids.util
public abstract com.nineoldandroids.util.IntProperty extends com.nineoldandroids.util.Property {
public void (java.lang.String)
String name
public abstract void setValue (java.lang.Object, int)
public final void set (java.lang.Object, java.lang.Integer)
Object object
Integer value
public volatile synthetic void set (java.lang.Object, java.lang.Object)
Object x0
Object x1
}
com/nineoldandroids/util/NoSuchPropertyException.classNoSuchPropertyException.java
package com.nineoldandroids.util
public com.nineoldandroids.util.NoSuchPropertyException extends java.lang.RuntimeException {
public void (java.lang.String)
String s
}
com/nineoldandroids/util/Property.classProperty.java
package com.nineoldandroids.util
public abstract com.nineoldandroids.util.Property extends java.lang.Object {
private final String mName
private final Class mType
public static com.nineoldandroids.util.Property of (java.lang.Class, java.lang.Class, java.lang.String)
Class hostType
Class valueType
String name
public void (java.lang.Class, java.lang.String)
Class type
String name
public boolean isReadOnly ()
public void set (java.lang.Object, java.lang.Object)
Object object
Object value
public abstract java.lang.Object get (java.lang.Object)
public java.lang.String getName ()
public java.lang.Class getType ()
}
com/nineoldandroids/util/ReflectiveProperty.classReflectiveProperty.java
package com.nineoldandroids.util
com.nineoldandroids.util.ReflectiveProperty extends com.nineoldandroids.util.Property {
private static final String PREFIX_GET
private static final String PREFIX_IS
private static final String PREFIX_SET
private java.lang.reflect.Method mSetter
private java.lang.reflect.Method mGetter
private java.lang.reflect.Field mField
public void (java.lang.Class, java.lang.Class, java.lang.String)
Class fieldType
NoSuchFieldException e5
NoSuchMethodException e4
NoSuchMethodException e3
NoSuchMethodException e2
NoSuchMethodException e
NoSuchMethodException ignored
Class propertyHolder
Class valueType
String name
char firstLetter
String theRest
String capitalizedName
String getterName
Class getterType
String setterName
private boolean typesMatch (java.lang.Class, java.lang.Class)
Class valueType
Class getterType
public void set (java.lang.Object, java.lang.Object)
IllegalAccessException e
java.lang.reflect.InvocationTargetException e
IllegalAccessException e
Object object
Object value
public java.lang.Object get (java.lang.Object)
IllegalAccessException e
java.lang.reflect.InvocationTargetException e
IllegalAccessException e
Object object
public boolean isReadOnly ()
}
com/nineoldandroids/view/animation/AnimatorProxy.classAnimatorProxy.java
package com.nineoldandroids.view.animation
public final com.nineoldandroids.view.animation.AnimatorProxy extends android.view.animation.Animation {
public static final boolean NEEDS_PROXY
private static final java.util.WeakHashMap PROXIES
private final java.lang.ref.WeakReference mView
private final android.graphics.Camera mCamera
private boolean mHasPivot
private float mAlpha
private float mPivotX
private float mPivotY
private float mRotationX
private float mRotationY
private float mRotationZ
private float mScaleX
private float mScaleY
private float mTranslationX
private float mTranslationY
private final android.graphics.RectF mBefore
private final android.graphics.RectF mAfter
private final android.graphics.Matrix mTempMatrix
public static com.nineoldandroids.view.animation.AnimatorProxy wrap (android.view.View)
android.view.View view
com.nineoldandroids.view.animation.AnimatorProxy proxy
private void (android.view.View)
android.view.View view
public float getAlpha ()
public void setAlpha (float)
android.view.View view
float alpha
public float getPivotX ()
public void setPivotX (float)
float pivotX
public float getPivotY ()
public void setPivotY (float)
float pivotY
public float getRotation ()
public void setRotation (float)
float rotation
public float getRotationX ()
public void setRotationX (float)
float rotationX
public float getRotationY ()
public void setRotationY (float)
float rotationY
public float getScaleX ()
public void setScaleX (float)
float scaleX
public float getScaleY ()
public void setScaleY (float)
float scaleY
public int getScrollX ()
android.view.View view
public void setScrollX (int)
int value
android.view.View view
public int getScrollY ()
android.view.View view
public void setScrollY (int)
int value
android.view.View view
public float getTranslationX ()
public void setTranslationX (float)
float translationX
public float getTranslationY ()
public void setTranslationY (float)
float translationY
public float getX ()
android.view.View view
public void setX (float)
float x
android.view.View view
public float getY ()
android.view.View view
public void setY (float)
float y
android.view.View view
private void prepareForUpdate ()
android.view.View view
private void invalidateAfterUpdate ()
android.view.View view
android.graphics.RectF after
private void computeRect (android.graphics.RectF, android.view.View)
float f
float f
android.graphics.RectF r
android.view.View view
float w
float h
android.graphics.Matrix m
private void transformMatrix (android.graphics.Matrix, android.view.View)
android.graphics.Camera camera
float sPX
float sPY
android.graphics.Matrix m
android.view.View view
float w
float h
boolean hasPivot
float pX
float pY
float rX
float rY
float rZ
float sX
float sY
protected void applyTransformation (float, android.view.animation.Transformation)
float interpolatedTime
android.view.animation.Transformation t
android.view.View view
static void ()
}
com/nineoldandroids/view/ViewHelper$Honeycomb.classViewHelper.java
package com.nineoldandroids.view
final com.nineoldandroids.view.ViewHelper$Honeycomb extends java.lang.Object {
private void ()
static float getAlpha (android.view.View)
android.view.View view
static void setAlpha (android.view.View, float)
android.view.View view
float alpha
static float getPivotX (android.view.View)
android.view.View view
static void setPivotX (android.view.View, float)
android.view.View view
float pivotX
static float getPivotY (android.view.View)
android.view.View view
static void setPivotY (android.view.View, float)
android.view.View view
float pivotY
static float getRotation (android.view.View)
android.view.View view
static void setRotation (android.view.View, float)
android.view.View view
float rotation
static float getRotationX (android.view.View)
android.view.View view
static void setRotationX (android.view.View, float)
android.view.View view
float rotationX
static float getRotationY (android.view.View)
android.view.View view
static void setRotationY (android.view.View, float)
android.view.View view
float rotationY
static float getScaleX (android.view.View)
android.view.View view
static void setScaleX (android.view.View, float)
android.view.View view
float scaleX
static float getScaleY (android.view.View)
android.view.View view
static void setScaleY (android.view.View, float)
android.view.View view
float scaleY
static float getScrollX (android.view.View)
android.view.View view
static void setScrollX (android.view.View, int)
android.view.View view
int scrollX
static float getScrollY (android.view.View)
android.view.View view
static void setScrollY (android.view.View, int)
android.view.View view
int scrollY
static float getTranslationX (android.view.View)
android.view.View view
static void setTranslationX (android.view.View, float)
android.view.View view
float translationX
static float getTranslationY (android.view.View)
android.view.View view
static void setTranslationY (android.view.View, float)
android.view.View view
float translationY
static float getX (android.view.View)
android.view.View view
static void setX (android.view.View, float)
android.view.View view
float x
static float getY (android.view.View)
android.view.View view
static void setY (android.view.View, float)
android.view.View view
float y
}
com/nineoldandroids/view/ViewHelper.classViewHelper.java
package com.nineoldandroids.view
public final com.nineoldandroids.view.ViewHelper extends java.lang.Object {
private void ()
public static float getAlpha (android.view.View)
android.view.View view
public static void setAlpha (android.view.View, float)
android.view.View view
float alpha
public static float getPivotX (android.view.View)
android.view.View view
public static void setPivotX (android.view.View, float)
android.view.View view
float pivotX
public static float getPivotY (android.view.View)
android.view.View view
public static void setPivotY (android.view.View, float)
android.view.View view
float pivotY
public static float getRotation (android.view.View)
android.view.View view
public static void setRotation (android.view.View, float)
android.view.View view
float rotation
public static float getRotationX (android.view.View)
android.view.View view
public static void setRotationX (android.view.View, float)
android.view.View view
float rotationX
public static float getRotationY (android.view.View)
android.view.View view
public static void setRotationY (android.view.View, float)
android.view.View view
float rotationY
public static float getScaleX (android.view.View)
android.view.View view
public static void setScaleX (android.view.View, float)
android.view.View view
float scaleX
public static float getScaleY (android.view.View)
android.view.View view
public static void setScaleY (android.view.View, float)
android.view.View view
float scaleY
public static float getScrollX (android.view.View)
android.view.View view
public static void setScrollX (android.view.View, int)
android.view.View view
int scrollX
public static float getScrollY (android.view.View)
android.view.View view
public static void setScrollY (android.view.View, int)
android.view.View view
int scrollY
public static float getTranslationX (android.view.View)
android.view.View view
public static void setTranslationX (android.view.View, float)
android.view.View view
float translationX
public static float getTranslationY (android.view.View)
android.view.View view
public static void setTranslationY (android.view.View, float)
android.view.View view
float translationY
public static float getX (android.view.View)
android.view.View view
public static void setX (android.view.View, float)
android.view.View view
float x
public static float getY (android.view.View)
android.view.View view
public static void setY (android.view.View, float)
android.view.View view
float y
}
com/nineoldandroids/view/ViewPropertyAnimator.classViewPropertyAnimator.java
package com.nineoldandroids.view
public abstract com.nineoldandroids.view.ViewPropertyAnimator extends java.lang.Object {
private static final java.util.WeakHashMap ANIMATORS
public void ()
public static com.nineoldandroids.view.ViewPropertyAnimator animate (android.view.View)
int version
android.view.View view
com.nineoldandroids.view.ViewPropertyAnimator animator
public abstract com.nineoldandroids.view.ViewPropertyAnimator setDuration (long)
public abstract long getDuration ()
public abstract long getStartDelay ()
public abstract com.nineoldandroids.view.ViewPropertyAnimator setStartDelay (long)
public abstract com.nineoldandroids.view.ViewPropertyAnimator setInterpolator (android.view.animation.Interpolator)
public abstract com.nineoldandroids.view.ViewPropertyAnimator setListener (com.nineoldandroids.animation.Animator$AnimatorListener)
public abstract void start ()
public abstract void cancel ()
public abstract com.nineoldandroids.view.ViewPropertyAnimator x (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator xBy (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator y (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator yBy (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator rotation (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator rotationBy (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator rotationX (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator rotationXBy (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator rotationY (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator rotationYBy (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator translationX (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator translationXBy (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator translationY (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator translationYBy (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator scaleX (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator scaleXBy (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator scaleY (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator scaleYBy (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator alpha (float)
public abstract com.nineoldandroids.view.ViewPropertyAnimator alphaBy (float)
static void ()
}
com/nineoldandroids/view/ViewPropertyAnimatorHC$1.classViewPropertyAnimatorHC.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorHC$1 extends java.lang.Object implements java.lang.Runnable {
final synthetic com.nineoldandroids.view.ViewPropertyAnimatorHC this$0
void (com.nineoldandroids.view.ViewPropertyAnimatorHC)
public void run ()
}
com/nineoldandroids/view/ViewPropertyAnimatorHC$AnimatorEventListener.classViewPropertyAnimatorHC.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorHC$AnimatorEventListener extends java.lang.Object implements com.nineoldandroids.animation.Animator$AnimatorListener com.nineoldandroids.animation.ValueAnimator$AnimatorUpdateListener {
final synthetic com.nineoldandroids.view.ViewPropertyAnimatorHC this$0
private void (com.nineoldandroids.view.ViewPropertyAnimatorHC)
public void onAnimationStart (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationCancel (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationRepeat (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationEnd (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationUpdate (com.nineoldandroids.animation.ValueAnimator)
android.view.View v
com.nineoldandroids.view.ViewPropertyAnimatorHC$NameValuesHolder values
float value
int i
int count
com.nineoldandroids.animation.ValueAnimator animation
float fraction
com.nineoldandroids.view.ViewPropertyAnimatorHC$PropertyBundle propertyBundle
int propertyMask
java.util.ArrayList valueList
android.view.View v
synthetic void (com.nineoldandroids.view.ViewPropertyAnimatorHC, com.nineoldandroids.view.ViewPropertyAnimatorHC$1)
com.nineoldandroids.view.ViewPropertyAnimatorHC x0
com.nineoldandroids.view.ViewPropertyAnimatorHC$1 x1
}
com/nineoldandroids/view/ViewPropertyAnimatorHC$NameValuesHolder.classViewPropertyAnimatorHC.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorHC$NameValuesHolder extends java.lang.Object {
int mNameConstant
float mFromValue
float mDeltaValue
void (int, float, float)
int nameConstant
float fromValue
float deltaValue
}
com/nineoldandroids/view/ViewPropertyAnimatorHC$PropertyBundle.classViewPropertyAnimatorHC.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorHC$PropertyBundle extends java.lang.Object {
int mPropertyMask
java.util.ArrayList mNameValuesHolder
void (int, java.util.ArrayList)
int propertyMask
java.util.ArrayList nameValuesHolder
boolean cancel (int)
com.nineoldandroids.view.ViewPropertyAnimatorHC$NameValuesHolder nameValuesHolder
int i
int count
int propertyConstant
}
com/nineoldandroids/view/ViewPropertyAnimatorHC.classViewPropertyAnimatorHC.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorHC extends com.nineoldandroids.view.ViewPropertyAnimator {
private final java.lang.ref.WeakReference mView
private long mDuration
private boolean mDurationSet
private long mStartDelay
private boolean mStartDelaySet
private android.view.animation.Interpolator mInterpolator
private boolean mInterpolatorSet
private com.nineoldandroids.animation.Animator$AnimatorListener mListener
private com.nineoldandroids.view.ViewPropertyAnimatorHC$AnimatorEventListener mAnimatorEventListener
java.util.ArrayList mPendingAnimations
private static final int NONE
private static final int TRANSLATION_X
private static final int TRANSLATION_Y
private static final int SCALE_X
private static final int SCALE_Y
private static final int ROTATION
private static final int ROTATION_X
private static final int ROTATION_Y
private static final int X
private static final int Y
private static final int ALPHA
private static final int TRANSFORM_MASK
private Runnable mAnimationStarter
private java.util.HashMap mAnimatorMap
void (android.view.View)
android.view.View view
public com.nineoldandroids.view.ViewPropertyAnimator setDuration (long)
long duration
public long getDuration ()
public long getStartDelay ()
public com.nineoldandroids.view.ViewPropertyAnimator setStartDelay (long)
long startDelay
public com.nineoldandroids.view.ViewPropertyAnimator setInterpolator (android.view.animation.Interpolator)
android.view.animation.Interpolator interpolator
public com.nineoldandroids.view.ViewPropertyAnimator setListener (com.nineoldandroids.animation.Animator$AnimatorListener)
com.nineoldandroids.animation.Animator$AnimatorListener listener
public void start ()
public void cancel ()
com.nineoldandroids.animation.Animator runningAnim
java.util.Iterator i$
java.util.HashMap mAnimatorMapCopy
java.util.Set animatorSet
android.view.View v
public com.nineoldandroids.view.ViewPropertyAnimator x (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator xBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator y (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator yBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotation (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotationBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotationX (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotationXBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotationY (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotationYBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator translationX (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator translationXBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator translationY (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator translationYBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator scaleX (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator scaleXBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator scaleY (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator scaleYBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator alpha (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator alphaBy (float)
float value
private void startAnimation ()
com.nineoldandroids.view.ViewPropertyAnimatorHC$NameValuesHolder nameValuesHolder
int i
com.nineoldandroids.animation.ValueAnimator animator
java.util.ArrayList nameValueList
int propertyMask
int propertyCount
private void animateProperty (int, float)
int constantName
float toValue
float fromValue
float deltaValue
private void animatePropertyBy (int, float)
int constantName
float byValue
float fromValue
private void animatePropertyBy (int, float, float)
com.nineoldandroids.view.ViewPropertyAnimatorHC$PropertyBundle bundle
com.nineoldandroids.animation.Animator runningAnim
java.util.Iterator i$
com.nineoldandroids.animation.Animator animatorToCancel
java.util.Set animatorSet
int constantName
float startValue
float byValue
com.nineoldandroids.view.ViewPropertyAnimatorHC$NameValuesHolder nameValuePair
android.view.View v
private void setValue (int, float)
int propertyConstant
float value
android.view.View v
private float getValue (int)
int propertyConstant
android.view.View v
static synthetic void access$100 (com.nineoldandroids.view.ViewPropertyAnimatorHC)
com.nineoldandroids.view.ViewPropertyAnimatorHC x0
static synthetic com.nineoldandroids.animation.Animator$AnimatorListener access$200 (com.nineoldandroids.view.ViewPropertyAnimatorHC)
com.nineoldandroids.view.ViewPropertyAnimatorHC x0
static synthetic java.util.HashMap access$300 (com.nineoldandroids.view.ViewPropertyAnimatorHC)
com.nineoldandroids.view.ViewPropertyAnimatorHC x0
static synthetic com.nineoldandroids.animation.Animator$AnimatorListener access$202 (com.nineoldandroids.view.ViewPropertyAnimatorHC, com.nineoldandroids.animation.Animator$AnimatorListener)
com.nineoldandroids.view.ViewPropertyAnimatorHC x0
com.nineoldandroids.animation.Animator$AnimatorListener x1
static synthetic java.lang.ref.WeakReference access$400 (com.nineoldandroids.view.ViewPropertyAnimatorHC)
com.nineoldandroids.view.ViewPropertyAnimatorHC x0
static synthetic void access$500 (com.nineoldandroids.view.ViewPropertyAnimatorHC, int, float)
com.nineoldandroids.view.ViewPropertyAnimatorHC x0
int x1
float x2
}
com/nineoldandroids/view/ViewPropertyAnimatorICS$1.classViewPropertyAnimatorICS.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorICS$1 extends java.lang.Object implements android.animation.Animator$AnimatorListener {
final synthetic com.nineoldandroids.animation.Animator$AnimatorListener val$listener
final synthetic com.nineoldandroids.view.ViewPropertyAnimatorICS this$0
void (com.nineoldandroids.view.ViewPropertyAnimatorICS, com.nineoldandroids.animation.Animator$AnimatorListener)
public void onAnimationStart (android.animation.Animator)
android.animation.Animator animation
public void onAnimationRepeat (android.animation.Animator)
android.animation.Animator animation
public void onAnimationEnd (android.animation.Animator)
android.animation.Animator animation
public void onAnimationCancel (android.animation.Animator)
android.animation.Animator animation
}
com/nineoldandroids/view/ViewPropertyAnimatorICS.classViewPropertyAnimatorICS.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorICS extends com.nineoldandroids.view.ViewPropertyAnimator {
private static final long RETURN_WHEN_NULL
private final java.lang.ref.WeakReference mNative
void (android.view.View)
android.view.View view
public com.nineoldandroids.view.ViewPropertyAnimator setDuration (long)
long duration
android.view.ViewPropertyAnimator n
public long getDuration ()
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator setStartDelay (long)
long startDelay
android.view.ViewPropertyAnimator n
public long getStartDelay ()
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator setInterpolator (android.view.animation.Interpolator)
android.view.animation.Interpolator interpolator
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator setListener (com.nineoldandroids.animation.Animator$AnimatorListener)
com.nineoldandroids.animation.Animator$AnimatorListener listener
android.view.ViewPropertyAnimator n
public void start ()
android.view.ViewPropertyAnimator n
public void cancel ()
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator x (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator xBy (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator y (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator yBy (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator rotation (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator rotationBy (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator rotationX (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator rotationXBy (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator rotationY (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator rotationYBy (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator translationX (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator translationXBy (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator translationY (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator translationYBy (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator scaleX (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator scaleXBy (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator scaleY (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator scaleYBy (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator alpha (float)
float value
android.view.ViewPropertyAnimator n
public com.nineoldandroids.view.ViewPropertyAnimator alphaBy (float)
float value
android.view.ViewPropertyAnimator n
}
com/nineoldandroids/view/ViewPropertyAnimatorPreHC$1.classViewPropertyAnimatorPreHC.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorPreHC$1 extends java.lang.Object implements java.lang.Runnable {
final synthetic com.nineoldandroids.view.ViewPropertyAnimatorPreHC this$0
void (com.nineoldandroids.view.ViewPropertyAnimatorPreHC)
public void run ()
}
com/nineoldandroids/view/ViewPropertyAnimatorPreHC$AnimatorEventListener.classViewPropertyAnimatorPreHC.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorPreHC$AnimatorEventListener extends java.lang.Object implements com.nineoldandroids.animation.Animator$AnimatorListener com.nineoldandroids.animation.ValueAnimator$AnimatorUpdateListener {
final synthetic com.nineoldandroids.view.ViewPropertyAnimatorPreHC this$0
private void (com.nineoldandroids.view.ViewPropertyAnimatorPreHC)
public void onAnimationStart (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationCancel (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationRepeat (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationEnd (com.nineoldandroids.animation.Animator)
com.nineoldandroids.animation.Animator animation
public void onAnimationUpdate (com.nineoldandroids.animation.ValueAnimator)
android.view.View v
com.nineoldandroids.view.ViewPropertyAnimatorPreHC$NameValuesHolder values
float value
int i
int count
com.nineoldandroids.animation.ValueAnimator animation
float fraction
com.nineoldandroids.view.ViewPropertyAnimatorPreHC$PropertyBundle propertyBundle
int propertyMask
java.util.ArrayList valueList
android.view.View v
synthetic void (com.nineoldandroids.view.ViewPropertyAnimatorPreHC, com.nineoldandroids.view.ViewPropertyAnimatorPreHC$1)
com.nineoldandroids.view.ViewPropertyAnimatorPreHC x0
com.nineoldandroids.view.ViewPropertyAnimatorPreHC$1 x1
}
com/nineoldandroids/view/ViewPropertyAnimatorPreHC$NameValuesHolder.classViewPropertyAnimatorPreHC.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorPreHC$NameValuesHolder extends java.lang.Object {
int mNameConstant
float mFromValue
float mDeltaValue
void (int, float, float)
int nameConstant
float fromValue
float deltaValue
}
com/nineoldandroids/view/ViewPropertyAnimatorPreHC$PropertyBundle.classViewPropertyAnimatorPreHC.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorPreHC$PropertyBundle extends java.lang.Object {
int mPropertyMask
java.util.ArrayList mNameValuesHolder
void (int, java.util.ArrayList)
int propertyMask
java.util.ArrayList nameValuesHolder
boolean cancel (int)
com.nineoldandroids.view.ViewPropertyAnimatorPreHC$NameValuesHolder nameValuesHolder
int i
int count
int propertyConstant
}
com/nineoldandroids/view/ViewPropertyAnimatorPreHC.classViewPropertyAnimatorPreHC.java
package com.nineoldandroids.view
com.nineoldandroids.view.ViewPropertyAnimatorPreHC extends com.nineoldandroids.view.ViewPropertyAnimator {
private final com.nineoldandroids.view.animation.AnimatorProxy mProxy
private final java.lang.ref.WeakReference mView
private long mDuration
private boolean mDurationSet
private long mStartDelay
private boolean mStartDelaySet
private android.view.animation.Interpolator mInterpolator
private boolean mInterpolatorSet
private com.nineoldandroids.animation.Animator$AnimatorListener mListener
private com.nineoldandroids.view.ViewPropertyAnimatorPreHC$AnimatorEventListener mAnimatorEventListener
java.util.ArrayList mPendingAnimations
private static final int NONE
private static final int TRANSLATION_X
private static final int TRANSLATION_Y
private static final int SCALE_X
private static final int SCALE_Y
private static final int ROTATION
private static final int ROTATION_X
private static final int ROTATION_Y
private static final int X
private static final int Y
private static final int ALPHA
private static final int TRANSFORM_MASK
private Runnable mAnimationStarter
private java.util.HashMap mAnimatorMap
void (android.view.View)
android.view.View view
public com.nineoldandroids.view.ViewPropertyAnimator setDuration (long)
long duration
public long getDuration ()
public long getStartDelay ()
public com.nineoldandroids.view.ViewPropertyAnimator setStartDelay (long)
long startDelay
public com.nineoldandroids.view.ViewPropertyAnimator setInterpolator (android.view.animation.Interpolator)
android.view.animation.Interpolator interpolator
public com.nineoldandroids.view.ViewPropertyAnimator setListener (com.nineoldandroids.animation.Animator$AnimatorListener)
com.nineoldandroids.animation.Animator$AnimatorListener listener
public void start ()
public void cancel ()
com.nineoldandroids.animation.Animator runningAnim
java.util.Iterator i$
java.util.HashMap mAnimatorMapCopy
java.util.Set animatorSet
android.view.View v
public com.nineoldandroids.view.ViewPropertyAnimator x (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator xBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator y (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator yBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotation (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotationBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotationX (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotationXBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotationY (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator rotationYBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator translationX (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator translationXBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator translationY (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator translationYBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator scaleX (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator scaleXBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator scaleY (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator scaleYBy (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator alpha (float)
float value
public com.nineoldandroids.view.ViewPropertyAnimator alphaBy (float)
float value
private void startAnimation ()
com.nineoldandroids.view.ViewPropertyAnimatorPreHC$NameValuesHolder nameValuesHolder
int i
com.nineoldandroids.animation.ValueAnimator animator
java.util.ArrayList nameValueList
int propertyMask
int propertyCount
private void animateProperty (int, float)
int constantName
float toValue
float fromValue
float deltaValue
private void animatePropertyBy (int, float)
int constantName
float byValue
float fromValue
private void animatePropertyBy (int, float, float)
com.nineoldandroids.view.ViewPropertyAnimatorPreHC$PropertyBundle bundle
com.nineoldandroids.animation.Animator runningAnim
java.util.Iterator i$
com.nineoldandroids.animation.Animator animatorToCancel
java.util.Set animatorSet
int constantName
float startValue
float byValue
com.nineoldandroids.view.ViewPropertyAnimatorPreHC$NameValuesHolder nameValuePair
android.view.View v
private void setValue (int, float)
int propertyConstant
float value
private float getValue (int)
int propertyConstant
static synthetic void access$100 (com.nineoldandroids.view.ViewPropertyAnimatorPreHC)
com.nineoldandroids.view.ViewPropertyAnimatorPreHC x0
static synthetic com.nineoldandroids.animation.Animator$AnimatorListener access$200 (com.nineoldandroids.view.ViewPropertyAnimatorPreHC)
com.nineoldandroids.view.ViewPropertyAnimatorPreHC x0
static synthetic java.util.HashMap access$300 (com.nineoldandroids.view.ViewPropertyAnimatorPreHC)
com.nineoldandroids.view.ViewPropertyAnimatorPreHC x0
static synthetic com.nineoldandroids.animation.Animator$AnimatorListener access$202 (com.nineoldandroids.view.ViewPropertyAnimatorPreHC, com.nineoldandroids.animation.Animator$AnimatorListener)
com.nineoldandroids.view.ViewPropertyAnimatorPreHC x0
com.nineoldandroids.animation.Animator$AnimatorListener x1
static synthetic java.lang.ref.WeakReference access$400 (com.nineoldandroids.view.ViewPropertyAnimatorPreHC)
com.nineoldandroids.view.ViewPropertyAnimatorPreHC x0
static synthetic void access$500 (com.nineoldandroids.view.ViewPropertyAnimatorPreHC, int, float)
com.nineoldandroids.view.ViewPropertyAnimatorPreHC x0
int x1
float x2
}
META-INF/maven/
META-INF/maven/com.nineoldandroids/
META-INF/maven/com.nineoldandroids/library/
META-INF/maven/com.nineoldandroids/library/pom.xml
META-INF/maven/com.nineoldandroids/library/pom.properties