HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentDrawable (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 52 private TransitionDrawable mCurrentDrawable;
81 mCurrentDrawable = (TransitionDrawable) getCurrentDrawable();
122 mCurrentDrawable.startTransition(mTransitionDuration);
126 mCurrentDrawable.resetTransition();
162 mCurrentDrawable = (TransitionDrawable) getCurrentDrawable();
201 mCurrentDrawable.getIntrinsicWidth(), mCurrentDrawable.getIntrinsicHeight());
261 mCurrentDrawable.getIntrinsicWidth(), mCurrentDrawable.getIntrinsicHeight());
  /frameworks/base/core/java/android/widget/
ProgressBar.java 217 private Drawable mCurrentDrawable;
445 mCurrentDrawable = mIndeterminateDrawable;
448 mCurrentDrawable = mProgressDrawable;
482 mCurrentDrawable = d;
530 mCurrentDrawable = d;
546 return mCurrentDrawable;
645 final Drawable d = mCurrentDrawable;
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 211 private Drawable mCurrentDrawable;
441 mCurrentDrawable = mIndeterminateDrawable;
444 mCurrentDrawable = mProgressDrawable;
478 mCurrentDrawable = d;
526 mCurrentDrawable = d;
542 return mCurrentDrawable;
594 final Drawable d = mCurrentDrawable;
    [all...]

Completed in 75 milliseconds