Searched defs:setProgressBackgroundTintList (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DProgressBar.java951 public void setProgressBackgroundTintList(@Nullable ColorStateList tint) { method in class:ProgressBar
968 * @see #setProgressBackgroundTintList(ColorStateList)
977 * {@link #setProgressBackgroundTintList(ColorStateList)}} to the progress
983 * @see #setProgressBackgroundTintList(ColorStateList)
H A DRemoteViews.java2237 * Equivalent to calling {@link android.widget.ProgressBar#setProgressBackgroundTintList}.
2242 public void setProgressBackgroundTintList(int viewId, ColorStateList tint) { method in class:RemoteViews
2243 addAction(new ReflectionAction(viewId, "setProgressBackgroundTintList",

Completed in 55 milliseconds