Home
last modified time | relevance | path

Searched refs:mCurrentDrawable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DProgressBar.java226 private Drawable mCurrentDrawable; field in ProgressBar
692 final Drawable oldDrawable = mCurrentDrawable; in swapCurrentDrawable()
693 mCurrentDrawable = newDrawable; in swapCurrentDrawable()
695 if (oldDrawable != mCurrentDrawable) { in swapCurrentDrawable()
699 if (mCurrentDrawable != null) { in swapCurrentDrawable()
700 mCurrentDrawable.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in swapCurrentDrawable()
1467 return mCurrentDrawable; in getCurrentDrawable()
1488 final Drawable d = mCurrentDrawable; in onResolveDrawables()
1649 Drawable d = mCurrentDrawable; in setVisualProgress()
1658 d = mCurrentDrawable; in setVisualProgress()
[all …]