Searched refs:mCurrentDrawable (Results 1 – 1 of 1) sorted by relevance
222 private Drawable mCurrentDrawable; field in ProgressBar686 final Drawable oldDrawable = mCurrentDrawable; in swapCurrentDrawable()687 mCurrentDrawable = newDrawable; in swapCurrentDrawable()689 if (oldDrawable != mCurrentDrawable) { in swapCurrentDrawable()693 if (mCurrentDrawable != null) { in swapCurrentDrawable()694 mCurrentDrawable.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in swapCurrentDrawable()1456 return mCurrentDrawable; in getCurrentDrawable()1477 final Drawable d = mCurrentDrawable; in onResolveDrawables()1618 Drawable d = mCurrentDrawable; in setVisualProgress()1627 d = mCurrentDrawable; in setVisualProgress()[all …]