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
↓ 4 callers
Method
isRunning
()
uicomponents/src/main/java/codetail/widget/circular/CircularProgressDrawable.java:369
↓ 4 callers
Method
isStarted
Returns whether this Animator has been started and not yet ended. This state is a superset of the state of {@link #isRunning()}, because an Animator w
uicomponents/src/main/java/codetail/animation/Animator.java:117
↓ 4 callers
Method
ofFloat
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
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:107
↓ 4 callers
Method
ofInt
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
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:75
↓ 4 callers
Method
ofObject
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
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:139
↓ 4 callers
Method
onAnimationRepeat
<p>Notifies the repetition of the animation.</p> @param animation The animation which was repeated.
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:411
↓ 4 callers
Method
refreshLinearGradientOptions
()
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:219
↓ 4 callers
Method
requireNetwork
Sets the Job as requiring network @return this
jobManager/src/main/java/io/codetail/work/Params.java:26
↓ 4 callers
Method
setAlpha
(int alpha)
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:105
↓ 4 callers
Method
setAlpha
(View view, float alpha)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:15
↓ 4 callers
Method
setBackgroundDrawable
(Drawable backgroundDrawable)
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:189
↓ 4 callers
Method
setCallback
(QueryCallback callback)
uicomponents/src/main/java/codetail/widget/SearchView.java:131
↓ 4 callers
Method
setDuration
(String duration)
app/src/main/java/io/codetail/client/models/Video.java:76
↓ 4 callers
Method
setError
(CharSequence errorText)
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:630
↓ 4 callers
Method
setIntValues
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
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:373
↓ 4 callers
Method
setPadding
use {@link #setPaddings(int, int, int, int)} instead, or the paddingTop and the paddingBottom may be set incorrectly.
uicomponents/src/main/java/codetail/text/MaterialEditText.java:411
↓ 4 callers
Method
setRotation
(float rotation)
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:590
↓ 4 callers
Method
setRotation
(View view, float rotation)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:51
↓ 4 callers
Method
setRotationY
(View view, float rotationY)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:75
↓ 4 callers
Method
setRunningSessionId
(long runningSessionId)
jobManager/src/main/java/io/codetail/work/JobHolder.java:103
↓ 4 callers
Method
setScaleX
(View view, float scaleX)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:87
↓ 4 callers
Method
setScaleY
(View view, float scaleY)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:99
↓ 4 callers
Method
setSelected
(String item, int pageNum)
app/src/main/java/io/codetail/fragments/mover/CategoryFragment.java:212
↓ 4 callers
Method
setTarget
(View target)
uicomponents/src/main/java/codetail/animation/RevealAnimator.java:19
↓ 4 callers
Method
setTitle
(String title)
app/src/main/java/io/codetail/client/models/Video.java:52
↓ 4 callers
Method
setTranslationX
(View view, float translationX)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:135
↓ 4 callers
Method
setX
(View view, float x)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:159
↓ 4 callers
Method
setY
(View view, float y)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:171
↓ 4 callers
Method
showContent
()
app/src/main/java/io/codetail/fragments/WatchMeRecycleFragment.java:113
↓ 4 callers
Method
skipWhitespace
()
app/src/main/java/io/codetail/utils/HttpCookie.java:419
↓ 3 callers
Method
addAll
(int[] elements)
vectordrawable/src/main/java/android/support/v4/util/IntSet.java:91
↓ 3 callers
Method
adjustBottomLines
()
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:437
↓ 3 callers
Method
adjustBottomLines
()
uicomponents/src/main/java/codetail/text/MaterialEditText.java:437
↓ 3 callers
Method
animateValue
This method is called with the elapsed fraction of the animation during every animation frame. This function turns the elapsed fraction into an interp
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:1169
↓ 3 callers
Method
appendAttribute
(StringBuilder builder, String name, String value)
app/src/main/java/io/codetail/utils/HttpCookie.java:739
↓ 3 callers
Method
cancel
Cancel all animations. The caller is responsible for removing the ripple from the list of animating ripples.
uicomponents/src/main/java/codetail/graphics/drawables/RippleBackground.java:278
↓ 3 callers
Method
checkNotNull
(Object o, String name)
uicomponents/src/main/java/codetail/widget/circular/CircularProgressBarUtils.java:33
↓ 3 callers
Method
checkSpeed
(float speed)
uicomponents/src/main/java/codetail/widget/SmoothProgressBarUtils.java:19
↓ 3 callers
Method
clampStartingPosition
()
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:113
↓ 3 callers
Method
count
Returns the # of jobs that are waiting to be run @return
jobManager/src/main/java/io/codetail/work/JobQueue.java:41
↓ 3 callers
Method
create
(String endpoint, Class<T> service, Client client)
app/src/main/java/io/codetail/client/BaseNetworkJob.java:76
↓ 3 callers
Method
createFromParcel
(Parcel in)
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:469
↓ 3 callers
Method
createNodesFromPathData
@param pathData The string representing a path, the same as "d" string in svg file. @return an array of the PathDataNode.
vectordrawable/src/main/java/com/telly/mrvector/PathParser.java:50
↓ 3 callers
Method
createRunningJobHolderKey
(JobHolder jobHolder)
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:117
↓ 3 callers
Method
createVideoLink
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:255
↓ 3 callers
Method
dp
Convert dimens to pixel size @param dp dimen size @return pixel size
uicomponents/src/main/java/codetail/utils/ResourceUtils.java:42
↓ 3 callers
Method
draw
(Canvas canvas)
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:388
↓ 3 callers
Method
drawPath
(VGroup vGroup, VPath vPath, Canvas canvas, int w, int h, ColorFilter filter)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:970
↓ 3 callers
Method
endAnimation
Called internally to end an animation by removing it from the animations list. Must be called on the UI thread.
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:1025
↓ 3 callers
Method
find
Returns the index of the next character in {@code chars}, or the end of the string.
app/src/main/java/io/codetail/utils/HttpCookie.java:410
↓ 3 callers
Method
getAnimatedValue
Internal function, called by ValueAnimator and ObjectAnimator, to retrieve the value most recently calculated in calculateValue(). @return
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:721
↓ 3 callers
Method
getBottomTextLeftOffset
()
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:879
↓ 3 callers
Method
getBottomTextLeftOffset
()
uicomponents/src/main/java/codetail/text/MaterialEditText.java:879
↓ 3 callers
Method
getCreatedNs
()
jobManager/src/main/java/io/codetail/work/JobHolder.java:91
↓ 3 callers
Method
getDelayInMs
used by {@link JobManager} to assign proper delay at the time job is added. This field is not preserved! @return delay in ms
jobManager/src/main/java/io/codetail/work/Job.java:35
↓ 3 callers
Method
getGroupName
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:1118
↓ 3 callers
Method
getInfo
()
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:498
↓ 3 callers
Method
getInterpolation
(float input)
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:687
↓ 3 callers
Method
getItemId
(int position)
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:209
↓ 3 callers
Method
getItemInfo
(int position)
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:406
↓ 3 callers
Method
getLayoutDirection
(Drawable drawable)
vectordrawable/src/main/java/com/telly/mrvector/Utils.java:76
↓ 3 callers
Method
getNextJob
should return the next job which is available to be run. @param wait @param waitUnit @return next job to execute or null if no jobs are available
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:163
↓ 3 callers
Method
getObject
()
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:646
↓ 3 callers
Method
getOwner
()
app/src/main/java/io/codetail/client/models/Video.java:88
↓ 3 callers
Method
getPosition
()
app/src/main/java/io/codetail/client/mover/Mover.java:30
↓ 3 callers
Method
getQuery
()
app/src/main/java/io/codetail/client/mover/Mover.java:135
↓ 3 callers
Method
getSafe
()
jobManager/src/main/java/io/codetail/work/CopyOnWriteGroupSet.java:19
↓ 3 callers
Method
getSource
()
app/src/main/java/io/codetail/fragments/BaseWatchMeFragment.java:39
↓ 3 callers
Method
getSources
()
app/src/main/java/io/codetail/WatchMeApplication.java:49
↓ 3 callers
Method
getStartingStartTrim
()
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:571
↓ 3 callers
Method
getThemeColorStateList
@param context Current Activity or Application context @param attr attribute @return theme color
uicomponents/src/main/java/codetail/utils/ThemeUtils.java:37
↓ 3 callers
Method
getThumbnail
()
app/src/main/java/io/codetail/client/models/Video.java:64
↓ 3 callers
Method
getType
Gets the type of keyframe. This information is used by ValueAnimator to determine the type of {@link TypeEvaluator} to use when calculating values bet
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:231
↓ 3 callers
Method
getUsername
()
app/src/main/java/io/codetail/client/models/Channel.java:30
↓ 3 callers
Method
getViewsCount
()
app/src/main/java/io/codetail/client/models/Video.java:80
↓ 3 callers
Method
getWatchMeAdapter
()
app/src/main/java/io/codetail/fragments/WatchMeRecycleFragment.java:124
↓ 3 callers
Method
hasCharatersCounter
()
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:891
↓ 3 callers
Method
hasSameTargetAndProperties
(Animator anim)
uicomponents/src/main/java/com/nineoldandroids/animation/ObjectAnimator.java:391
↓ 3 callers
Method
hashCode
()
app/src/main/java/io/codetail/client/models/Video.java:178
↓ 3 callers
Method
inflate
Inflates a <vector> drawable, using framework implementation when available @param resources Resources to use for inflation @param resId <vector> draw
vectordrawable/src/main/java/com/telly/mrvector/MrVector.java:45
↓ 3 callers
Method
inflateCompatOnly
Inflates a <vector> drawable, using {@link com.telly.mrvector.VectorDrawable} implementation always. @param resources Resources to use for inflation @
vectordrawable/src/main/java/com/telly/mrvector/MrVector.java:64
↓ 3 callers
Method
initAnimation
This function is called immediately before processing the first animation frame of an animation. If there is a nonzero <code>startDelay</code>, the fu
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:490
↓ 3 callers
Method
insert
Inserts the given JobHolder, assigns it a unique id and returns the id back Is called when a job is added @param jobHolder @return
jobManager/src/main/java/io/codetail/work/JobQueue.java:18
↓ 3 callers
Method
isCharactersCountValid
()
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:887
↓ 3 callers
Method
isFinishing
()
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:558
↓ 3 callers
Method
isStateful
()
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:582
↓ 3 callers
Method
isToolbarVisible
()
app/src/main/java/io/codetail/utils/ScrollManager.java:164
↓ 3 callers
Method
isValid
if the main text matches the regex @deprecated use the new validator interface to add your own custom validator
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:649
↓ 3 callers
Method
isValid
if the main text matches the regex @deprecated use the new validator interface to add your own custom validator
uicomponents/src/main/java/codetail/text/MaterialEditText.java:649
↓ 3 callers
Method
jumpToCurrentState
()
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:109
↓ 3 callers
Method
nextJobAndIncRunCount
Returns the next available job in the data set It should also assign the sessionId as the RunningSessionId and persist that data if necessary. It shou
jobManager/src/main/java/io/codetail/work/JobQueue.java:60
↓ 3 callers
Method
ofFloat
Constructs and returns a PropertyValuesHolder with a given property name and set of float values. @param propertyName The name of the property being a
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:175
↓ 3 callers
Method
ofInt
Constructs and returns a PropertyValuesHolder with a given property name and set of int values. @param propertyName The name of the property being ani
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:153
↓ 3 callers
Method
ofObject
Constructs and returns a PropertyValuesHolder with a given property name and set of Object values. This variant also takes a TypeEvaluator because the
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:202
↓ 3 callers
Method
onStart
()
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:34
↓ 3 callers
Method
onStop
()
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:32
↓ 3 callers
Method
openFragment
Replace current fragment with new one, plus adds it to back stack, then commit @param manager Fragment manager @param fragment fragment to open @para
app/src/main/java/io/codetail/sources/MoverSource.java:214
↓ 3 callers
Method
openVideo
(String quality, String id)
app/src/main/java/io/codetail/fragments/mover/MoverRecycleFragment.java:78
↓ 3 callers
Method
poll
(Collection<String> excludeGroupIds)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/JobSet.java:13
↓ 3 callers
Method
postEvent
(Bus bus)
app/src/main/java/io/codetail/client/Page.java:14
← previous
next →
201–300 of 2,149, ranked by callers