MCPcopy Create free account

hub / github.com/Startappz/DobSliding / types & classes

Types & classes70 in github.com/Startappz/DobSliding

ClassAnimationExecutor
Library/DobSliding/src/com/dobmob/dobsliding/animations/AnimationExecutor.java:9
ClassAnimationHandler
This custom, static handler handles the timing pulse that is shared by all active animations. This approach ensures that the setting of animation valu
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:570
ClassAnimator
This is the superclass for classes which provide basic support for animations which can be started, ended, and have <code>AnimatorListeners</code> add
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:27
ClassAnimatorEventListener
Utility class that handles the various Animator events. The only ones we care about are the end event (which we use to clean up the animator map when
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:636
ClassAnimatorEventListener
Utility class that handles the various Animator events. The only ones we care about are the end event (which we use to clean up the animator map when
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:635
ClassAnimatorInflater
This class is used to instantiate animator XML files into Animator objects. <p> For performance reasons, inflation relies heavily on pre-processing of
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorInflater.java:42
InterfaceAnimatorListener
<p>An animation listener receives notifications from an animation. Notifications indicate animation related events, such as the end or the repetition
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Animator.java:247
ClassAnimatorListenerAdapter
This adapter class provides empty implementations of the methods from {@link android.animation.Animator.AnimatorListener}. Any custom listener that ca
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorListenerAdapter.java:24
ClassAnimatorProxy
A proxy class to allow for modifying post-3.0 view properties on all pre-3.0 platforms. <strong>DO NOT</strong> wrap your views with this class if you
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/animation/AnimatorProxy.java:19
ClassAnimatorSet
This class plays a set of {@link Animator} objects in the specified order. Animations can be set up to play together, in sequence, or after a specifie
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:45
ClassAnimatorSetListener
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:707
InterfaceAnimatorUpdateListener
Implementors of this interface can add themselves as update listeners to an <code>ValueAnimator</code> instance to receive callbacks on every animatio
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:1220
ClassArgbEvaluator
This evaluator can be used to perform type interpolation between integer values that represent ARGB colors.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ArgbEvaluator.java:23
ClassBuilder
The <code>Builder</code> object is a utility class to facilitate adding animations to a <code>AnimatorSet</code> along with the relationships between
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:1012
ClassComputer
Library/DobSliding/src/com/dobmob/dobsliding/utils/Computer.java:8
ClassDependency
Dependency holds information about the node that some other node is dependent upon and the nature of that dependency.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:852
ClassDependencyListener
This class is the mechanism by which animations are started based on events in other animations. If an animation has multiple dependencies on other an
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:624
ClassDobSlidingMenu
Library/DobSliding/src/com/dobmob/dobsliding/DobSlidingMenu.java:15
ClassFloatEvaluator
This evaluator can be used to perform type interpolation between <code>float</code> values.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/FloatEvaluator.java:22
ClassFloatKeyframe
Internal subclass used when the keyframe value is of type float.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:320
ClassFloatKeyframeSet
This class holds a collection of FloatKeyframe objects and is called by ValueAnimator to calculate values between those keyframes for a given animatio
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/FloatKeyframeSet.java:35
ClassFloatProperty
An implementation of {@link android.util.Property} to be used specifically with fields of type <code>float</code>. This type-specific subclass enables
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/FloatProperty.java:29
ClassFloatPropertyValuesHolder
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:889
ClassHandleClickListener
Library/DobSliding/src/com/dobmob/dobsliding/listeners/HandleClickListener.java:8
ClassHoneycomb
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:179
ClassInitializer
Library/DobSliding/src/com/dobmob/dobsliding/utils/Initializer.java:15
ClassIntEvaluator
This evaluator can be used to perform type interpolation between <code>int</code> values.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/IntEvaluator.java:22
ClassIntKeyframe
Internal subclass used when the keyframe value is of type int.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:275
ClassIntKeyframeSet
This class holds a collection of IntKeyframe objects and is called by ValueAnimator to calculate values between those keyframes for a given animation.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/IntKeyframeSet.java:35
ClassIntProperty
An implementation of {@link android.util.Property} to be used specifically with fields of type <code>int</code>. This type-specific subclass enables p
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/IntProperty.java:29
ClassIntPropertyValuesHolder
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:753
ClassKeyframe
This class holds a time/value pair for an animation. The Keyframe class is used by {@link ValueAnimator} to define the values that the animation targe
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:38
ClassKeyframeSet
This class holds a collection of Keyframe objects and is called by ValueAnimator to calculate values between those keyframes for a given animation. Th
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/KeyframeSet.java:33
ClassMainActivity
Demo/DobSlidingDemo/src/com/dobmob/dobslidingdemo/MainActivity.java:21
EnumMovingType
Library/DobSliding/src/com/dobmob/dobsliding/animations/AnimationExecutor.java:18
ClassNameValuesHolder
This is the information we need to set each property during the animation. mNameConstant is used to set the appropriate field in View, and the from/de
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:195
ClassNameValuesHolder
This is the information we need to set each property during the animation. mNameConstant is used to set the appropriate field in View, and the from/de
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:189
ClassNoActionBarException
Library/DobSliding/src/com/dobmob/dobsliding/exceptions/NoActionBarException.java:3
ClassNoActivityException
Library/DobSliding/src/com/dobmob/dobsliding/exceptions/NoActivityException.java:3
ClassNoSlidingViewException
Library/DobSliding/src/com/dobmob/dobsliding/exceptions/NoSlidingViewException.java:3
ClassNoSuchPropertyException
Thrown when code requests a {@link Property} on a class that does not expose the appropriate method or field. @see Property#of(java.lang.Class, java.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/NoSuchPropertyException.java:24
ClassNode
A Node is an embodiment of both the Animator that it wraps as well as any dependencies that are associated with that Animation. This includes both dep
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorSet.java:874
ClassObjectAnimator
This subclass of {@link ValueAnimator} provides support for animating properties on target objects. The constructors of this class take parameters to
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java:39
ClassObjectKeyframe
This internal subclass is used for all types which are not int or float.
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/Keyframe.java:241
InterfaceOnCollapsedListener
Library/DobSliding/src/com/dobmob/dobsliding/events/OnCollapsedListener.java:3
InterfaceOnExpandedListener
Library/DobSliding/src/com/dobmob/dobsliding/events/OnExpandedListener.java:3
ClassOnMovingTouchListener
Library/DobSliding/src/com/dobmob/dobsliding/listeners/OnMovingTouchListener.java:10
ClassOnSizingTouchListener
Library/DobSliding/src/com/dobmob/dobsliding/listeners/OnSizingTouchListener.java:10
ClassPreHoneycombCompat
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PreHoneycombCompat.java:9
ClassProperty
A property is an abstraction that can be used to represent a <emb>mutable</em> value that is held in a <em>host</em> object. The Property's {@link #se
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/Property.java:28
ClassPropertyBundle
This class holds information about the overall animation being run on the set of properties. The mask describes which properties are being animated an
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:142
ClassPropertyBundle
This class holds information about the overall animation being run on the set of properties. The mask describes which properties are being animated an
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:136
ClassPropertyValuesHolder
This class holds information about a property and the values that that property should take on during an animation. PropertyValuesHolder objects can b
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/PropertyValuesHolder.java:36
ClassReflectiveProperty
Internal class to automatically generate a Property for a given class/name pair, given the specification of {@link Property#of(java.lang.Class, java.l
DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/ReflectiveProperty.java:26
ClassSlidingItem
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:10
ClassSlidingParentKeyListener
Library/DobSliding/src/com/dobmob/dobsliding/listeners/SlidingParentKeyListener.java:9
ClassSlidingParentTouchListener
Library/DobSliding/src/com/dobmob/dobsliding/listeners/SlidingParentTouchListener.java:9
EnumSlidingStatus
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:26
EnumSlidingType
Library/DobSliding/src/com/dobmob/dobsliding/models/SlidingItem.java:12
ClassTimeAnimator
This class provides a simple callback mechanism to listeners that is synchronized with other animators in the system. There is no duration, interpolat
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/TimeAnimator.java:12
InterfaceTimeListener
Implementors of this interface can set themselves as update listeners to a <code>TimeAnimator</code> instance to receive callbacks on every animation
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/TimeAnimator.java:67
InterfaceTypeEvaluator
Interface for use with the {@link ValueAnimator#setEvaluator(TypeEvaluator)} function. Evaluators allow developers to create animations on arbitrary p
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/TypeEvaluator.java:27
ClassVSlidingAnimatorListener
Library/DobSliding/src/com/dobmob/dobsliding/listeners/VSlidingAnimatorListener.java:9
ClassVSlidingMenuController
Library/DobSliding/src/com/dobmob/dobsliding/controllers/VSlidingMenuController.java:24
ClassValueAnimator
This class provides a simple timing engine for running animations which calculate animated values and set them on target objects. <p>There is a singl
DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/ValueAnimator.java:43
ClassViewHelper
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewHelper.java:8
ClassViewPropertyAnimator
This class enables automatic and optimized animation of select properties on View objects. If only one or two properties on a View object are being an
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimator.java:46
ClassViewPropertyAnimatorHC
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:28
ClassViewPropertyAnimatorICS
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorICS.java:9
ClassViewPropertyAnimatorPreHC
DependentLibs/NineOldAndroids/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:29