Searched defs:mCurrentDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DProgressBar.java220 private Drawable mCurrentDrawable; field in class:ProgressBar
536 mCurrentDrawable = mIndeterminateDrawable;
539 mCurrentDrawable = mProgressDrawable;
584 mCurrentDrawable = d;
750 mCurrentDrawable = d;
1143 return mCurrentDrawable;
1164 final Drawable d = mCurrentDrawable;
1227 final Drawable d = mCurrentDrawable;
1244 final Drawable d = mCurrentDrawable;
1643 final Drawable d = mCurrentDrawable;
[all...]

Completed in 34 milliseconds