Searched defs:setForeground (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DForegroundHelper.java9 * Returns true if view.setForeground() is supported.
23 static void setForeground(View view, Drawable drawable) { method in class:ForegroundHelper
25 view.setForeground(drawable);
H A DRowContainerView.java77 public void setForeground(Drawable d) { method in class:RowContainerView
88 setForeground(new ColorDrawable(color));
H A DScaleFrameLayout.java203 * setForeground() is not supported, throws UnsupportedOperationException() when called.
206 public void setForeground(Drawable d) { method in class:ScaleFrameLayout
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java131 public void setForeground(Drawable d) { method in class:Illustration
/frameworks/base/core/java/android/app/
H A DService.java661 public final void setForeground(boolean isForeground) { method in class:Service
662 Log.w(TAG, "setForeground: ignoring old API call on " + getClass().getName());
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DBoxInsetLayout.java114 public void setForeground(Drawable drawable) { method in class:BoxInsetLayout
115 super.setForeground(drawable);
/frameworks/base/core/java/android/view/
H A DTextureView.java306 public void setForeground(Drawable foreground) { method in class:TextureView
H A DView.java857 * Allow setForeground/setBackground to be called (and ignored) on a textureview,
4843 // Prior to N, TextureView would silently ignore calls to setBackground/setForeground.
5357 setForeground(a.getDrawable(attr));
21714 public void setForeground(Drawable foreground) { method in class:View
21818 * Subsequent calls to {@link #setForeground(Drawable)} will automatically
21959 * <p>Foreground content may consist of scroll bars, a {@link #setForeground foreground}
[all...]

Completed in 115 milliseconds