Searched refs:mCurrentDrawable (Results 1 – 1 of 1) sorted by relevance
235 private Drawable mCurrentDrawable; field in ProgressBar702 final Drawable oldDrawable = mCurrentDrawable; in swapCurrentDrawable()703 mCurrentDrawable = newDrawable; in swapCurrentDrawable()705 if (oldDrawable != mCurrentDrawable) { in swapCurrentDrawable()709 if (mCurrentDrawable != null) { in swapCurrentDrawable()710 mCurrentDrawable.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in swapCurrentDrawable()1477 return mCurrentDrawable; in getCurrentDrawable()1498 final Drawable d = mCurrentDrawable; in onResolveDrawables()1662 Drawable d = mCurrentDrawable; in setVisualProgress()1671 d = mCurrentDrawable; in setVisualProgress()[all …]