MCPcopy Create free account

hub / github.com/Startappz/DobSliding / functions

Functions601 in github.com/Startappz/DobSliding

↓ 2 callersMethodgetPivotX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:23
↓ 2 callersMethodgetPivotY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:35
↓ 2 callersMethodgetScrollX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:107
↓ 2 callersMethodgetScrollY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:119
↓ 2 callersMethodgetValue
This method gets the value of the named property from the View object. @param propertyConstant The property whose value should be returned @return fl
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:593
↓ 2 callersMethodgetValue
This method gets the value of the named property from the View object. @param propertyConstant The property whose value should be returned @return fl
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:589
↓ 2 callersMethodinitAnimation
This function is called immediately before processing the first animation frame of an animation. If there is a nonzero <code>startDelay</code>, the fu
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:400
↓ 2 callersMethodisStarted
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:365
↓ 2 callersMethodloadAnimator
Loads an {@link Animator} object from a resource @param context Application context used to access resources @param id The resource id of the animati
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorInflater.java:94
↓ 2 callersMethodofKeyframe
(Keyframe... keyframes)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/KeyframeSet.java:83
↓ 2 callersMethodsetFloatValues
Set the animated values for this object to this set of floats. If there is only one value, it is assumed to be the end value of an animation, and an i
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:326
↓ 2 callersMethodsetFloatValues
(float... values)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:930
↓ 2 callersMethodsetFloatValues
(float... values)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:343
↓ 2 callersMethodsetIntValues
Set the animated values for this object to this set of ints. If there is only one value, it is assumed to be the end value of an animation, and an ini
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:308
↓ 2 callersMethodsetIntValues
(int... values)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:794
↓ 2 callersMethodsetIntValues
(int... values)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:328
↓ 2 callersMethodsetInterpolator
The time interpolator used in calculating the elapsed fraction of this animation. The interpolator determines whether the animation runs with linear o
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:863
↓ 2 callersMethodsetObjectValues
(Object... values)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:358
↓ 2 callersMethodsetPivotX
(View view, float pivotX)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:27
↓ 2 callersMethodsetPivotY
(View view, float pivotY)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:39
↓ 2 callersMethodsetProperty
Sets the property that will be animated. Property objects will take precedence over properties specified by the {@link #setPropertyName(String)} metho
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:115
↓ 2 callersMethodsetPropertyName
Sets the name of the property that will be animated. This name is used to derive a setter function that will be called to set animated values. For exa
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:93
↓ 2 callersMethodsetScrollX
(View view, int scrollX)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:111
↓ 2 callersMethodsetScrollY
(View view, int scrollY)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:123
↓ 2 callersMethodsetStartDelay
The amount of time, in milliseconds, to delay starting the animation after {@link #start()} is called. @param startDelay The amount of the delay, in m
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:701
↓ 2 callersMethodsetUseHandle
(boolean useHandle)
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:246
↓ 2 callersMethodsetupGetter
Utility function to get the getter from targetClass
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:492
↓ 2 callersMethodsetupSetterOrGetter
Returns the setter or getter requested. This utility function checks whether the requested method exists in the propertyMapMap cache. If not, it calls
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:454
↓ 2 callersMethodsetupValue
Utility function to set the value stored in a particular Keyframe. The value used is whatever the value is for the property name specified in the keyf
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:550
↓ 2 callersMethodsortNodes
This method sorts the current set of nodes, if needed. The sort is a simple DependencyGraph sort, which goes like this: - All nodes without dependenci
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:784
↓ 2 callersMethodstart
{@inheritDoc} <p>Starting this <code>AnimatorSet</code> will, in turn, start the animations for which it is responsible. The details of when exactly
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:448
↓ 2 callersMethodstartAnimation
Starts the underlying Animator for a set of properties. We use a single animator that simply runs from 0 to 1, and then use that fractional value to s
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:435
↓ 2 callersMethodstartAnimation
Starts the underlying Animator for a set of properties. We use a single animator that simply runs from 0 to 1, and then use that fractional value to s
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:428
↓ 2 callersMethodstartIfReady
Check whether the event received is one that the node was waiting for. If so, mark it as complete and see whether it's time to start the animation. @p
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:679
↓ 2 callersMethodtransformMatrix
(Matrix m, View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:280
↓ 2 callersMethodtypesMatch
Utility method to check whether the type of the underlying field/method on the target object matches the type of the Property. The extra checks for pr
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/ReflectiveProperty.java:116
↓ 2 callersMethodwith
Sets up the given animation to play at the same time as the animation supplied in the {@link AnimatorSet#play(Animator)} call that created this <code>
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:1043
↓ 1 callersMethodanimate
This method returns a ViewPropertyAnimator object, which can be used to animate specific properties on this View. @param view View to animate. @retur
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimator.java:57
↓ 1 callersMethodanimateView
(int fromY, int toY)
Library/DobSliding/src/com/dobmob/dobsliding/animations/AnimationExecutor.java:22
↓ 1 callersMethodcalculateValue
Function used to calculate the value according to the evaluator set up for this PropertyValuesHolder object. This function is called by ValueAnimator.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:669
↓ 1 callersMethodcancel
Removes the given property from being animated as a part of this PropertyBundle. If the property was a part of this bundle, it returns true to indicat
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:161
↓ 1 callersMethodcancel
Removes the given property from being animated as a part of this PropertyBundle. If the property was a part of this bundle, it returns true to indicat
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:155
↓ 1 callersMethodcancel
{@inheritDoc} <p>Note that canceling a <code>AnimatorSet</code> also cancels all of the animations that it is responsible for.</p>
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:281
↓ 1 callersMethodcreateAnimatorFromXml
(Context c, XmlPullParser parser)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorInflater.java:118
↓ 1 callersMethoddelayedAnimationFrame
Internal function called to process an animation frame on an animation that is currently sleeping through its <code>startDelay</code> phase. The retur
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:1070
↓ 1 callersMethodexpand
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:34
↓ 1 callersMethodexpand
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:149
↓ 1 callersMethodfinish
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:42
↓ 1 callersMethodfinish
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:159
↓ 1 callersMethodgetActionBarView
(ViewGroup decor)
Library/DobSliding/src/com/dobmob/dobsliding/utils/Initializer.java:17
↓ 1 callersMethodgetAlpha
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:180
↓ 1 callersMethodgetCurrentPlayTime
Gets the current position of the animation in time, which is equal to the current time minus the time that the animation started. An animation that is
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:555
↓ 1 callersMethodgetDuration
Gets the length of the animation. @return The length of the animation, in milliseconds.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:103
↓ 1 callersMethodgetFloatValue
(float fraction)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/FloatKeyframeSet.java:62
↓ 1 callersMethodgetHandleExpandedIcon
()
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:100
↓ 1 callersMethodgetIntValue
(float fraction)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/IntKeyframeSet.java:62
↓ 1 callersMethodgetJumpLinePercentage
()
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:60
↓ 1 callersMethodgetMethodName
Utility method to derive a setter/getter method name from a property name, where the prefix is typically "set" or "get" and the first letter of the pr
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:743
↓ 1 callersMethodgetPivotX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:188
↓ 1 callersMethodgetPivotY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:196
↓ 1 callersMethodgetPropertyFunction
Determine the setter or getter function using the JavaBeans convention of setFoo or getFoo for a property named 'foo'. This function figures out what
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:379
↓ 1 callersMethodgetRotation
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:204
↓ 1 callersMethodgetRotationX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:212
↓ 1 callersMethodgetRotationY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:220
↓ 1 callersMethodgetScaleX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:228
↓ 1 callersMethodgetScaleY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:236
↓ 1 callersMethodgetScrollX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:244
↓ 1 callersMethodgetScrollX
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:155
↓ 1 callersMethodgetScrollY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:252
↓ 1 callersMethodgetScrollY
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:168
↓ 1 callersMethodgetSlidingStatus
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:55
↓ 1 callersMethodgetSlidingView
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:59
↓ 1 callersMethodgetSlidingView
()
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:36
↓ 1 callersMethodgetTranslationX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:260
↓ 1 callersMethodgetTranslationY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:268
↓ 1 callersMethodgetType
Returns the type for this property.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/Property.java:103
↓ 1 callersMethodgetValue
(float fraction)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/FloatKeyframeSet.java:45
↓ 1 callersMethodgetValue
Gets the animated value, given the elapsed fraction of the animation (interpolated by the animation's interpolator) and the evaluator used to calculat
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/KeyframeSet.java:166
↓ 1 callersMethodgetValue
(float fraction)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/IntKeyframeSet.java:45
↓ 1 callersMethodgetX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:276
↓ 1 callersMethodgetY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:284
↓ 1 callersMethodinit
Internal function, called by ValueAnimator, to set up the TypeEvaluator that will be used to calculate animated values.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:633
↓ 1 callersMethodinit
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:28
↓ 1 callersMethodinit
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:61
↓ 1 callersMethodinit
()
Library/DobSliding/src/com/dobmob/dobsliding/listeners/OnSizingTouchListener.java:24
↓ 1 callersMethodinit
()
Library/DobSliding/src/com/dobmob/dobsliding/listeners/OnMovingTouchListener.java:24
↓ 1 callersMethodinitHandle
(Context context, VSlidingMenuController slidingMenuController, SlidingItem slidingItem)
Library/DobSliding/src/com/dobmob/dobsliding/utils/Initializer.java:38
↓ 1 callersMethodinitViews
()
Demo/DobSlidingDemo/src/com/dobmob/dobslidingdemo/MainActivity.java:106
↓ 1 callersMethodisEnabled
()
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:46
↓ 1 callersMethodisRunning
Returns true if any of the child animations of this AnimatorSet have been started and have not yet ended. @return Whether this AnimatorSet has been st
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:355
↓ 1 callersMethodisRunning
Returns whether this Animator is currently running (having been started and gone past any initial startDelay period and not yet ended). @return Wheth
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:121
↓ 1 callersMethodisUseHandle
()
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:68
↓ 1 callersMethodloadObjectAnimator
(Context context, AttributeSet attrs)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorInflater.java:187
↓ 1 callersMethodofFloat
(float... values)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/KeyframeSet.java:68
↓ 1 callersMethodofInt
(int... values)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/KeyframeSet.java:53
↓ 1 callersMethodofInt
Constructs and returns an ObjectAnimator that animates between int values. A single value implies that that value is the one being animated to. Two va
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:192
↓ 1 callersMethodofObject
(Object... values)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/KeyframeSet.java:115
↓ 1 callersMethodonAnimationUpdate
<p>Notifies the occurrence of another frame of the animation.</p> @param animation The animation which was repeated.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:1226
↓ 1 callersMethodonCollapsed
()
Library/DobSliding/src/com/dobmob/dobsliding/events/OnCollapsedListener.java:5
↓ 1 callersMethodonExpanded
()
Library/DobSliding/src/com/dobmob/dobsliding/events/OnExpandedListener.java:5
← previousnext →101–200 of 601, ranked by callers