Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codetail/Mover
/ functions
Functions
2,149 in github.com/Codetail/Mover
⨍
Functions
2,149
◇
Types & classes
259
↓ 2 callers
Method
setRotation
(float rotation, boolean animated)
uicomponents/src/main/java/codetail/graphics/drawables/MenuDrawable.java:40
↓ 2 callers
Method
setRunCount
(int runCount)
jobManager/src/main/java/io/codetail/work/JobHolder.java:87
↓ 2 callers
Method
setScrollX
(View view, int scrollX)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:111
↓ 2 callers
Method
setScrollY
(View view, int scrollY)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:123
↓ 2 callers
Method
setSelectedInternal
Marks item view as selected or not @see android.view.View#setSelected(boolean) @param position position of item @param selected state of item
app/src/main/java/io/codetail/fragments/NavigationFragment.java:144
↓ 2 callers
Method
setSizeParameters
(double progressCircleWidth, double progressCircleHeight, double centerRadius, double strokeWidth,
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:102
↓ 2 callers
Method
setStartDelay
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
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:702
↓ 2 callers
Method
setStrokeWidth
@param strokeWidth Set the stroke width of the progress spinner in pixels.
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:549
↓ 2 callers
Method
setVideos
(List<Video> videos)
app/src/main/java/io/codetail/client/mover/Mover.java:181
↓ 2 callers
Method
setVideosCount
(int videosCount)
app/src/main/java/io/codetail/client/models/Channel.java:58
↓ 2 callers
Method
setup
(int maxRadius, int color, float density)
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:85
↓ 2 callers
Method
setupGetter
Utility function to get the getter from targetClass
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:492
↓ 2 callers
Method
setupSetterOrGetter
Returns the setter or getter requested. This utility function checks whether the requested method exists in the propertyMapMap cache. If not, it calls
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:454
↓ 2 callers
Method
setupToolbar
(boolean init)
app/src/main/java/io/codetail/fragments/mover/SearchFragment.java:92
↓ 2 callers
Method
setupValue
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
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:550
↓ 2 callers
Method
showProgress
()
app/src/main/java/io/codetail/fragments/WatchMeRecycleFragment.java:108
↓ 2 callers
Method
sortNodes
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
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:784
↓ 2 callers
Method
start
()
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:520
↓ 2 callers
Method
start
{@inheritDoc} <p>Starting this <code>AnimatorSet</code> will, in turn, start the animations for which it is responsible. The details of when exactly
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:448
↓ 2 callers
Method
start
restarts the JobManager. Will create a new consumer if necessary.
jobManager/src/main/java/io/codetail/work/JobManager.java:105
↓ 2 callers
Method
startAnimation
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
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:437
↓ 2 callers
Method
startAnimation
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
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:430
↓ 2 callers
Method
startIfReady
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
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:679
↓ 2 callers
Method
stop
()
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:533
↓ 2 callers
Method
toggleScrollUp
(RecyclerView view)
app/src/main/java/io/codetail/utils/ScrollManager.java:110
↓ 2 callers
Method
transformMatrix
(Matrix m, View view)
uicomponents/src/main/java/com/nineoldandroids/view/animation/AnimatorProxy.java:280
↓ 2 callers
Method
tryBackgroundEnter
Creates an active hotspot at the specified location.
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:362
↓ 2 callers
Method
tryRippleEnter
Attempts to start an enter animation for the active hotspot. Fails if there are too many animating ripples.
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:262
↓ 2 callers
Method
typesMatch
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
uicomponents/src/main/java/com/nineoldandroids/util/ReflectiveProperty.java:116
↓ 2 callers
Method
updateCachedBitmap
(Rect bounds)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:722
↓ 2 callers
Method
waitForOnAddedLock
(ConcurrentHashMap<Long, CountDownLatch> lockMap, long id)
jobManager/src/main/java/io/codetail/work/JobManager.java:172
↓ 2 callers
Method
with
Sets up the given animation to play at the same time as the animation supplied in the {@link com.nineoldandroids.animation.AnimatorSet#play(com.nineol
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:1043
↓ 2 callers
Method
withAlpha
(int alpha, int color)
app/src/main/java/io/codetail/fragments/NavigationFragment.java:151
↓ 1 callers
Method
For
(View target, int color)
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:635
↓ 1 callers
Method
add
(CharSequence title, List<Video> videos, int visible)
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:299
↓ 1 callers
Method
addCommand
(Path path, float[] current, char previousCmd, char cmd, float[] val)
vectordrawable/src/main/java/com/telly/mrvector/PathParser.java:285
↓ 1 callers
Method
addConsumer
()
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:76
↓ 1 callers
Method
addTo
(RecyclerView recyclerView)
app/src/main/java/io/codetail/recycle/ItemClickSupport.java:84
↓ 1 callers
Method
applyTheme
(Theme t)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:377
↓ 1 callers
Method
applyTheme
(Theme t)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:915
↓ 1 callers
Method
applyTheme
(Theme t)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:1161
↓ 1 callers
Method
applyTheme
(Theme t)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:1308
↓ 1 callers
Method
arcToBezier
Converts an arc to cubic Bezier segments and records them in p. @param p The target for the cubic Bezier segments @param cx The x coordinate center o
vectordrawable/src/main/java/com/telly/mrvector/PathParser.java:599
↓ 1 callers
Method
asJson
(String input)
app/src/main/java/io/codetail/client/mover/MoverAuthenticator.java:125
↓ 1 callers
Method
backgroundDrawable
(Drawable backgroundDrawableWhenHidden)
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:744
↓ 1 callers
Method
bindHeaderHolder
(HeaderHolder holder)
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:166
↓ 1 callers
Method
bindMoreButton
(MoreButtonHolder holder)
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:172
↓ 1 callers
Method
bindVideoHolder
(VideoHolder holder)
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:180
↓ 1 callers
Method
calculateValue
Function used to calculate the value according to the evaluator set up for this PropertyValuesHolder object. This function is called by ValueAnimator.
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:669
↓ 1 callers
Method
canAddMoreConsumers
()
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:85
↓ 1 callers
Method
canApplyTheme
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:769
↓ 1 callers
Method
canApplyTheme
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:887
↓ 1 callers
Method
canApplyThemeCompat
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:779
↓ 1 callers
Method
canIDie
()
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:46
↓ 1 callers
Method
canLoadMorePages
()
app/src/main/java/io/codetail/fragments/mover/SearchFragment.java:157
↓ 1 callers
Method
canLoadMorePages
()
app/src/main/java/io/codetail/fragments/mover/CategoryFragment.java:157
↓ 1 callers
Method
canMorph
@param nodesFrom The source path represented in an array of PathDataNode @param nodesTo The target path represented in an array of PathDataNode @retur
vectordrawable/src/main/java/com/telly/mrvector/PathParser.java:95
↓ 1 callers
Method
canParse
(String url)
app/src/main/java/io/codetail/client/IParser.java:5
↓ 1 callers
Method
canReuseBitmap
(int width, int height)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:738
↓ 1 callers
Method
canReuseCache
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:746
↓ 1 callers
Method
cancel
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
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:163
↓ 1 callers
Method
cancel
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
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:157
↓ 1 callers
Method
cancel
{@inheritDoc} <p>Note that canceling a <code>AnimatorSet</code> also cancels all of the animations that it is responsible for.</p>
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:281
↓ 1 callers
Method
cancel
()
app/src/main/java/io/codetail/AuthenticationActivity.java:173
↓ 1 callers
Method
cancelJob
Cancels job which is waiting to be run. @param id the ID, returned by the addJob method @param isPersistent Jobs are added to different queues dependi
jobManager/src/main/java/io/codetail/work/JobManager.java:584
↓ 1 callers
Method
cancelSoftwareAnimations
()
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:381
↓ 1 callers
Method
cancelSoftwareAnimations
()
uicomponents/src/main/java/codetail/graphics/drawables/RippleBackground.java:282
↓ 1 callers
Method
category
(@Path("category") String category, @Query("page") int page)
app/src/main/java/io/codetail/client/mover/MoverService.java:22
↓ 1 callers
Method
channel
(@Path("name") String name)
app/src/main/java/io/codetail/client/mover/MoverService.java:34
↓ 1 callers
Method
checkColorIndex
(int index)
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:600
↓ 1 callers
Method
checkColors
(int[] colors)
uicomponents/src/main/java/codetail/widget/SmoothProgressBarUtils.java:24
↓ 1 callers
Method
checkColors
(int[] colors)
uicomponents/src/main/java/codetail/widget/circular/CircularProgressBarUtils.java:13
↓ 1 callers
Method
checkNotNull
(Object o, String name)
uicomponents/src/main/java/codetail/widget/SmoothProgressBarUtils.java:44
↓ 1 callers
Method
checkPositive
(int number, String name)
uicomponents/src/main/java/codetail/widget/SmoothProgressBarUtils.java:39
↓ 1 callers
Method
checkPositiveOrZero
(float number, String name)
uicomponents/src/main/java/codetail/widget/circular/CircularProgressBarUtils.java:23
↓ 1 callers
Method
checkQuality
(String id, String quality, OkHttpClient client)
app/src/main/java/io/codetail/client/mover/FetchAvailableVideoQualities.java:59
↓ 1 callers
Method
clearHotspots
Cancels and removes the active ripple, all exiting ripples, and the background. Nothing will be drawn after this method is called.
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:307
↓ 1 callers
Method
color
(int color)
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:689
↓ 1 callers
Method
color
(int color)
uicomponents/src/main/java/codetail/widget/circular/CircularProgressDrawable.java:414
↓ 1 callers
Method
colors
(int[] colors)
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:694
↓ 1 callers
Method
colors
(int[] colors)
uicomponents/src/main/java/codetail/widget/circular/CircularProgressDrawable.java:419
↓ 1 callers
Method
compareInt
(int i1, int i2)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/NonPersistentPriorityQueue.java:131
↓ 1 callers
Method
considerAddingConsumer
creates a new consumer thread if needed.
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:42
↓ 1 callers
Method
constrain
(float amount, float low, float high)
uicomponents/src/main/java/codetail/graphics/drawables/RippleBackground.java:200
↓ 1 callers
Method
countReadyJobs
(boolean hasNetwork)
jobManager/src/main/java/io/codetail/work/JobManager.java:129
↓ 1 callers
Method
create
@hide
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:431
↓ 1 callers
Method
create
(String tableName, Property primaryKey, Property... properties)
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/SqlHelper.java:38
↓ 1 callers
Method
createAnimatorFromXml
(Context c, XmlPullParser parser)
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorInflater.java:118
↓ 1 callers
Method
createFromParcel
(Parcel source)
app/src/main/java/io/codetail/client/models/Comment.java:68
↓ 1 callers
Method
createFromParcel
(Parcel source)
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:292
↓ 1 callers
Method
createImageLink
Generates url to movie first frame generated in mover.uz system @param id movie identification @param quality of picture @return generated url to mo
app/src/main/java/io/codetail/client/mover/Mover.java:270
↓ 1 callers
Method
createNonPersistent
(Context context, Long sessionId, String id)
jobManager/src/main/java/io/codetail/work/QueueFactory.java:10
↓ 1 callers
Method
createPersistentQueue
(Context context, Long sessionId, String id)
jobManager/src/main/java/io/codetail/work/QueueFactory.java:9
↓ 1 callers
Method
createSelect
(String where, Integer limit, Order... orders)
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/SqlHelper.java:139
↓ 1 callers
Method
createdWithNonStandardWay
Checks {@link #getIntent()} if contains {@link android.content.Intent#ACTION_VIEW} and not null {@link android.content.Intent#getData()} creates by th
app/src/main/java/io/codetail/LauncherActivity.java:108
↓ 1 callers
Method
decGroupCount
(String groupId)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/NonPersistentJobSet.java:107
↓ 1 callers
Method
decrementColor
(int colorIndex)
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:460
↓ 1 callers
Method
delayedAnimationFrame
Internal function called to process an animation frame on an animation that is currently sleeping through its <code>startDelay</code> phase. The retur
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:1071
↓ 1 callers
Method
deserialize
(byte[] bytes)
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/SqliteJobQueue.java:376
↓ 1 callers
Method
dispatchSingleTapUpIfNeeded
(MotionEvent event)
app/src/main/java/io/codetail/recycle/ClickItemTouchListener.java:83
← previous
next →
501–600 of 2,149, ranked by callers