Searched refs:mCurrentDrawable (Results 1 – 1 of 1) sorted by relevance
230 private Drawable mCurrentDrawable; field in ProgressBar618 final Drawable oldDrawable = mCurrentDrawable; in swapCurrentDrawable()619 mCurrentDrawable = newDrawable; in swapCurrentDrawable()621 if (oldDrawable != mCurrentDrawable) { in swapCurrentDrawable()625 if (mCurrentDrawable != null) { in swapCurrentDrawable()626 mCurrentDrawable.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in swapCurrentDrawable()1229 return mCurrentDrawable; in getCurrentDrawable()1250 final Drawable d = mCurrentDrawable; in onResolveDrawables()1346 Drawable d = mCurrentDrawable; in setVisualProgress()1355 d = mCurrentDrawable; in setVisualProgress()[all …]