MCPcopy Create free account

hub / github.com/Codetail/Mover / types & classes

Types & classes259 in github.com/Codetail/Mover

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
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:571
ClassAnimator
uicomponents/src/main/java/codetail/animation/Animator.java:10
ClassAnimator
This is the superclass for classes which provide basic support for animations which can be started, ended, and have <code>AnimatorListeners</code> add
uicomponents/src/main/java/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
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:638
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
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:637
ClassAnimatorInflater
This class is used to instantiate animator XML files into Animator objects. <p> For performance reasons, inflation relies heavily on pre-processing of
uicomponents/src/main/java/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
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:382
ClassAnimatorListenerAdapter
This adapter class provides empty implementations of the methods from {@link android.animation.Animator.AnimatorListener}. Any custom listener that ca
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorListenerAdapter.java:24
InterfaceAnimatorPauseListener
A pause listener receives notifications from an animation when the animation is {@link #pause() paused} or {@link #resume() resumed}. @see #addPauseL
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:420
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
uicomponents/src/main/java/com/nineoldandroids/view/animation/AnimatorProxy.java:19
ClassAnimatorSet
This class plays a set of {@link com.nineoldandroids.animation.Animator} objects in the specified order. Animations can be set up to play together, in
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:45
ClassAnimatorSetListener
uicomponents/src/main/java/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
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:1221
ClassApplicationModule
app/src/main/java/io/codetail/dependecy/ApplicationModule.java:7
ClassApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
uicomponents/src/androidTest/java/codetail/components/ApplicationTest.java:9
ClassApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
jobManager/src/androidTest/java/io/codetail/work/ApplicationTest.java:9
ClassArgbEvaluator
This evaluator can be used to perform type interpolation between integer values that represent ARGB colors.
uicomponents/src/main/java/com/nineoldandroids/animation/ArgbEvaluator.java:23
InterfaceAsyncAddCallback
If you are adding the job via the async adder, you can provide a callback method to receive the ID. Please keep in mind that job manager will keep a s
jobManager/src/main/java/io/codetail/work/AsyncAddCallback.java:9
InterfaceAsyncCancelCallback
If you are canceling the job via the async canceler, you can provide a callback method to receive result. Please keep in mind that job manager will ke
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/AsyncCancelCallback.java:8
ClassAuthenticationActivity
app/src/main/java/io/codetail/AuthenticationActivity.java:34
ClassAuthenticationEvent
app/src/main/java/io/codetail/client/auth/Authenticator.java:19
InterfaceAuthenticator
app/src/main/java/io/codetail/client/auth/Authenticator.java:7
ClassAuthorizeJob
app/src/main/java/io/codetail/client/mover/MoverAuthenticator.java:153
ClassBaseJob
This class has been deprecated and will soon be removed from public api. Please use {@link Job} instead which provider a cleaner constructor API. Depr
jobManager/src/main/java/io/codetail/work/BaseJob.java:15
ClassBaseNetworkJob
app/src/main/java/io/codetail/client/BaseNetworkJob.java:17
ClassBaseWatchMeFragment
app/src/main/java/io/codetail/fragments/BaseWatchMeFragment.java:15
ClassBasicAccountAuthenticator
app/src/main/java/io/codetail/client/auth/BasicAccountAuthenticator.java:29
ClassBasicAuthService
app/src/main/java/io/codetail/client/auth/BasicAuthService.java:7
ClassBitmapUtils
app/src/main/java/io/codetail/utils/BitmapUtils.java:11
ClassBuilder
Builder for SmoothProgressDrawable! You must use it!
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:612
ClassBuilder
uicomponents/src/main/java/codetail/widget/circular/CircularProgressDrawable.java:389
ClassBuilder
The <code>Builder</code> object is a utility class to facilitate adding animations to a <code>AnimatorSet</code> along with the relationships between
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:1012
ClassBuilder
jobManager/src/main/java/io/codetail/work/config/Configuration.java:75
ClassCache
jobManager/src/main/java/io/codetail/work/cachedQueue/CachedJobQueue.java:101
ClassCachedJobQueue
a class that implements {@link JobQueue} interface, wraps another {@link JobQueue} and caches results to avoid unnecessary queries to wrapped JobQueue
jobManager/src/main/java/io/codetail/work/cachedQueue/CachedJobQueue.java:14
InterfaceCallbacks
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:31
ClassCard
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:242
ClassCardHolder
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:302
ClassCardLayout
app/src/main/java/io/codetail/widget/CardLayout.java:12
ClassCardLinearLayout
app/src/main/java/io/codetail/widget/CardLinearLayout.java:23
ClassCategoryFragment
app/src/main/java/io/codetail/fragments/mover/CategoryFragment.java:30
ClassCategoryMenuAdapter
app/src/main/java/io/codetail/adapters/CategoryMenuAdapter.java:13
ClassCategoryPage
Main page of category
app/src/main/java/io/codetail/client/mover/Mover.java:153
ClassCategoryParser
app/src/main/java/io/codetail/client/mover/MoverParser.java:363
ClassChannel
app/src/main/java/io/codetail/client/models/Channel.java:7
ClassCheckForLongPress
uicomponents/src/main/java/codetail/graphics/drawables/TouchTracker.java:226
ClassCheckForTap
uicomponents/src/main/java/codetail/graphics/drawables/TouchTracker.java:209
ClassCircle
uicomponents/src/main/java/codetail/widget/FloatingActionButton.java:184
ClassCircularProgressBar
uicomponents/src/main/java/codetail/widget/circular/CircularProgressBar.java:13
ClassCircularProgressBarUtils
uicomponents/src/main/java/codetail/widget/circular/CircularProgressBarUtils.java:4
ClassCircularProgressDrawable
uicomponents/src/main/java/codetail/widget/circular/CircularProgressDrawable.java:30
ClassClickItemTouchListener
app/src/main/java/io/codetail/recycle/ClickItemTouchListener.java:13
ClassColorFilterLruCache
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:146
ClassColorUtils
uicomponents/src/main/java/codetail/utils/ColorUtils.java:6
ClassColorsShape
Created by castorflex on 3/5/14.
uicomponents/src/main/java/codetail/widget/ColorsShape.java:10
ClassComment
app/src/main/java/io/codetail/client/models/Comment.java:6
ClassConfiguration
{@link io.codetail.work.JobManager} configuration object
jobManager/src/main/java/io/codetail/work/config/Configuration.java:18
ClassConsistentTimedComparator
A job holder comparator that checks time before checking anything else
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/ConsistentTimedComparator.java:10
ClassConstants
app/src/main/java/io/codetail/Constants.java:12
ClassContentLoadingSmoothProgressBar
This is a copy of the ContentLoadingProgressBar from the support library, but extends SmoothProgressBar.
uicomponents/src/main/java/codetail/widget/ContentLoadingSmoothProgressBar.java:11
ClassContextProvider
app/src/main/java/io/codetail/dependecy/library/ContextProvider.java:15
InterfaceContract
contract between the {@link JobManager} and {@link io.codetail.work.executor.JobConsumerExecutor}
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:138
ClassCookieParser
app/src/main/java/io/codetail/utils/HttpCookie.java:201
ClassCopyOnWriteGroupSet
a util class that holds running jobs sorted by name and uniq. it behaves like CopyOnWriteLists
jobManager/src/main/java/io/codetail/work/CopyOnWriteGroupSet.java:11
ClassCountWithGroupIdsResult
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/CountWithGroupIdsResult.java:5
InterfaceCustomLogger
You can provide your own logger implementation to {@link io.codetail.work.JobManager} it is very similar to Roboguice's logger
jobManager/src/main/java/io/codetail/work/log/CustomLogger.java:7
ClassDbOpenHelper
Helper class for {@link SqliteJobQueue} to handle database connection
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/DbOpenHelper.java:10
ClassDefaultQueueFactory
Default implementation of QueueFactory that creates one {@link SqliteJobQueue} and one {@link NonPersistentPriorityQueue} both are wrapped inside a {@
jobManager/src/main/java/io/codetail/work/JobManager.java:647
ClassDelayUntil
jobManager/src/main/java/io/codetail/work/cachedQueue/CachedJobQueue.java:110
ClassDependency
Dependency holds information about the node that some other node is dependent upon and the nature of that dependency.
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:852
InterfaceDependencyInjector
interface that can be provided to {@link io.codetail.work.JobManager} for dependency injection it is called before the job's onAdded method is called.
jobManager/src/main/java/io/codetail/work/di/DependencyInjector.java:11
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
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:624
ClassDetailFragment
app/src/main/java/io/codetail/fragments/mover/DetailFragment.java:11
ClassDetailParserForMoverParser
app/src/main/java/io/codetail/client/mover/MoverParser.java:241
ClassDividerDecoration
ItemDecoration implementation that applies and inset margin around each child of the RecyclerView. It also draws item dividers that are expected from
app/src/main/java/io/codetail/recycle/DividerDecoration.java:19
ClassDrawableCompat
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:75
ClassDrawableHelper
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:13
ClassEndCurveInterpolator
Squishes the interpolation curve into the second half of the animation.
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:686
ClassExtractFloatResult
vectordrawable/src/main/java/com/telly/mrvector/PathParser.java:146
ClassFetchAvailableVideoQualities
app/src/main/java/io/codetail/client/mover/FetchAvailableVideoQualities.java:15
ClassFetchCategoryPage
app/src/main/java/io/codetail/client/mover/FetchCategoryPage.java:12
ClassFetchSearchPage
app/src/main/java/io/codetail/client/mover/FetchSearchPage.java:12
ClassFloatEvaluator
This evaluator can be used to perform type interpolation between <code>float</code> values.
uicomponents/src/main/java/com/nineoldandroids/animation/FloatEvaluator.java:22
ClassFloatKeyframe
Internal subclass used when the keyframe value is of type float.
uicomponents/src/main/java/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
uicomponents/src/main/java/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
uicomponents/src/main/java/com/nineoldandroids/util/FloatProperty.java:29
ClassFloatPropertyValuesHolder
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:889
ClassFloatingActionButton
uicomponents/src/main/java/codetail/widget/FloatingActionButton.java:23
ClassFrameLayoutCompat
uicomponents/src/main/java/codetail/widget/FrameLayoutCompat.java:33
ClassHeaderHolder
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:677
ClassHeaderInfo
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:547
ClassHideExtraOnScrollHelper
uicomponents/src/main/java/codetail/utils/HideExtraOnScrollHelper.java:3
ClassHoneycomb
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:179
InterfaceHotspotDrawable
uicomponents/src/main/java/codetail/graphics/drawables/HotspotDrawable.java:3
ClassHttpCookie
An opaque key-value value pair held by an HTTP client to permit a stateful session with an HTTP server. This class parses cookie headers for all three
app/src/main/java/io/codetail/utils/HttpCookie.java:65
InterfaceIParser
app/src/main/java/io/codetail/client/IParser.java:3
ClassIntEvaluator
This evaluator can be used to perform type interpolation between <code>int</code> values.
uicomponents/src/main/java/com/nineoldandroids/animation/IntEvaluator.java:22
ClassIntKeyframe
Internal subclass used when the keyframe value is of type int.
uicomponents/src/main/java/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.
uicomponents/src/main/java/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
uicomponents/src/main/java/com/nineoldandroids/util/IntProperty.java:29
next →1–100 of 259, ranked by callers