MCPcopy Create free account

hub / github.com/Codetail/Mover / functions

Functions2,149 in github.com/Codetail/Mover

↓ 132 callersMethodsize
()
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/JobSet.java:18
↓ 112 callersMethodget
(View object)
uicomponents/src/main/java/com/nineoldandroids/animation/PreHoneycombCompat.java:17
↓ 103 callersMethodget
Returns the current value that this property represents on the given <code>object</code>.
uicomponents/src/main/java/com/nineoldandroids/util/Property.java:91
↓ 57 callersMethodwrap
Create a proxy to allow for modifying post-3.0 view properties on all pre-3.0 platforms. <strong>DO NOT</strong> wrap your views if you are using {@co
uicomponents/src/main/java/com/nineoldandroids/view/animation/AnimatorProxy.java:34
↓ 53 callersMethodappend
(int[] array, int currentSize, int element)
vectordrawable/src/main/java/android/support/v4/util/IntSet.java:107
↓ 46 callersMethodgetString
(int resId, Object... args)
uicomponents/src/main/java/codetail/utils/ResourceUtils.java:63
↓ 45 callersMethodput
(int color, PorterDuff.Mode mode, PorterDuffColorFilter filter)
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:156
↓ 43 callersMethodadd
(int element)
vectordrawable/src/main/java/android/support/v4/util/IntSet.java:77
↓ 39 callersMethodinvalidateSelf
()
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:410
↓ 35 callersMethodgetResources
()
uicomponents/src/main/java/codetail/utils/ResourceUtils.java:59
↓ 34 callersMethodgetScrollX
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:107
↓ 31 callersMethodclear
clear all jobs in the queue. should probably be called when user logs out.
jobManager/src/main/java/io/codetail/work/JobQueue.java:73
↓ 28 callersMethodremove
Removes the job from the data store. Is called after a job is completed (or cancelled) @param jobHolder
jobManager/src/main/java/io/codetail/work/JobQueue.java:35
↓ 28 callersMethodsetColor
(int color)
uicomponents/src/main/java/codetail/widget/FloatingActionButton.java:135
↓ 26 callersMethodgetColor
@param id Color resource id @return found color in hex
uicomponents/src/main/java/codetail/utils/ResourceUtils.java:108
↓ 26 callersMethodgetFraction
Gets the time for this keyframe, as a fraction of the overall animation duration. @return The time associated with this keyframe, as a fraction of th
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:190
↓ 24 callersMethodadd
(int page, CharSequence title, List<Video> videos)
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:221
↓ 22 callersMethodequals
(Object o)
app/src/main/java/io/codetail/client/models/Video.java:166
↓ 21 callersMethodhasValue
Indicates whether this keyframe has a valid value. This method is called internally when an {@link ObjectAnimator} first starts; keyframes without val
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:166
↓ 20 callersMethode
(Throwable t, String text, Object... args)
jobManager/src/main/java/io/codetail/work/log/CustomLogger.java:14
↓ 20 callersMethodgetGroupId
()
jobManager/src/main/java/io/codetail/work/Params.java:104
↓ 20 callersMethodofFloat
Constructs and returns an ObjectAnimator that animates between float values. A single value implies that that value is the one being animated to. Two
uicomponents/src/main/java/com/nineoldandroids/animation/ObjectAnimator.java:232
↓ 19 callersMethodcheckIndeterminateDrawable
()
uicomponents/src/main/java/codetail/widget/SmoothProgressBar.java:214
↓ 19 callersMethodgetInterpolation
(float input)
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:425
↓ 19 callersMethodsetInterpolator
(Interpolator interpolator)
uicomponents/src/main/java/codetail/animation/Animator.java:31
↓ 19 callersMethodtoString
()
app/src/main/java/io/codetail/client/models/Video.java:148
↓ 17 callersMethoddp2px
Convert to pixel size of given dimen in current density @param context Context to get display metrics @param dp dimen size @return pixel size of give
uicomponents/src/main/java/codetail/utils/ResourceUtils.java:53
↓ 16 callersMethodequals
Returns true if {@code object} is a cookie with the same domain, name and path. Domain and name use case-insensitive comparison; path uses a case-sens
app/src/main/java/io/codetail/utils/HttpCookie.java:678
↓ 16 callersMethodfindById
(long id)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/JobSet.java:14
↓ 16 callersMethodgetDelayUntilNs
()
jobManager/src/main/java/io/codetail/work/JobHolder.java:107
↓ 16 callersMethodinvalidate
(Rect bounds)
uicomponents/src/main/java/codetail/animation/RevealAnimator.java:25
↓ 16 callersMethodremove
(JobHolder holder)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/JobSet.java:16
↓ 16 callersMethodset
Sets the value on <code>object</code> which this property represents. If the method is unable to set the value on the target object it will throw an {
uicomponents/src/main/java/com/nineoldandroids/util/Property.java:84
↓ 15 callersMethodevaluate
This function returns the result of linearly interpolating the start and end values, with <code>fraction</code> representing the proportion between th
uicomponents/src/main/java/com/nineoldandroids/animation/TypeEvaluator.java:42
↓ 14 callersMethodgetId
()
jobManager/src/main/java/io/codetail/work/config/Configuration.java:39
↓ 13 callersMethodcancel
Cancels all animations. The caller is responsible for removing the ripple from the list of animating ripples.
uicomponents/src/main/java/codetail/graphics/drawables/Ripple.java:375
↓ 13 callersMethoddrawBackground
(Canvas canvas, float fromX, float toX)
uicomponents/src/main/java/codetail/widget/SmoothProgressDrawable.java:446
↓ 13 callersMethodinject
(BaseJob job)
jobManager/src/main/java/io/codetail/work/di/DependencyInjector.java:12
↓ 13 callersMethodsetAutoCancel
autoCancel controls whether an ObjectAnimator will be canceled automatically when any other ObjectAnimator with the same target and properties is star
uicomponents/src/main/java/com/nineoldandroids/animation/ObjectAnimator.java:387
↓ 12 callersMethodaddJob
Adds a new Job to the list and returns an ID for it. @param job to add @return id for the job.
jobManager/src/main/java/io/codetail/work/JobManager.java:146
↓ 12 callersMethodcontains
(int element)
vectordrawable/src/main/java/android/support/v4/util/IntSet.java:100
↓ 12 callersMethode
(Throwable t, String text, Object... args)
jobManager/src/main/java/io/codetail/work/log/JqLog.java:18
↓ 12 callersMethodgetName
Returns the name of this cookie.
app/src/main/java/io/codetail/utils/HttpCookie.java:522
↓ 12 callersMethodsetDuration
Sets the duration of the animation. @param duration The length of the animation, in milliseconds.
uicomponents/src/main/java/codetail/animation/Animator.java:46
↓ 12 callersMethodstart
()
uicomponents/src/main/java/com/nineoldandroids/animation/ObjectAnimator.java:410
↓ 11 callersMethodanimatePropertyBy
Utility function, called by the various xBy(), yBy(), etc. methods. This method is just like animateProperty(), except the value is an offset from the
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:489
↓ 11 callersMethodanimatePropertyBy
Utility function, called by the various xBy(), yBy(), etc. methods. This method is just like animateProperty(), except the value is an offset from the
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:482
↓ 11 callersMethodcountReadyJobs
(long now, Collection<String> excludeGroups)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/JobSet.java:19
↓ 11 callersMethodd
(String text, Object... args)
jobManager/src/main/java/io/codetail/work/log/JqLog.java:13
↓ 11 callersMethodfrom
(String source)
app/src/main/java/io/codetail/client/Page.java:12
↓ 11 callersMethodgetY
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:167
↓ 11 callersMethodinflate
(@LayoutRes int id)
app/src/main/java/io/codetail/adapters/WatchMeAdapter.java:319
↓ 11 callersMethodisRunning
@return if {@link JobManager} is currently running.
jobManager/src/main/java/io/codetail/work/executor/JobConsumerExecutor.java:142
↓ 11 callersMethodparse
(T base, String source)
app/src/main/java/io/codetail/client/IParser.java:7
↓ 11 callersMethodpeek
(Collection<String> excludeGroupIds)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/JobSet.java:12
↓ 11 callersMethodsetDuration
Sets the length of the animation. The default duration is 300 milliseconds. @param duration The length of the animation, in milliseconds. @return Obj
uicomponents/src/main/java/com/nineoldandroids/animation/ObjectAnimator.java:493
↓ 11 callersMethodsetTranslationY
(View view, float translationY)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:147
↓ 11 callersMethodsetValues
Sets the values, per property, being animated between. This function is called internally by the constructors of ValueAnimator that take a list of val
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:456
↓ 11 callersMethodstart
Starts this animation. If the animation has a nonzero startDelay, the animation will start running after that delay elapses. A non-delayed animation w
uicomponents/src/main/java/codetail/animation/Animator.java:212
↓ 10 callersMethodaddListener
(com.nineoldandroids.animation.Animator.AnimatorListener listener)
uicomponents/src/main/java/codetail/animation/Animator.java:56
↓ 10 callersMethodanimateProperty
Utility function, called by the various x(), y(), etc. methods. This stores the constant name for the property along with the from/delta values that w
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:475
↓ 10 callersMethodanimateProperty
Utility function, called by the various x(), y(), etc. methods. This stores the constant name for the property along with the from/delta values that w
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:468
↓ 10 callersMethodclear
()
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/JobSet.java:17
↓ 10 callersMethodremoveCallbacks
()
uicomponents/src/main/java/codetail/widget/ContentLoadingSmoothProgressBar.java:66
↓ 10 callersMethodsetError
(CharSequence errorText)
uicomponents/src/main/java/codetail/text/MaterialEditText.java:630
↓ 10 callersMethodsetPressed
(View target, boolean pressed, float x, float y)
uicomponents/src/main/java/codetail/graphics/drawables/TouchTracker.java:159
↓ 10 callersMethodtoString
()
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:725
↓ 9 callersMethodanimate
This method returns a ViewPropertyAnimator object, which can be used to animate specific properties on this View. @param view View to animate. @retur
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimator.java:59
↓ 9 callersMethodgetDrawable
@param id Drawable resource id @return found {@link android.graphics.drawable.Drawable}
uicomponents/src/main/java/codetail/utils/ResourceUtils.java:117
↓ 9 callersMethodgetInterpolator
Returns the timing interpolator that this animation uses. @return The timing interpolator for this animation.
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:188
↓ 9 callersMethodgetName
Returns the name for this property.
uicomponents/src/main/java/com/nineoldandroids/util/Property.java:96
↓ 9 callersMethodgetX
(View view)
uicomponents/src/main/java/com/nineoldandroids/view/ViewHelper.java:155
↓ 9 callersMethodinvalidateAfterUpdate
()
uicomponents/src/main/java/com/nineoldandroids/view/animation/AnimatorProxy.java:235
↓ 9 callersMethodinvalidateSelf
()
uicomponents/src/main/java/codetail/graphics/drawables/MaterialProgressDrawable.java:678
↓ 9 callersMethodonAnimationEnd
<p>Notifies the end of the animation. This callback is not invoked for animations with repeat count set to INFINITE.</p> @param animation The animati
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:396
↓ 9 callersMethodprepareForUpdate
()
uicomponents/src/main/java/com/nineoldandroids/view/animation/AnimatorProxy.java:229
↓ 9 callersMethodsetInterpolator
(Interpolator interpolator)
uicomponents/src/main/java/codetail/widget/SmoothProgressBar.java:221
↓ 9 callersMethodsetStartDelay
The amount of time, in milliseconds, to delay processing the animation after {@link #start()} is called. @param startDelay The amount of the delay, in
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:157
↓ 9 callersMethodsetVisibilityWithGoneFlag
@param target The target view @param visible false if need to set {@link android.view.View#GONE} flag
uicomponents/src/main/java/codetail/utils/ViewUtils.java:71
↓ 9 callersMethodtoString
()
uicomponents/src/main/java/com/nineoldandroids/animation/KeyframeSet.java:219
↓ 8 callersMethodclone
()
uicomponents/src/main/java/com/nineoldandroids/animation/AnimatorSet.java:549
↓ 8 callersMethoddraw
(Canvas canvas, Paint paint)
uicomponents/src/main/java/codetail/widget/ColorsShape.java:36
↓ 8 callersMethodgetApplication
()
app/src/main/java/io/codetail/WatchMeApplication.java:45
↓ 8 callersMethodgetPropertyName
Gets the name of the property that will be animated. This name will be used to derive a setter function that will be called to set animated values. Fo
uicomponents/src/main/java/com/nineoldandroids/animation/PropertyValuesHolder.java:712
↓ 8 callersMethodgetThemeColor
@param context Current Activity or Application context @param attr attribute @return theme color
uicomponents/src/main/java/codetail/utils/ThemeUtils.java:26
↓ 8 callersMethodgetValue
Gets the value for this Keyframe. @return The value for this Keyframe.
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:175
↓ 8 callersMethodinject
(Object object)
app/src/main/java/io/codetail/WatchMeApplication.java:57
↓ 8 callersMethodinternalGetIntegers
@param object to retrieve all integers @return all ints founded and transformed to integer type
app/src/main/java/io/codetail/client/mover/MoverParser.java:200
↓ 8 callersMethodofFloat
Constructs and returns a ValueAnimator that animates between float values. A single value implies that that value is the one being animated to. Howeve
uicomponents/src/main/java/com/nineoldandroids/animation/ValueAnimator.java:315
↓ 8 callersMethodoffer
(JobHolder holder)
jobManager/src/main/java/io/codetail/work/nonPersistentQueue/JobSet.java:15
↓ 8 callersMethodreverse
@hide
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:373
↓ 8 callersMethodtranslationY
This method will cause the View's <code>translationY</code> property to be animated to the specified value. Animations already running on the property
uicomponents/src/main/java/com/nineoldandroids/view/ViewPropertyAnimator.java:277
↓ 8 callersMethodupdateLocalMatrix
()
vectordrawable/src/main/java/com/telly/mrvector/VectorDrawable.java:1172
↓ 7 callersMethodadd
(String group)
jobManager/src/main/java/io/codetail/work/CopyOnWriteGroupSet.java:26
↓ 7 callersMethodend
Ends the animation. This causes the animation to assign the end value of the property being animated, then calling the {@link com.nineoldandroids.anim
uicomponents/src/main/java/com/nineoldandroids/animation/Animator.java:81
↓ 7 callersMethodget
(int color, PorterDuff.Mode mode)
uicomponents/src/main/java/codetail/graphics/drawables/DrawableHelper.java:152
↓ 7 callersMethodget
(boolean hasNetwork, Collection<String> excludeGroups)
jobManager/src/main/java/io/codetail/work/persistentQueue/sqlite/QueryCache.java:22
↓ 7 callersMethodgetBaseJob
()
jobManager/src/main/java/io/codetail/work/JobHolder.java:111
↓ 7 callersMethodgetFloatValue
()
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:338
↓ 7 callersMethodgetIntValue
()
uicomponents/src/main/java/com/nineoldandroids/animation/Keyframe.java:294
next →1–100 of 2,149, ranked by callers