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

/frameworks/base/core/java/android/widget/
H A DProgressBar.java1007 public void setProgressBackgroundTintList(@Nullable ColorStateList tint) { method in class:ProgressBar
1024 * @see #setProgressBackgroundTintList(ColorStateList)
1033 * {@link #setProgressBackgroundTintList(ColorStateList)}} to the progress
1039 * @see #setProgressBackgroundTintList(ColorStateList)
H A DRemoteViews.java3058 * Equivalent to calling {@link android.widget.ProgressBar#setProgressBackgroundTintList}.
3063 public void setProgressBackgroundTintList(int viewId, ColorStateList tint) { method in class:RemoteViews
3064 addAction(new ReflectionAction(viewId, "setProgressBackgroundTintList",

Completed in 57 milliseconds