MCPcopy Create free account

hub / github.com/Codetail/Mover / functions

Functions2,149 in github.com/Codetail/Mover

↓ 7 callersMethodgetPath
Returns the {@code Path} attribute. This cookie is visible to all subpaths.
app/src/main/java/io/codetail/utils/HttpCookie.java:530
↓ 7 callersMethodgetPixel
(int dp)
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:388
↓ 7 callersMethodgetPixel
(int dp)
uicomponents/src/main/java/codetail/text/MaterialEditText.java:388
↓ 7 callersMethodgetPriority
used by {@link JobManager} to assign proper priority at the time job is added. This field is not preserved! @return priority (higher = better)
jobManager/src/main/java/io/codetail/work/Job.java:26
↓ 7 callersMethodgetRootAlpha
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:856
↓ 7 callersMethodisCharactersCountValid
()
uicomponents/src/main/java/codetail/text/MaterialEditText.java:887
↓ 7 callersMethodisPersistent
()
jobManager/src/main/java/io/codetail/work/Params.java:108
↓ 7 callersMethodsetBackground
Sets background, independence of API Level @param view target @param drawable background
uicomponents/src/main/java/codetail/utils/ViewUtils.java:22
↓ 7 callersMethodsetColor
(ColorStateList color)
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:587
↓ 7 callersMethodsetRotationX
(View view, float rotationX)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:63
↓ 6 callersMethodaddListener
Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end. @param listener the li
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:221
↓ 6 callersMethodaddUpdateListener
Adds a listener to the set of listeners that are sent update events through the life of an animation. This method is called on all listeners for every
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:820
↓ 6 callersMethodaddView
(View view)
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:324
↓ 6 callersMethodbuild
()
jobManager/src/main/java/io/codetail/work/config/Configuration.java:192
↓ 6 callersMethodclone
()
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:299
↓ 6 callersMethodcontains
Returns does section contains given position @param position position of item @return does section contains given position
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:420
↓ 6 callersMethodd
(String text, Object... args)
jobManager/src/main/java/io/codetail/work/log/CustomLogger.java:13
↓ 6 callersMethodgetAnimatedFraction
Returns the current animation fraction, which is the elapsed/interpolated fraction used in the most recent frame update on the animation. @return Ela
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:1153
↓ 6 callersMethodgetEventBus
()
app/src/main/java/io/codetail/client/BaseNetworkJob.java:72
↓ 6 callersMethodgetTranslationY
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:143
↓ 6 callersMethodgetVideos
()
app/src/main/java/io/codetail/client/mover/Mover.java:185
↓ 6 callersMethodgetWatchMeActivity
()
app/src/main/java/io/codetail/fragments/BaseWatchMeFragment.java:59
↓ 6 callersMethodinitPadding
()
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:392
↓ 6 callersMethodinitPadding
()
uicomponents/src/main/java/codetail/text/MaterialEditText.java:392
↓ 6 callersMethodisDebugEnabled
()
jobManager/src/main/java/io/codetail/work/log/JqLog.java:8
↓ 6 callersMethodmakeFor
(View target, @ColorRes int color)
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:639
↓ 6 callersMethodonAnimationCancel
<p>Notifies the cancellation of the animation. This callback is not invoked for animations with repeat count set to INFINITE.</p> @param animation Th
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:404
↓ 6 callersMethodonAnimationStart
<p>Notifies the start of the animation.</p> @param animation The started animation.
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:388
↓ 6 callersMethodplay
This method creates a <code>Builder</code> object, which is used to set up playing constraints. This initial <code>play()</code> method tells the <cod
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:267
↓ 6 callersMethodsetFloatValues
Sets float values that will be animated between. A single value implies that that value is the one being animated to. However, this is not typically u
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:401
↓ 6 callersMethodsetSelected
Checks new selected item, and restore default state of previously selected @param position position of item
app/src/main/java/io/codetail/fragments/NavigationFragment.java:127
↓ 6 callersMethodsetValue
Sets the value for this Keyframe. @param value value for this Keyframe.
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:182
↓ 6 callersMethodsetVisibility
Make view visible or invisible
uicomponents/src/main/java/codetail/utils/ViewUtils.java:63
↓ 6 callersMethodsetVisible
(boolean visible, boolean restart)
uicomponents/src/main/java/codetail/graphics/drawables/RippleDrawable.java:225
↓ 6 callersMethodshow
(final View target)
app/src/main/java/io/codetail/utils/ScrollManager.java:180
↓ 6 callersMethodstartAnimation
Called internally to start an animation by adding it to the active animations list. Must be called on the UI thread.
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:1046
↓ 6 callersMethodupdateTintFilter
Ensures the tint filter is consistent with the current tint color and mode.
vectordrawable/src/main/java/com/telly/mrvector/Utils.java:109
↓ 5 callersMethodcancel
Cancels the animation. Unlike {@link #end()}, <code>cancel()</code> causes the animation to stop in its tracks, sending an {@link com.nineoldandroids.
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:70
↓ 5 callersMethodcancelJobInBackground
Non-blocking convenience method to cancel a job in background thread. @see #cancelJob(long, boolean) @param id the ID, returned by the addJob method
jobManager/src/main/java/io/codetail/work/JobManager.java:622
↓ 5 callersMethodclone
()
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:1184
↓ 5 callersMethoddecideQueue
decides which queue should the job holder go if first queue, should return 0 if second queue, should return 1 is only called when an item is inserted.
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/MergedQueue.java:178
↓ 5 callersMethoddrawLine
(Canvas canvas, int canvasWidth, float startX, float startY, float stopX, float stopY, int currentIndexColor)
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:359
↓ 5 callersMethodfindJobById
returns the job with the given id if it exists in the queue @param id id of the job, returned by insert method @return JobHolder with the given id or
jobManager/src/main/java/io/codetail/work/JobQueue.java:80
↓ 5 callersMethodgetEventBus
()
app/src/main/java/io/codetail/Constants.java:43
↓ 5 callersMethodgetId
()
jobManager/src/main/java/io/codetail/work/JobHolder.java:63
↓ 5 callersMethodgetInterpolator
Gets 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:210
↓ 5 callersMethodgetRunCount
()
jobManager/src/main/java/io/codetail/work/JobHolder.java:83
↓ 5 callersMethodgetSearchView
()
uicomponents/src/main/java/codetail/widget/Toolbar.java:125
↓ 5 callersMethodgetTitle
()
app/src/main/java/io/codetail/client/models/Video.java:48
↓ 5 callersMethodgetToolbar
@return current present of toolbar
app/src/main/java/io/codetail/WatchMeActivity.java:52
↓ 5 callersMethodlerp
(float start, float stop, float amount)
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:212
↓ 5 callersMethodnotifyJobConsumer
()
jobManager/src/main/java/io/codetail/work/JobManager.java:240
↓ 5 callersMethodsetColorIndex
@param index Index into the color array of the color to display in the progress spinner.
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:515
↓ 5 callersMethodsetHintTextColor
(int color)
uicomponents/src/main/java/codetail/widget/SearchView.java:135
↓ 5 callersMethodsetStartTrim
(float startTrim)
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:560
↓ 5 callersMethodsetState
(int[] stateSet)
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:91
↓ 5 callersMethodsetTint
(Drawable drawable, int color)
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:35
↓ 5 callersMethodwriteToParcel
(Parcel dest, int flags)
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:437
↓ 4 callersMethodaddDependency
Add a dependency to this Node. The dependency includes information about the node that this node is dependency upon and the nature of the dependency.
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:932
↓ 4 callersMethodalpha
This method will cause the View's <code>alpha</code> property to be animated to the specified value. Animations already running on the property will b
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimator.java:337
↓ 4 callersMethodapplyForegroundTint
()
uicomponents/src/main/java/codetail/widget/FrameLayoutCompat.java:342
↓ 4 callersMethoddrawArc
(Path p, float x0, float y0,
vectordrawable/src/main/java/com/telly/mrvector/PathParser.java:508
↓ 4 callersMethodequals
(Object o)
app/src/main/java/io/codetail/client/mover/MoverParser.java:235
↓ 4 callersMethodfindVideos
Parses HTMLElement to {@link java.util.ArrayList} of {@link io.codetail.client.models.Video} @param element HTMLElement object, reduced circle of ele
app/src/main/java/io/codetail/client/mover/MoverParser.java:44
↓ 4 callersMethodgetAlpha
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:11
↓ 4 callersMethodgetBounds
Returns the maximum bounds of the ripple relative to the ripple center.
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:219
↓ 4 callersMethodgetChangingConfigurations
(TypedArray a)
vectordrawable/src/main/java/com/telly/mrvector/Utils.java:126
↓ 4 callersMethodgetErrorMessage
()
uicomponents/src/main/java/codetail/text/validation/METValidator.java:22
↓ 4 callersMethodgetId
()
app/src/main/java/io/codetail/client/models/Video.java:40
↓ 4 callersMethodgetItem
@param position The position of item data to return @return item data at given position
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:237
↓ 4 callersMethodgetItemViewType
{@inheritDoc}
app/src/main/java/io/codetail/adapters/WatchMeAdapterNew.java:262
↓ 4 callersMethodgetLabelAnimator
()
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:751
↓ 4 callersMethodgetLabelAnimator
()
uicomponents/src/main/java/codetail/text/MaterialEditText.java:751
↓ 4 callersMethodgetLabelFocusAnimator
()
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:758
↓ 4 callersMethodgetLabelFocusAnimator
()
uicomponents/src/main/java/codetail/text/MaterialEditText.java:758
↓ 4 callersMethodgetListeners
Gets the set of {@link android.animation.Animator.AnimatorListener} objects that are currently listening for events on this <code>Animator</code> obje
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:250
↓ 4 callersMethodgetMeasuredHeightWithMargins
(View target)
app/src/main/java/io/codetail/widget/CardLayout.java:103
↓ 4 callersMethodgetNextJobDelayUntilNs
returns when the next job should run (in nanoseconds), should return null if there are no jobs to run. @param hasNetwork if true, should return nanose
jobManager/src/main/java/io/codetail/work/JobQueue.java:68
↓ 4 callersMethodgetPaddingBottomWithForeground
()
uicomponents/src/main/java/codetail/widget/FrameLayoutCompat.java:372
↓ 4 callersMethodgetPaddingLeftWithForeground
()
uicomponents/src/main/java/codetail/widget/FrameLayoutCompat.java:357
↓ 4 callersMethodgetPaddingRightWithForeground
()
uicomponents/src/main/java/codetail/widget/FrameLayoutCompat.java:362
↓ 4 callersMethodgetPaddingTopWithForeground
()
uicomponents/src/main/java/codetail/widget/FrameLayoutCompat.java:367
↓ 4 callersMethodgetPagesCount
if {@link #hasPagination()} use this method to get pages count @return pagination pages count
app/src/main/java/io/codetail/client/Page.java:30
↓ 4 callersMethodgetPathName
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:1300
↓ 4 callersMethodgetRotation
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:47
↓ 4 callersMethodgetRotationX
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:59
↓ 4 callersMethodgetRotationY
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:71
↓ 4 callersMethodgetScaleX
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:83
↓ 4 callersMethodgetScaleY
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:95
↓ 4 callersMethodgetScrollManager
()
app/src/main/java/io/codetail/fragments/WatchMeRecycleFragment.java:128
↓ 4 callersMethodgetScrollY
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:119
↓ 4 callersMethodgetStartingRotation
@return The amount the progress spinner is currently rotated, between [0..1].
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:652
↓ 4 callersMethodgetTranslationX
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:131
↓ 4 callersMethodgroupBy
Sets the group id. Jobs in the same group are guaranteed to execute sequentially. @param groupId which group this job belongs (can be null of course)
jobManager/src/main/java/io/codetail/work/Params.java:36
↓ 4 callersMethodhasNetwork
()
jobManager/src/main/java/io/codetail/work/JobManager.java:258
↓ 4 callersMethodinitMinBottomLines
calculate {@link #minBottomLines}
uicomponents/src/main/java/codetail/text/MaterialAutoCompleteTextView.java:403
↓ 4 callersMethodinitMinBottomLines
calculate {@link #minBottomLines}
uicomponents/src/main/java/codetail/text/MaterialEditText.java:403
↓ 4 callersMethodinvalidateAll
()
jobManager/src/main/java/io/codetail/work/cachedQueue/CachedJobQueue.java:105
↓ 4 callersMethodisFullyQualifiedDomainName
Returns true if {@code s.substring(firstCharacter)} contains a dot between its first and last characters, exclusive. This considers both {@code androi
app/src/main/java/io/codetail/utils/HttpCookie.java:175
↓ 4 callersMethodisRunning
()
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:549
← previousnext →101–200 of 2,149, ranked by callers