Searched refs:mCurrentDrawable (Results 1 – 3 of 3) sorted by relevance
56 private TransitionDrawable mCurrentDrawable; field in DeleteDropTarget87 mCurrentDrawable = (TransitionDrawable) getCurrentDrawable(); in onFinishInflate()128 if (mCurrentDrawable != null) { in setHoverColor()129 mCurrentDrawable.startTransition(mTransitionDuration); in setHoverColor()134 if (mCurrentDrawable != null) { in resetHoverColor()135 mCurrentDrawable.resetTransition(); in resetHoverColor()210 mCurrentDrawable = (TransitionDrawable) getCurrentDrawable(); in onDragStart()249 int width = mCurrentDrawable == null ? 0 : mCurrentDrawable.getIntrinsicWidth(); in animateToTrashAndCompleteDrop()250 int height = mCurrentDrawable == null ? 0 : mCurrentDrawable.getIntrinsicHeight(); in animateToTrashAndCompleteDrop()374 int width = mCurrentDrawable == null ? 0 : mCurrentDrawable.getIntrinsicWidth(); in createFlingToTrashAnimatorListener()[all …]
52 private TransitionDrawable mCurrentDrawable; field in DeleteDropTarget81 mCurrentDrawable = (TransitionDrawable) getCurrentDrawable(); in onFinishInflate()122 mCurrentDrawable.startTransition(mTransitionDuration); in setHoverColor()126 mCurrentDrawable.resetTransition(); in resetHoverColor()170 mCurrentDrawable = (TransitionDrawable) getCurrentDrawable(); in onDragStart()209 mCurrentDrawable.getIntrinsicWidth(), mCurrentDrawable.getIntrinsicHeight()); in animateToTrashAndCompleteDrop()269 mCurrentDrawable.getIntrinsicWidth(), mCurrentDrawable.getIntrinsicHeight()); in createFlingToTrashAnimatorListener()
211 private Drawable mCurrentDrawable; field in ProgressBar441 mCurrentDrawable = mIndeterminateDrawable; in setIndeterminate()444 mCurrentDrawable = mProgressDrawable; in setIndeterminate()478 mCurrentDrawable = d; in setIndeterminateDrawable()526 mCurrentDrawable = d; in setProgressDrawable()542 return mCurrentDrawable; in getCurrentDrawable()594 final Drawable d = mCurrentDrawable; in doRefreshProgress()965 Drawable d = mCurrentDrawable; in onDraw()997 Drawable d = mCurrentDrawable; in onMeasure()