MCPcopy Create free account

hub / github.com/Codetail/Mover / functions

Functions2,149 in github.com/Codetail/Mover

↓ 3 callersMethodremoveListener
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/com/nineoldandroids/animation/Animator.java:234
↓ 3 callersMethodremoveLongPressCallback
(View target)
uicomponents/src/main/java/codetail/graphics/drawables/TouchTracker.java:186
↓ 3 callersMethodremoveTapCallback
(View target)
uicomponents/src/main/java/codetail/graphics/drawables/TouchTracker.java:180
↓ 3 callersMethodrequiresNetwork
if job is set to require network, it will not be called unless {@link io.codetail.work.network.NetworkUtil} reports that there is a network connection
jobManager/src/main/java/io/codetail/work/BaseJob.java:150
↓ 3 callersMethodrotationX
This method will cause the View's <code>rotationX</code> property to be animated to the specified value. Animations already running on the property wi
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimator.java:217
↓ 3 callersMethodscheduleSelf
(Runnable what, long when)
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:543
↓ 3 callersMethodsetColorFilter
(ColorFilter cf)
uicomponents/src/main/java/codetail/graphics/drawables/MenuDrawable.java:101
↓ 3 callersMethodsetColorFilter
(ColorFilter colorFilter)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:309
↓ 3 callersMethodsetDuration
Sets the length of the animation. The default duration is 300 milliseconds. @param duration The length of the animation, in milliseconds. This value
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:510
↓ 3 callersMethodsetEndTrim
(float endTrim)
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:579
↓ 3 callersMethodsetEvaluator
The TypeEvaluator will the automatically determined based on the type of values supplied to PropertyValuesHolder. The evaluator can be manually set, h
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:658
↓ 3 callersMethodsetEvaluator
Sets the TypeEvaluator to be used when calculating animated values. This object is required only for KeyframeSets that are not either IntKeyframeSet o
uicomponents/src/main/java/com/nineoldandroids/animation/KeyframeSet.java:138
↓ 3 callersMethodsetFontFamily
(String name)
uicomponents/src/main/java/codetail/text/RobotoTextView.java:54
↓ 3 callersMethodsetHotspot
Specifies the hotspot's location within the drawable. @param x The X coordinate of the center of the hotspot @param y The Y coordinate of the center
uicomponents/src/main/java/codetail/graphics/drawables/HotspotDrawable.java:11
↓ 3 callersMethodsetId
(Long id)
jobManager/src/main/java/io/codetail/work/JobHolder.java:67
↓ 3 callersMethodsetInterpolator
Sets the optional interpolator for this Keyframe. A value of <code>null</code> indicates that there is no interpolation, which is the same as linear i
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:220
↓ 3 callersMethodsetListener
(Listener listener)
jobManager/src/main/java/io/codetail/work/network/NetworkEventProvider.java:9
↓ 3 callersMethodsetObjectValues
Set the animated values for this object to this set of Objects. If there is only one value, it is assumed to be the end value of an animation, and an
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:359
↓ 3 callersMethodsetQuery
(String query)
uicomponents/src/main/java/codetail/widget/SearchView.java:151
↓ 3 callersMethodsetRepeatCount
Sets how many times the animation should be repeated. If the repeat count is 0, the animation is never repeated. If the repeat count is greater than 0
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:780
↓ 3 callersMethodsetRepeatMode
Defines what this animation should do when it reaches the end. This setting is applied only when the repeat count is either greater than 0 or {@link #
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:800
↓ 3 callersMethodsetShowArrow
@param show Set to true to show the arrow head on the progress spinner.
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:632
↓ 3 callersMethodsetStrokeWidth
(float strokeWidth)
uicomponents/src/main/java/codetail/widget/ColorsShape.java:24
↓ 3 callersMethodsetUsername
(String username)
app/src/main/java/io/codetail/client/models/Channel.java:34
↓ 3 callersMethodsetViewsCount
(int viewsCount)
app/src/main/java/io/codetail/client/models/Video.java:84
↓ 3 callersMethodsetVisibility
(int visibility)
uicomponents/src/main/java/codetail/widget/FrameLayoutCompat.java:173
↓ 3 callersMethodsetupSetter
Utility function to get the setter from targetClass @param targetClass The Class on which the requested method should exist.
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:485
↓ 3 callersMethodstart
()
uicomponents/src/main/java/codetail/widget/circular/CircularProgressDrawable.java:306
↓ 3 callersMethodstart
Start the animation playing. This version of start() takes a boolean flag that indicates whether the animation should play in reverse. The flag is usu
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:917
↓ 3 callersMethodstoreOriginals
If the start / end trim are offset to begin with, store them so that animation starts from that offset.
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:660
↓ 3 callersMethodtryInvoke
(Object target, String methodName, Class<?>[] argTypes, Object... args)
vectordrawable/src/main/java/com/telly/mrvector/Utils.java:55
↓ 3 callersMethodupdateTintFilter
Ensures the tint filter is consistent with the current tint color and mode.
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:47
↓ 2 callersMethodaddNode
(ArrayList<PathDataNode> list, char cmd, float[] val)
vectordrawable/src/main/java/com/telly/mrvector/PathParser.java:142
↓ 2 callersMethodaddOnAddedLock
(ConcurrentHashMap<Long, CountDownLatch> lockMap, long id)
jobManager/src/main/java/io/codetail/work/JobManager.java:167
↓ 2 callersMethodanimationFrame
This internal function processes a single animation frame for a given animation. The currentTime parameter is the timing pulse sent by the handler, us
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:1100
↓ 2 callersMethodapplyAlpha
(int color, float alpha)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:457
↓ 2 callersMethodasString
(Response body)
app/src/main/java/io/codetail/client/mover/MoverAuthenticator.java:135
↓ 2 callersMethodbefore
Sets up the given animation to play when the animation supplied in the {@link com.nineoldandroids.animation.AnimatorSet#play(com.nineoldandroids.anima
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:1063
↓ 2 callersMethodbeginBinding
(int itemsCount)
app/src/main/java/io/codetail/widget/CardLinearLayout.java:63
↓ 2 callersMethodbindValues
(SQLiteStatement stmt, JobHolder jobHolder)
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/SqliteJobQueue.java:66
↓ 2 callersMethodbuild
()
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:634
↓ 2 callersMethodbuild
()
uicomponents/src/main/java/codetail/widget/circular/CircularProgressDrawable.java:473
↓ 2 callersMethodcacheKey
create a cache key for an exclude group set. exclude groups are guaranteed to be ordered so we rely on that @param hasNetwork @param excludeGroups @re
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/QueryCache.java:39
↓ 2 callersMethodcanApplyTheme
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:367
↓ 2 callersMethodcanApplyTheme
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:1157
↓ 2 callersMethodcanApplyTheme
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:1304
↓ 2 callersMethodcancelExitingRipples
()
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:132
↓ 2 callersMethodcatchedByOriginalSource
(Intent intent)
app/src/main/java/io/codetail/LauncherActivity.java:125
↓ 2 callersMethodcheckAngle
(int angle)
uicomponents/src/main/java/codetail/widget/circular/CircularProgressBarUtils.java:18
↓ 2 callersMethodcheckForLongClick
(View target, int delayOffset)
uicomponents/src/main/java/codetail/graphics/drawables/TouchTracker.java:146
↓ 2 callersMethodcheckIndeterminateDrawable
()
uicomponents/src/main/java/codetail/widget/circular/CircularProgressBar.java:68
↓ 2 callersMethodcheckPositiveOrZero
(float number, String name)
uicomponents/src/main/java/codetail/widget/SmoothProgressBarUtils.java:34
↓ 2 callersMethodcheckSpeed
(float speed)
uicomponents/src/main/java/codetail/widget/circular/CircularProgressBarUtils.java:8
↓ 2 callersMethodclearOnAddedLock
(ConcurrentHashMap<Long, CountDownLatch> lockMap, long id)
jobManager/src/main/java/io/codetail/work/JobManager.java:185
↓ 2 callersMethodclone
()
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:591
↓ 2 callersMethodcollapse
()
uicomponents/src/main/java/codetail/widget/SearchView.java:171
↓ 2 callersMethodcompare
(JobHolder jobHolder, JobHolder jobHolder2)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/TimeAwareComparator.java:18
↓ 2 callersMethodcompareLong
(long l1, long l2)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/NonPersistentPriorityQueue.java:141
↓ 2 callersMethodcomputeRect
(final RectF r, View view)
uicomponents/src/main/java/com/nineoldandroids/view/animation/AnimatorProxy.java:252
↓ 2 callersMethodcount
()
jobManager/src/main/java/io/codetail/work/cachedQueue/CachedJobQueue.java:41
↓ 2 callersMethodcountReadyJobs
counts the # of jobs that can run now. if there are more jobs from the same group, they are count as 1 since they cannot be run in parallel exclude gr
jobManager/src/main/java/io/codetail/work/JobQueue.java:49
↓ 2 callersMethodcountRemainingReadyJobs
@return the number of Jobs that are ready to be run
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:168
↓ 2 callersMethodcreateCachedBitmapIfNeeded
(Rect bounds)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:728
↓ 2 callersMethodcreateFromParcel
(Parcel source)
app/src/main/java/io/codetail/client/models/Video.java:248
↓ 2 callersMethodcreateJobHolderFromCursor
(Cursor cursor)
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/SqliteJobQueue.java:291
↓ 2 callersMethodcreateQueue
called when we want to create the subsequent queues @param initialCapacity @param comparator @return
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/MergedQueue.java:186
↓ 2 callersMethodcreateReadyJobWhereSql
(boolean hasNetwork, Collection<String> excludeGroups, boolean groupByRunningGroup)
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/SqliteJobQueue.java:217
↓ 2 callersMethoddeepCopyNodes
@param source The array of PathDataNode to be duplicated. @return a deep copy of the <code>source</code>.
vectordrawable/src/main/java/com/telly/mrvector/PathParser.java:79
↓ 2 callersMethoddelete
(Long id)
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/SqliteJobQueue.java:117
↓ 2 callersMethoddoINeedANewThread
(boolean inConsumerThread, boolean addIfNeeded)
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:53
↓ 2 callersMethoddrawCachedBitmapWithRootAlpha
(Canvas canvas, ColorFilter filter)
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:695
↓ 2 callersMethoddrawMaskingLayer
(Canvas canvas, Rect bounds, PorterDuffXfermode mode)
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:543
↓ 2 callersMethodensureConsumerWhenNeeded
checks next available job and returns when it will be available (if it will, otherwise returns {@link Long#MAX_VALUE}) also creates a timer to notify
jobManager/src/main/java/io/codetail/work/JobManager.java:199
↓ 2 callersMethodenter
Starts the enter animation.
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:240
↓ 2 callersMethodexit
Starts the exit animation.
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:279
↓ 2 callersMethodfindView
(@NonNull Fragment destination, @IdRes int res)
uicomponents/src/main/java/codetail/utils/ViewUtils.java:36
↓ 2 callersMethodforceBack
()
app/src/main/java/io/codetail/WatchMeActivity.java:62
↓ 2 callersMethodfrom
(RecyclerView recyclerView)
app/src/main/java/io/codetail/recycle/ItemClickSupport.java:107
↓ 2 callersMethodgenerateCacheKey
(int color, PorterDuff.Mode mode)
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:160
↓ 2 callersMethodgenerateDrawableWithColors
(int[] colors, float strokeWidth)
uicomponents/src/main/java/codetail/widget/SmoothProgressBarUtils.java:13
↓ 2 callersMethodgetAuthToken
(AccountManager manager, Account account)
app/src/main/java/io/codetail/client/auth/Authenticator.java:15
↓ 2 callersMethodgetAuthenticator
TODO @return authenticator
app/src/main/java/io/codetail/sources/Source.java:44
↓ 2 callersMethodgetBaseColor
(int color)
uicomponents/src/main/java/codetail/utils/ColorUtils.java:15
↓ 2 callersMethodgetBottomTextRightOffset
()
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:883
↓ 2 callersMethodgetBottomTextRightOffset
()
uicomponents/src/main/java/codetail/text/MaterialEditText.java:883
↓ 2 callersMethodgetCurrentPlayTime
Gets the current position of the animation in time, which is equal to the current time minus the time that the animation started. An animation that is
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:556
↓ 2 callersMethodgetCustomLogger
()
jobManager/src/main/java/io/codetail/work/config/Configuration.java:67
↓ 2 callersMethodgetEndTrim
()
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:585
↓ 2 callersMethodgetGroupId
()
jobManager/src/main/java/io/codetail/work/JobHolder.java:119
↓ 2 callersMethodgetIntrinsicHeight
()
uicomponents/src/main/java/codetail/graphics/drawables/MenuDrawable.java:116
↓ 2 callersMethodgetIntrinsicWidth
()
uicomponents/src/main/java/codetail/graphics/drawables/MenuDrawable.java:111
↓ 2 callersMethodgetItemInfo
(int position)
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:241
↓ 2 callersMethodgetJobManager
()
app/src/main/java/io/codetail/Constants.java:35
↓ 2 callersMethodgetJobManager
()
app/src/main/java/io/codetail/fragments/mover/MoverRecycleFragment.java:84
↓ 2 callersMethodgetLastNavigationPage
(Document document)
app/src/main/java/io/codetail/client/mover/MoverParser.java:100
↓ 2 callersMethodgetNavigationIcon
()
uicomponents/src/main/java/codetail/widget/Toolbar.java:178
↓ 2 callersMethodgetOkClient
()
app/src/main/java/io/codetail/Constants.java:47
↓ 2 callersMethodgetOkHttpClient
()
app/src/main/java/io/codetail/Constants.java:39
↓ 2 callersMethodgetPageNumber
()
app/src/main/java/io/codetail/client/mover/Mover.java:79
↓ 2 callersMethodgetPageNumber
Parse string to find integers @param value Destination of integers @return parsed integers in given argument
app/src/main/java/io/codetail/sources/MoverSource.java:261
← previousnext →301–400 of 2,149, ranked by callers