Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codetail/Mover
/ types & classes
Types & classes
259 in github.com/Codetail/Mover
⨍
Functions
2,149
◇
Types & classes
259
Class
AnimationHandler
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
Class
Animator
uicomponents/src/main/java/codetail/animation/Animator.java:10
Class
Animator
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
Class
AnimatorEventListener
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
Class
AnimatorEventListener
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
Class
AnimatorInflater
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
Interface
AnimatorListener
<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
Class
AnimatorListenerAdapter
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
Interface
AnimatorPauseListener
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
Class
AnimatorProxy
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
Class
AnimatorSet
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
Class
AnimatorSetListener
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:707
Interface
AnimatorUpdateListener
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
Class
ApplicationModule
app/src/main/java/io/codetail/dependecy/ApplicationModule.java:7
Class
ApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
uicomponents/src/androidTest/java/codetail/components/ApplicationTest.java:9
Class
ApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
jobManager/src/androidTest/java/io/codetail/work/ApplicationTest.java:9
Class
ArgbEvaluator
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
Interface
AsyncAddCallback
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
Interface
AsyncCancelCallback
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
Class
AuthenticationActivity
app/src/main/java/io/codetail/AuthenticationActivity.java:34
Class
AuthenticationEvent
app/src/main/java/io/codetail/client/auth/Authenticator.java:19
Interface
Authenticator
app/src/main/java/io/codetail/client/auth/Authenticator.java:7
Class
AuthorizeJob
app/src/main/java/io/codetail/client/mover/MoverAuthenticator.java:153
Class
BaseJob
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
Class
BaseNetworkJob
app/src/main/java/io/codetail/client/BaseNetworkJob.java:17
Class
BaseWatchMeFragment
app/src/main/java/io/codetail/fragments/BaseWatchMeFragment.java:15
Class
BasicAccountAuthenticator
app/src/main/java/io/codetail/client/auth/BasicAccountAuthenticator.java:29
Class
BasicAuthService
app/src/main/java/io/codetail/client/auth/BasicAuthService.java:7
Class
BitmapUtils
app/src/main/java/io/codetail/utils/BitmapUtils.java:11
Class
Builder
Builder for SmoothProgressDrawable! You must use it!
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:612
Class
Builder
uicomponents/src/main/java/codetail/widget/circular/CircularProgressDrawable.java:389
Class
Builder
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
Class
Builder
jobManager/src/main/java/io/codetail/work/config/Configuration.java:75
Class
Cache
jobManager/src/main/java/io/codetail/work/cachedQueue/CachedJobQueue.java:101
Class
CachedJobQueue
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
Interface
Callbacks
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:31
Class
Card
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:242
Class
CardHolder
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:302
Class
CardLayout
app/src/main/java/io/codetail/widget/CardLayout.java:12
Class
CardLinearLayout
app/src/main/java/io/codetail/widget/CardLinearLayout.java:23
Class
CategoryFragment
app/src/main/java/io/codetail/fragments/mover/CategoryFragment.java:30
Class
CategoryMenuAdapter
app/src/main/java/io/codetail/adapters/CategoryMenuAdapter.java:13
Class
CategoryPage
Main page of category
app/src/main/java/io/codetail/client/mover/Mover.java:153
Class
CategoryParser
app/src/main/java/io/codetail/client/mover/MoverParser.java:363
Class
Channel
app/src/main/java/io/codetail/client/models/Channel.java:7
Class
CheckForLongPress
uicomponents/src/main/java/codetail/graphics/drawables/TouchTracker.java:226
Class
CheckForTap
uicomponents/src/main/java/codetail/graphics/drawables/TouchTracker.java:209
Class
Circle
uicomponents/src/main/java/codetail/widget/FloatingActionButton.java:184
Class
CircularProgressBar
uicomponents/src/main/java/codetail/widget/circular/CircularProgressBar.java:13
Class
CircularProgressBarUtils
uicomponents/src/main/java/codetail/widget/circular/CircularProgressBarUtils.java:4
Class
CircularProgressDrawable
uicomponents/src/main/java/codetail/widget/circular/CircularProgressDrawable.java:30
Class
ClickItemTouchListener
app/src/main/java/io/codetail/recycle/ClickItemTouchListener.java:13
Class
ColorFilterLruCache
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:146
Class
ColorUtils
uicomponents/src/main/java/codetail/utils/ColorUtils.java:6
Class
ColorsShape
Created by castorflex on 3/5/14.
uicomponents/src/main/java/codetail/widget/ColorsShape.java:10
Class
Comment
app/src/main/java/io/codetail/client/models/Comment.java:6
Class
Configuration
{@link io.codetail.work.JobManager} configuration object
jobManager/src/main/java/io/codetail/work/config/Configuration.java:18
Class
ConsistentTimedComparator
A job holder comparator that checks time before checking anything else
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/ConsistentTimedComparator.java:10
Class
Constants
app/src/main/java/io/codetail/Constants.java:12
Class
ContentLoadingSmoothProgressBar
This is a copy of the ContentLoadingProgressBar from the support library, but extends SmoothProgressBar.
uicomponents/src/main/java/codetail/widget/ContentLoadingSmoothProgressBar.java:11
Class
ContextProvider
app/src/main/java/io/codetail/dependecy/library/ContextProvider.java:15
Interface
Contract
contract between the {@link JobManager} and {@link io.codetail.work.executor.JobConsumerExecutor}
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:138
Class
CookieParser
app/src/main/java/io/codetail/utils/HttpCookie.java:201
Class
CopyOnWriteGroupSet
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
Class
CountWithGroupIdsResult
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/CountWithGroupIdsResult.java:5
Interface
CustomLogger
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
Class
DbOpenHelper
Helper class for {@link SqliteJobQueue} to handle database connection
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/DbOpenHelper.java:10
Class
DefaultQueueFactory
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
Class
DelayUntil
jobManager/src/main/java/io/codetail/work/cachedQueue/CachedJobQueue.java:110
Class
Dependency
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
Interface
DependencyInjector
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
Class
DependencyListener
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
Class
DetailFragment
app/src/main/java/io/codetail/fragments/mover/DetailFragment.java:11
Class
DetailParserForMoverParser
app/src/main/java/io/codetail/client/mover/MoverParser.java:241
Class
DividerDecoration
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
Class
DrawableCompat
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:75
Class
DrawableHelper
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:13
Class
EndCurveInterpolator
Squishes the interpolation curve into the second half of the animation.
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:686
Class
ExtractFloatResult
vectordrawable/src/main/java/com/telly/mrvector/PathParser.java:146
Class
FetchAvailableVideoQualities
app/src/main/java/io/codetail/client/mover/FetchAvailableVideoQualities.java:15
Class
FetchCategoryPage
app/src/main/java/io/codetail/client/mover/FetchCategoryPage.java:12
Class
FetchSearchPage
app/src/main/java/io/codetail/client/mover/FetchSearchPage.java:12
Class
FloatEvaluator
This evaluator can be used to perform type interpolation between <code>float</code> values.
uicomponents/src/main/java/com/nineoldandroids/animation/FloatEvaluator.java:22
Class
FloatKeyframe
Internal subclass used when the keyframe value is of type float.
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:320
Class
FloatKeyframeSet
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
Class
FloatProperty
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
Class
FloatPropertyValuesHolder
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:889
Class
FloatingActionButton
uicomponents/src/main/java/codetail/widget/FloatingActionButton.java:23
Class
FrameLayoutCompat
uicomponents/src/main/java/codetail/widget/FrameLayoutCompat.java:33
Class
HeaderHolder
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:677
Class
HeaderInfo
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:547
Class
HideExtraOnScrollHelper
uicomponents/src/main/java/codetail/utils/HideExtraOnScrollHelper.java:3
Class
Honeycomb
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:179
Interface
HotspotDrawable
uicomponents/src/main/java/codetail/graphics/drawables/HotspotDrawable.java:3
Class
HttpCookie
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
Interface
IParser
app/src/main/java/io/codetail/client/IParser.java:3
Class
IntEvaluator
This evaluator can be used to perform type interpolation between <code>int</code> values.
uicomponents/src/main/java/com/nineoldandroids/animation/IntEvaluator.java:22
Class
IntKeyframe
Internal subclass used when the keyframe value is of type int.
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:275
Class
IntKeyframeSet
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
Class
IntProperty
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