MCPcopy Create free account

hub / github.com/Startappz/DobSliding / functions

Functions601 in github.com/Startappz/DobSliding

↓ 94 callersMethodget
(View object)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PreHoneycombCompat.java:16
↓ 62 callersMethodget
Returns the current value that this property represents on the given <code>object</code>.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/Property.java:91
↓ 57 callersMethodwrap
Create a proxy to allow for modifying post-3.0 view properties on all pre-3.0 platforms. <strong>DO NOT</strong> wrap your views if you are using {@co
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:34
↓ 26 callersMethodgetFraction
Gets the time for this keyframe, as a fraction of the overall animation duration. @return The time associated with this keyframe, as a fraction of th
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:190
↓ 13 callersMethodgetInterpolator
Gets the optional interpolator for this Keyframe. A value of <code>null</code> indicates that there is no interpolation, which is the same as linear i
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:210
↓ 12 callersMethodevaluate
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/TypeEvaluator.java:42
↓ 12 callersMethodgetSlidingItem
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:175
↓ 11 callersMethodanimatePropertyBy
Utility function, called by the various xBy(), yBy(), etc. methods. This method is just like animateProperty(), except the value is an offset from the
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:487
↓ 11 callersMethodanimatePropertyBy
Utility function, called by the various xBy(), yBy(), etc. methods. This method is just like animateProperty(), except the value is an offset from the
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:480
↓ 11 callersMethodsetValues
Sets the values, per property, being animated between. This function is called internally by the constructors of ValueAnimator that take a list of val
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:455
↓ 10 callersMethodanimateProperty
Utility function, called by the various x(), y(), etc. methods. This stores the constant name for the property along with the from/delta values that w
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:473
↓ 10 callersMethodanimateProperty
Utility function, called by the various x(), y(), etc. methods. This stores the constant name for the property along with the from/delta values that w
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:466
↓ 10 callersMethodtoString
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:725
↓ 9 callersMethodinvalidateAfterUpdate
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:235
↓ 9 callersMethodprepareForUpdate
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:229
↓ 8 callersMethodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:549
↓ 8 callersMethodgetValue
Gets the value for this Keyframe. @return The value for this Keyframe.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:175
↓ 8 callersMethodonAnimationEnd
<p>Notifies the end of the animation. This callback is not invoked for animations with repeat count set to INFINITE.</p> @param animation The animati
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:261
↓ 7 callersMethodaddListener
Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end. @param listener the li
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:144
↓ 7 callersMethodgetFloatValue
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:338
↓ 7 callersMethodgetIntValue
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:294
↓ 7 callersMethodgetName
Returns the name for this property.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/Property.java:96
↓ 7 callersMethodgetSlidingType
()
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:44
↓ 6 callersMethodanimateSliding
(int fromY, int toY)
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:169
↓ 6 callersMethodgetY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:167
↓ 6 callersMethodonAnimationCancel
<p>Notifies the cancellation of the animation. This callback is not invoked for animations with repeat count set to INFINITE.</p> @param animation Th
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:269
↓ 6 callersMethodonAnimationStart
<p>Notifies the start of the animation.</p> @param animation The started animation.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:253
↓ 6 callersMethodplay
This method creates a <code>Builder</code> object, which is used to set up playing constraints. This initial <code>play()</code> method tells the <cod
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:267
↓ 6 callersMethodsetValue
Sets the value for this Keyframe. @param value value for this Keyframe.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:182
↓ 5 callersMethodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:1183
↓ 5 callersMethodgetPropertyName
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/PropertyValuesHolder.java:712
↓ 5 callersMethodset
Sets the value on <code>object</code> which this property represents. If the method is unable to set the value on the target object it will throw an {
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/Property.java:84
↓ 4 callersMethodaddDependency
Add a dependency to this Node. The dependency includes information about the node that this node is dependency upon and the nature of the dependency.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:932
↓ 4 callersMethodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:189
↓ 4 callersMethodgetAlpha
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:11
↓ 4 callersMethodgetRotation
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:47
↓ 4 callersMethodgetRotationX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:59
↓ 4 callersMethodgetRotationY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:71
↓ 4 callersMethodgetScaleX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:83
↓ 4 callersMethodgetScaleY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:95
↓ 4 callersMethodgetSlidingStatus
( VSlidingMenuController vSlidingMenuController)
Library/DobSliding/src/com/dobmob/dobsliding/utils/Computer.java:10
↓ 4 callersMethodgetTranslationX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:131
↓ 4 callersMethodgetTranslationY
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:143
↓ 4 callersMethodgetX
(View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:155
↓ 4 callersMethodhasValue
Indicates whether this keyframe has a valid value. This method is called internally when an {@link ObjectAnimator} first starts; keyframes without val
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:166
↓ 4 callersMethodhideSlidingLayout
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:131
↓ 4 callersMethodofFloat
Constructs a Keyframe object with the given time and value. The time defines the time, as a proportion of an overall animation's duration, at which th
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:107
↓ 4 callersMethodofFloat
Constructs and returns a ValueAnimator that animates between float values. A single value implies that that value is the one being animated to. Howeve
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:314
↓ 4 callersMethodofInt
Constructs a Keyframe object with the given time and value. The time defines the time, as a proportion of an overall animation's duration, at which th
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:75
↓ 4 callersMethodofObject
Constructs a Keyframe object with the given time and value. The time defines the time, as a proportion of an overall animation's duration, at which th
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:139
↓ 4 callersMethodonAnimationRepeat
<p>Notifies the repetition of the animation.</p> @param animation The animation which was repeated.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:276
↓ 4 callersMethodsetAlpha
(View view, float alpha)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:15
↓ 4 callersMethodsetDuration
Sets the length of the animation. The default duration is 300 milliseconds. @param duration The length of the animation, in milliseconds. This value
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:509
↓ 4 callersMethodsetFloatValues
Sets float values that will be animated between. A single value implies that that value is the one being animated to. However, this is not typically u
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:400
↓ 4 callersMethodsetIntValues
Sets int values that will be animated between. A single value implies that that value is the one being animated to. However, this is not typically use
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:372
↓ 4 callersMethodsetRotation
(View view, float rotation)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:51
↓ 4 callersMethodsetRotationX
(View view, float rotationX)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:63
↓ 4 callersMethodsetRotationY
(View view, float rotationY)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:75
↓ 4 callersMethodsetScaleX
(View view, float scaleX)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:87
↓ 4 callersMethodsetScaleY
(View view, float scaleY)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:99
↓ 4 callersMethodsetTranslationX
(View view, float translationX)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:135
↓ 4 callersMethodsetTranslationY
(View view, float translationY)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:147
↓ 4 callersMethodsetX
(View view, float x)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:159
↓ 4 callersMethodsetY
(View view, float y)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:171
↓ 4 callersMethodstart
Start the animation playing. This version of start() takes a boolean flag that indicates whether the animation should play in reverse. The flag is usu
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:916
↓ 3 callersMethodanimateValue
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/ValueAnimator.java:1168
↓ 3 callersMethodchangeHandle
(SlidingStatus slidingStatus)
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:216
↓ 3 callersMethodcollapse
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:155
↓ 3 callersMethodendAnimation
Called internally to end an animation by removing it from the animations list. Must be called on the UI thread.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:1024
↓ 3 callersMethodfocusOnSliding
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:163
↓ 3 callersMethodgetAnimatedValue
Internal function, called by ValueAnimator and ObjectAnimator, to retrieve the value most recently calculated in calculateValue(). @return
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:721
↓ 3 callersMethodgetSlidingHeight
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:264
↓ 3 callersMethodgetSlidingParent
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:260
↓ 3 callersMethodgetType
Gets the type of keyframe. This information is used by ValueAnimator to determine the type of {@link TypeEvaluator} to use when calculating values bet
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:231
↓ 3 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/ValueAnimator.java:489
↓ 3 callersMethodisEnabled
()
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:28
↓ 3 callersMethodofFloat
Constructs and returns a PropertyValuesHolder with a given property name and set of float values. @param propertyName The name of the property being a
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:175
↓ 3 callersMethodofInt
Constructs and returns a PropertyValuesHolder with a given property name and set of int values. @param propertyName The name of the property being ani
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:153
↓ 3 callersMethodofObject
Constructs and returns a PropertyValuesHolder with a given property name and set of Object values. This variant also takes a TypeEvaluator because the
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:202
↓ 3 callersMethodremoveListener
Removes a listener from the set listening to this animation. @param listener the listener to be removed from the current set of listeners for this
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:157
↓ 3 callersMethodsetEvaluator
The TypeEvaluator will the automatically determined based on the type of values supplied to PropertyValuesHolder. The evaluator can be manually set, h
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:658
↓ 3 callersMethodsetEvaluator
Sets the TypeEvaluator to be used when calculating animated values. This object is required only for KeyframeSets that are not either IntKeyframeSet o
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/KeyframeSet.java:138
↓ 3 callersMethodsetInterpolator
Sets the optional interpolator for this Keyframe. A value of <code>null</code> indicates that there is no interpolation, which is the same as linear i
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:220
↓ 3 callersMethodsetObjectValues
Set the animated values for this object to this set of Objects. If there is only one value, it is assumed to be the end value of an animation, and an
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:359
↓ 3 callersMethodsetSlidingType
(SlidingType slidingType)
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:79
↓ 3 callersMethodsetupSetter
Utility function to get the setter from targetClass @param targetClass The Class on which the requested method should exist.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:485
↓ 3 callersMethodstartAnimation
Called internally to start an animation by adding it to the active animations list. Must be called on the UI thread.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:1045
↓ 2 callersMethodaddUpdateListener
Adds a listener to the set of listeners that are sent update events through the life of an animation. This method is called on all listeners for every
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:819
↓ 2 callersMethodanimationFrame
This internal function processes a single animation frame for a given animation. The currentTime parameter is the timing pulse sent by the handler, us
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:1099
↓ 2 callersMethodbefore
Sets up the given animation to play when the animation supplied in the {@link AnimatorSet#play(Animator)} call that created this <code>Builder</code>
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:1063
↓ 2 callersMethodcancel
Cancels the animation. Unlike {@link #end()}, <code>cancel()</code> causes the animation to stop in its tracks, sending an {@link android.animation.An
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:60
↓ 2 callersMethodclone
()
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:591
↓ 2 callersMethodcomputeRect
(final RectF r, View view)
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:252
↓ 2 callersMethodgetAnimatedFraction
Returns the current animation fraction, which is the elapsed/interpolated fraction used in the most recent frame update on the animation. @return Ela
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:1152
↓ 2 callersMethodgetHandleCollapsedIcon
()
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:92
↓ 2 callersMethodgetJumpLine
()
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:268
↓ 2 callersMethodgetListeners
Gets the set of {@link android.animation.Animator.AnimatorListener} objects that are currently listening for events on this <code>Animator</code> obje
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:173
↓ 2 callersMethodgetMaxDuration
()
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:52
↓ 2 callersMethodgetOnCollapsedListener
()
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:76
↓ 2 callersMethodgetOnExpandedListener
()
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:84
next →1–100 of 601, ranked by callers