MCPcopy Create free account

hub / github.com/Startappz/DobSliding / functions

Functions601 in github.com/Startappz/DobSliding

MethodalphaBy
This method will cause the View's <code>alpha</code> property to be animated by the specified value. Animations already running on the property will b
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimator.java:345
MethodalphaBy
(float value)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorICS.java:290
MethodalphaBy
(float value)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:417
MethodanimateValue
This method is called with the elapsed fraction of the animation during every animation frame. This function turns the elapsed fraction into an interp
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:489
MethodanimateValue
(float fraction)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/TimeAnimator.java:48
MethodanimationFrame
(long currentTime)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/TimeAnimator.java:17
MethodapplyTransformation
(float interpolatedTime, Transformation t)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:314
MethodcalculateValue
(float fraction)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:800
MethodcalculateValue
(float fraction)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:936
Methodcancel
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:293
Methodcancel
Cancels all property animations that are currently running or pending.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimator.java:145
Methodcancel
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorICS.java:111
Methodcancel
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:286
Methodcancel
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:954
MethodclearAllAnimations
Clear all animations on this thread, without canceling or ending them. This should be used with caution. @hide
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:1248
Methodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:810
Methodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:946
Methodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:948
Methodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/FloatKeyframeSet.java:50
Methodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:235
Methodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:264
Methodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:309
Methodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:353
Methodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/KeyframeSet.java:142
Methodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:498
Methodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/IntKeyframeSet.java:50
Methodcollapse
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:38
Methodend
{@inheritDoc} <p>Note that ending a <code>AnimatorSet</code> also ends all of the animations that it is responsible for.</p>
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:317
Methodend
Ends the animation. This causes the animation to assign the end value of the property being animated, then calling the {@link android.animation.Animat
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:71
Methodend
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:972
Methodevaluate
This function returns the result of linearly interpolating the start and end values, with <code>fraction</code> representing the proportion between th
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/FloatEvaluator.java:38
Methodevaluate
This function returns the result of linearly interpolating the start and end values, with <code>fraction</code> representing the proportion between th
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/IntEvaluator.java:38
Methodevaluate
This function returns the calculated in-between value for a color given integers that represent the start and end values in the four bytes of the 32-b
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ArgbEvaluator.java:41
Methodget
(T object)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/ReflectiveProperty.java:154
MethodgetAlpha
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:70
MethodgetAnimatedValue
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:805
MethodgetAnimatedValue
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:941
MethodgetAnimatedValue
The most recent value calculated by this <code>ValueAnimator</code> when there is just one property being animated. This value is only sensible while
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:743
MethodgetChildAnimations
Returns the current list of child Animator objects controlled by this AnimatorSet. This is a copy of the internal list; modifications to the returned
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:199
MethodgetCurrentAnimationsCount
Return the number of animations currently running. Used by StrictMode internally to annotate violations. Only called on the main thread. @hide
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:1238
MethodgetDuration
Returns the current duration of property animations. If the duration was set on this object, that value is returned. Otherwise, the default value of t
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:243
MethodgetDuration
Returns the current duration of property animations. If the duration was set on this object, that value is returned. Otherwise, the default value of t
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimator.java:92
MethodgetDuration
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorICS.java:34
MethodgetDuration
Returns the current duration of property animations. If the duration was set on this object, that value is returned. Otherwise, the default value of t
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:236
MethodgetDuration
Gets the length of each of the child animations of this AnimatorSet. This value may be less than 0, which indicates that no duration has been set on t
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:400
MethodgetDuration
Gets the length of the animation. The default duration is 300 milliseconds. @return The length of the animation, in milliseconds.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:523
MethodgetFrameDelay
The amount of time, in milliseconds, between each frame of the animation. This is a requested time that the animation will attempt to honor, but the a
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:714
MethodgetInterpolator
Returns the timing interpolator that this ValueAnimator uses. @return The timing interpolator for this ValueAnimator.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:877
MethodgetJumpLinePercentage
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:92
MethodgetMaxDuration
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:84
MethodgetMovingType
()
Library/DobSliding/src/com/dobmob/dobsliding/listeners/VSlidingAnimatorListener.java:19
MethodgetOnCollapsedListener
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:116
MethodgetOnExpandedListener
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:124
MethodgetPivotX
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:82
MethodgetPivotY
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:93
MethodgetPropertyName
Gets the name of the property that will be animated. This name will be used to derive a setter function that will be called to set animated values. Fo
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:141
MethodgetRepeatCount
Defines how many times the animation should repeat. The default value is 0. @return the number of times the animation should repeat, or {@link #INFIN
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:788
MethodgetRepeatMode
Defines what this animation should do when it reaches the end. @return either one of {@link #REVERSE} or {@link #RESTART}
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:808
MethodgetRotation
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:104
MethodgetRotationX
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:114
MethodgetRotationY
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:124
MethodgetScaleX
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:135
MethodgetScaleY
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:145
MethodgetSlidingStatus
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:194
MethodgetSlidingType
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:75
MethodgetStartDelay
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:253
MethodgetStartDelay
Returns the current startDelay of property animations. If the startDelay was set on this object, that value is returned. Otherwise, the default value
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimator.java:102
MethodgetStartDelay
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorICS.java:52
MethodgetStartDelay
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:246
MethodgetStartDelay
The amount of time, in milliseconds, to delay starting the animation after {@link #start()} is called. @return the number of milliseconds to delay ru
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:376
MethodgetStartDelay
The amount of time, in milliseconds, to delay starting the animation after {@link #start()} is called. @return the number of milliseconds to delay ru
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:80
MethodgetStartDelay
The amount of time, in milliseconds, to delay starting the animation after {@link #start()} is called. @return the number of milliseconds to delay ru
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:691
MethodgetTarget
The target object whose property will be animated by this animation @return The object being animated
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:437
MethodgetTranslationX
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:182
MethodgetTranslationY
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:192
MethodgetValue
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:255
MethodgetValue
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:298
MethodgetValue
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:342
MethodgetValues
Returns the values that this ValueAnimator animates between. These values are stored in PropertyValuesHolder objects, even if the ValueAnimator was cr
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:475
MethodgetViewHeight
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:203
MethodgetViewTop
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:212
MethodgetX
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:202
MethodgetY
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:215
MethodhandleMessage
There are only two messages that we care about: ANIMATION_START and ANIMATION_FRAME. The START message is sent when an animation's start() method is c
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:583
MethodinitAnimation
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/TimeAnimator.java:53
MethodinitialValue
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:100
MethodisReadOnly
Returns false if there is no setter or public field underlying this Property.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/ReflectiveProperty.java:178
MethodisReadOnly
Returns true if the {@link #set(Object, Object)} method does not set the value on the target object (in which case the {@link #set(Object, Object) set
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/Property.java:75
MethodisRunning
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:991
MethodisStarted
Returns whether this Animator has been started and not yet ended. This state is a superset of the state of {@link #isRunning()}, because an Animator w
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:132
MethodisStarted
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:996
MethodisUseHandle
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:100
Methodof
This factory method creates and returns a Property given the <code>class</code> and <code>name</code> parameters, where the <code>"name"</code> parame
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/Property.java:54
MethodofFloat
Constructs and returns an ObjectAnimator that animates between float values. A single value implies that that value is the one being animated to. Two
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:230
MethodofInt
Constructs and returns a ValueAnimator that animates between int values. A single value implies that that value is the one being animated to. However,
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:297
MethodofKeyframe
Constructs and returns a PropertyValuesHolder object with the specified property name and set of values. These values can be of any type, but the type
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:249
MethodofObject
Constructs and returns a ValueAnimator that animates between Object values. A single value implies that that value is the one being animated to. Howev
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:351
MethodofObject
Constructs and returns an ObjectAnimator that animates between Object values. A single value implies that that value is the one being animated to. Two
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:272
MethodofPropertyValuesHolder
Constructs and returns a ValueAnimator that animates between the values specified in the PropertyValuesHolder objects. @param values A set of Propert
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:328
MethodofPropertyValuesHolder
Constructs and returns an ObjectAnimator that animates between the sets of values specified in <code>PropertyValueHolder</code> objects. This variant
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:320
← previousnext →301–400 of 601, ranked by callers