Searched refs:mCurrentDrawable (Results 1 – 1 of 1) sorted by relevance
225 private Drawable mCurrentDrawable; field in ProgressBar688 final Drawable oldDrawable = mCurrentDrawable; in swapCurrentDrawable()689 mCurrentDrawable = newDrawable; in swapCurrentDrawable()691 if (oldDrawable != mCurrentDrawable) { in swapCurrentDrawable()695 if (mCurrentDrawable != null) { in swapCurrentDrawable()696 mCurrentDrawable.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in swapCurrentDrawable()1458 return mCurrentDrawable; in getCurrentDrawable()1479 final Drawable d = mCurrentDrawable; in onResolveDrawables()1587 Drawable d = mCurrentDrawable; in setVisualProgress()1596 d = mCurrentDrawable; in setVisualProgress()[all …]