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
getPivotX
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:23
↓ 2 callers
Method
getPivotY
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:35
↓ 2 callers
Method
getPixelSize
@param id Dimen item id @return dimension pixel size of resource
uicomponents/src/main/java/codetail/utils/ResourceUtils.java:135
↓ 2 callers
Method
getQueueFactory
()
jobManager/src/main/java/io/codetail/work/config/Configuration.java:43
↓ 2 callers
Method
getRecycleView
()
app/src/main/java/io/codetail/fragments/WatchMeRecycleFragment.java:132
↓ 2 callers
Method
getRipplePaint
()
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:552
↓ 2 callers
Method
getRunGroupId
Some jobs may require being run synchronously. For instance, if it is a job like sending a comment, we should never run them in parallel (unless they
jobManager/src/main/java/io/codetail/work/BaseJob.java:161
↓ 2 callers
Method
getSelectedSource
()
app/src/main/java/io/codetail/WatchMeApplication.java:53
↓ 2 callers
Method
getSource
@return Currently used source
app/src/main/java/io/codetail/WatchMeActivity.java:57
↓ 2 callers
Method
getSource
(String accountType)
app/src/main/java/io/codetail/client/auth/BasicAccountAuthenticator.java:181
↓ 2 callers
Method
getSourceId
Source id name example: example.com id will be com.example @return source id
app/src/main/java/io/codetail/sources/Source.java:68
↓ 2 callers
Method
getStartingEndTrim
()
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:575
↓ 2 callers
Method
getTarget
The target object whose property will be animated by this animation @return The object being animated
uicomponents/src/main/java/com/nineoldandroids/animation/ObjectAnimator.java:505
↓ 2 callers
Method
getThemeResourceId
@param theme Current theme @param attr attribute @return resourceId
uicomponents/src/main/java/codetail/utils/ThemeUtils.java:48
↓ 2 callers
Method
getTime
()
app/src/main/java/io/codetail/client/models/Comment.java:29
↓ 2 callers
Method
getValue
This method gets the value of the named property from the View object. @param propertyConstant The property whose value should be returned @return fl
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:595
↓ 2 callers
Method
getValue
This method gets the value of the named property from the View object. @param propertyConstant The property whose value should be returned @return fl
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:591
↓ 2 callers
Method
getValue
Returns the value of this cookie.
app/src/main/java/io/codetail/utils/HttpCookie.java:554
↓ 2 callers
Method
getVideoId
@param text url to find video id @return founded id
app/src/main/java/io/codetail/client/mover/MoverParser.java:208
↓ 2 callers
Method
getViewCount
@param element base element @param info div.info @return founded in info element views count and transform it to integer type
app/src/main/java/io/codetail/client/mover/MoverParser.java:224
↓ 2 callers
Method
getVisibleItemsCount
Return size of current visible data @return size of current visible data
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:278
↓ 2 callers
Method
goToNextColor
Proceed to the next available ring color. This will automatically wrap back to the beginning of colors.
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:523
↓ 2 callers
Method
hasCharatersCounter
()
uicomponents/src/main/java/codetail/text/MaterialEditText.java:896
↓ 2 callers
Method
hasTranslucentRoot
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:701
↓ 2 callers
Method
hashCode
()
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:502
↓ 2 callers
Method
hashCode
()
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:263
↓ 2 callers
Method
hideFab
()
app/src/main/java/io/codetail/utils/ScrollManager.java:140
↓ 2 callers
Method
hideKeyboard
(View view)
uicomponents/src/main/java/codetail/utils/ViewUtils.java:104
↓ 2 callers
Method
home
()
app/src/main/java/io/codetail/client/mover/MoverService.java:16
↓ 2 callers
Method
inflate
(Resources r, AttributeSet attrs, Theme theme)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:1344
↓ 2 callers
Method
init
(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
uicomponents/src/main/java/codetail/widget/FrameLayoutCompat.java:83
↓ 2 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/ObjectAnimator.java:468
↓ 2 callers
Method
insertOrReplace
Does the same thing with insert but the only difference is that if job has an ID, it should replace the existing one should also reset running sessio
jobManager/src/main/java/io/codetail/work/JobQueue.java:28
↓ 2 callers
Method
insertOrReplace
should insert the given {@link JobHolder} to related {@link JobQueue}. if it already exists, should replace the existing one. @param jobHolder
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:149
↓ 2 callers
Method
isCancelled
()
app/src/main/java/io/codetail/client/BaseNetworkJob.java:50
↓ 2 callers
Method
isFabVisible
()
app/src/main/java/io/codetail/utils/ScrollManager.java:168
↓ 2 callers
Method
isProgressVisible
()
app/src/main/java/io/codetail/fragments/WatchMeRecycleFragment.java:120
↓ 2 callers
Method
isResponseSuccess
(Response response)
app/src/main/java/io/codetail/client/mover/MoverAuthenticator.java:108
↓ 2 callers
Method
isSearchExpanded
()
uicomponents/src/main/java/codetail/widget/SearchView.java:147
↓ 2 callers
Method
isStarted
()
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:365
↓ 2 callers
Method
isStarting
()
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:554
↓ 2 callers
Method
isVisible
Checks view is visible or not @param view to check @return true if {@link android.view.View#getVisibility()} equals to {@link android.view.View#
uicomponents/src/main/java/codetail/utils/ViewUtils.java:82
↓ 2 callers
Method
jump
Jump all animations to their end state. The caller is responsible for removing the ripple from the list of animating ripples.
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:303
↓ 2 callers
Method
last
(List<T> items)
app/src/main/java/io/codetail/client/mover/FetchAvailableVideoQualities.java:55
↓ 2 callers
Method
loadAnimator
Loads an {@link com.nineoldandroids.animation.Animator} object from a resource @param context Application context used to access resources @param id
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorInflater.java:94
↓ 2 callers
Method
lookup
(int id)
vectordrawable/src/main/java/android/content/res/MrResources.java:85
↓ 2 callers
Method
lookup
@hide
vectordrawable/src/main/java/com/telly/mrvector/MrVector.java:102
↓ 2 callers
Method
matchablePath
Returns a non-null path ending in "/".
app/src/main/java/io/codetail/utils/HttpCookie.java:156
↓ 2 callers
Method
mergeWith
(CountWithGroupIdsResult other)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/CountWithGroupIdsResult.java:23
↓ 2 callers
Method
nodesToPath
Convert an array of PathDataNode to Path. @param node The source array of PathDataNode. @param path The target Path object.
vectordrawable/src/main/java/com/telly/mrvector/PathParser.java:259
↓ 2 callers
Method
ofKeyframe
(Keyframe... keyframes)
uicomponents/src/main/java/com/nineoldandroids/animation/KeyframeSet.java:83
↓ 2 callers
Method
onAdded
(long jobId)
jobManager/src/main/java/io/codetail/work/AsyncAddCallback.java:10
↓ 2 callers
Method
onCancel
called when a job is cancelled.
jobManager/src/main/java/io/codetail/work/BaseJob.java:86
↓ 2 callers
Method
onHotspotBoundsChanged
Notifies all the animating ripples that the hotspot bounds have changed.
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:343
↓ 2 callers
Method
onItemClick
(Video video)
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:39
↓ 2 callers
Method
onItemLongClick
(Video video)
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:43
↓ 2 callers
Method
onTouchEvent
(RecyclerView recyclerView, MotionEvent event)
app/src/main/java/io/codetail/recycle/ClickItemTouchListener.java:45
↓ 2 callers
Method
parseRussianFormat
@param pattern of russian date @param object search @return parse russian date and transform it to java long format
app/src/main/java/io/codetail/client/mover/MoverParser.java:183
↓ 2 callers
Method
peekFromQueue
used to peek from one of the queues @param queueId @return
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/MergedQueue.java:50
↓ 2 callers
Method
readAttributeName
Returns the next attribute name, or null if the input has been exhausted. Returns wth the cursor on the delimiter that follows.
app/src/main/java/io/codetail/utils/HttpCookie.java:356
↓ 2 callers
Method
readAttributeValue
Reads an attribute value, by parsing either a quoted string or until the next character in {@code terminators}. The terminator character is not consum
app/src/main/java/io/codetail/utils/HttpCookie.java:382
↓ 2 callers
Method
readEqualsSign
Returns true if an equals sign was read and consumed.
app/src/main/java/io/codetail/utils/HttpCookie.java:368
↓ 2 callers
Method
register
(@DrawableRes int... resources)
vectordrawable/src/main/java/com/telly/mrvector/MrVector.java:69
↓ 2 callers
Method
remove
(JobHolder holder)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/NonPersistentJobSet.java:120
↓ 2 callers
Method
removeJob
should remove the job from the related {@link JobQueue} @param jobHolder
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:155
↓ 2 callers
Method
removeListener
Removes a listener from the set listening to this animation. @param listener the listener to be removed from the current set of listeners for this
uicomponents/src/main/java/codetail/animation/Animator.java:129
↓ 2 callers
Method
requiresNetwork
()
jobManager/src/main/java/io/codetail/work/JobHolder.java:71
↓ 2 callers
Method
resetOriginals
Reset the progress spinner to default rotation, start and end angles.
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:669
↓ 2 callers
Method
resetProgressiveStart
(int index)
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:484
↓ 2 callers
Method
resolveSizeAndState
Utility to reconcile a desired size and state, with constraints imposed by a MeasureSpec. Will take the desired size, unless a different size is impo
uicomponents/src/main/java/codetail/widget/FrameLayoutCompat.java:497
↓ 2 callers
Method
safeFirst
()
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/NonPersistentJobSet.java:31
↓ 2 callers
Method
set
(String query, boolean hasNetwork, Collection<String> excludeGroups)
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/QueryCache.java:27
↓ 2 callers
Method
setAlpha
(int alpha)
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:147
↓ 2 callers
Method
setCenter
(float cx, float cy)
uicomponents/src/main/java/codetail/animation/RevealAnimator.java:17
↓ 2 callers
Method
setColorFilter
(ColorFilter cf)
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:508
↓ 2 callers
Method
setColors
Set the colors the progress spinner alternates between. @param colors Array of integers describing the colors. Must be non-<code>null</code>.
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:505
↓ 2 callers
Method
setCurrentSweepAngle
(float currentSweepAngle)
uicomponents/src/main/java/codetail/widget/circular/CircularProgressDrawable.java:379
↓ 2 callers
Method
setDisplayName
(String displayName)
app/src/main/java/io/codetail/client/models/Channel.java:50
↓ 2 callers
Method
setEndRatio
(float ratio)
uicomponents/src/main/java/codetail/widget/circular/CircularProgressDrawable.java:384
↓ 2 callers
Method
setFloatValues
Set the animated values for this object to this set of floats. If there is only one value, it is assumed to be the end value of an animation, and an i
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:326
↓ 2 callers
Method
setFloatValues
(float... values)
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:930
↓ 2 callers
Method
setFloatValues
(float... values)
uicomponents/src/main/java/com/nineoldandroids/animation/ObjectAnimator.java:345
↓ 2 callers
Method
setFloatingLabelInternal
(int mode)
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:533
↓ 2 callers
Method
setFloatingLabelInternal
(int mode)
uicomponents/src/main/java/codetail/text/MaterialEditText.java:533
↓ 2 callers
Method
setId
(String id)
app/src/main/java/io/codetail/client/models/Video.java:44
↓ 2 callers
Method
setIntValues
Set the animated values for this object to this set of ints. If there is only one value, it is assumed to be the end value of an animation, and an ini
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:308
↓ 2 callers
Method
setIntValues
(int... values)
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:794
↓ 2 callers
Method
setIntValues
(int... values)
uicomponents/src/main/java/com/nineoldandroids/animation/ObjectAnimator.java:330
↓ 2 callers
Method
setInterpolator
The time interpolator used in calculating the elapsed fraction of this animation. The interpolator determines whether the animation runs with linear o
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:864
↓ 2 callers
Method
setLockForm
(boolean lockForm)
app/src/main/java/io/codetail/AuthenticationActivity.java:166
↓ 2 callers
Method
setObjectValues
(Object... values)
uicomponents/src/main/java/com/nineoldandroids/animation/ObjectAnimator.java:360
↓ 2 callers
Method
setPagesCount
(int pagesCount)
app/src/main/java/io/codetail/client/mover/Mover.java:173
↓ 2 callers
Method
setPicture
(String picture)
app/src/main/java/io/codetail/client/models/Channel.java:42
↓ 2 callers
Method
setPivotX
(View view, float pivotX)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:27
↓ 2 callers
Method
setPivotY
(View view, float pivotY)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:39
↓ 2 callers
Method
setProgressiveStartActivated
(boolean progressiveStartActivated)
uicomponents/src/main/java/codetail/widget/SmoothProgressBar.java:273
↓ 2 callers
Method
setProperty
Sets the property that will be animated. Property objects will take precedence over properties specified by the {@link #setPropertyName(String)} metho
uicomponents/src/main/java/com/nineoldandroids/animation/ObjectAnimator.java:117
↓ 2 callers
Method
setPropertyName
Sets the name of the property that will be animated. This name is used to derive a setter function that will be called to set animated values. For exa
uicomponents/src/main/java/com/nineoldandroids/animation/ObjectAnimator.java:95
↓ 2 callers
Method
setRootAlpha
(int alpha)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:852
↓ 2 callers
Method
setRotation
(float rotation)
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:220
← previous
next →
401–500 of 2,149, ranked by callers