Searched refs:mIndeterminateDrawable (Results 1 – 3 of 3) sorted by relevance
218 private Drawable mIndeterminateDrawable; field in ProgressBar682 swapCurrentDrawable(mIndeterminateDrawable); in setIndeterminate()716 return mIndeterminateDrawable; in getIndeterminateDrawable()737 if (mIndeterminateDrawable != d) { in setIndeterminateDrawable()738 if (mIndeterminateDrawable != null) { in setIndeterminateDrawable()739 mIndeterminateDrawable.setCallback(null); in setIndeterminateDrawable()740 unscheduleDrawable(mIndeterminateDrawable); in setIndeterminateDrawable()743 mIndeterminateDrawable = d; in setIndeterminateDrawable()869 if (mIndeterminateDrawable != null && mProgressTintInfo != null) { in applyIndeterminateTint()872 mIndeterminateDrawable = mIndeterminateDrawable.mutate(); in applyIndeterminateTint()[all …]
86 private Drawable mIndeterminateDrawable; field in ProgressDialog264 if (mIndeterminateDrawable != null) { in onCreate()265 setIndeterminateDrawable(mIndeterminateDrawable); in onCreate()425 mIndeterminateDrawable = d; in setIndeterminateDrawable()
8303 Landroid/app/ProgressDialog;->mIndeterminateDrawable:Landroid/graphics/drawable/Drawable;71994 Landroid/widget/ProgressBar;->mIndeterminateDrawable:Landroid/graphics/drawable/Drawable;