Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mCurrentDrawable

62     private TransitionDrawable mCurrentDrawable;
93 mCurrentDrawable = (TransitionDrawable) getCurrentDrawable();
134 if (mCurrentDrawable != null) {
135 mCurrentDrawable.startTransition(mTransitionDuration);
140 if (mCurrentDrawable != null) {
141 mCurrentDrawable.resetTransition();
216 mCurrentDrawable = (TransitionDrawable) getCurrentDrawable();
255 int width = mCurrentDrawable == null ? 0 : mCurrentDrawable.getIntrinsicWidth();
256 int height = mCurrentDrawable == null ? 0 : mCurrentDrawable.getIntrinsicHeight();
380 int width = mCurrentDrawable == null ? 0 : mCurrentDrawable.getIntrinsicWidth();
381 int height = mCurrentDrawable == null ? 0 : mCurrentDrawable.getIntrinsicHeight();