Searched refs:setForeground (Results 1 - 18 of 18) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DForegroundHelper.java18 public void setForeground(View view, Drawable drawable); method in interface:ForegroundHelper.ForegroundHelperVersionImpl
31 public void setForeground(View view, Drawable drawable) { method in class:ForegroundHelper.ForegroundHelperApi23Impl
32 ForegroundHelperApi23.setForeground(view, drawable);
49 public void setForeground(View view, Drawable drawable) { method in class:ForegroundHelper.ForegroundHelperStubImpl
71 * Returns true if view.setForeground() is supported.
81 public void setForeground(View view, Drawable drawable) { method in class:ForegroundHelper
82 mImpl.setForeground(view, drawable);
H A DRowContainerView.java75 public void setForeground(Drawable d) { method in class:RowContainerView
86 setForeground(new ColorDrawable(color));
H A DNonOverlappingLinearLayoutWithForeground.java55 // in other cases, including M but targetSDK is less than M, we need setForeground in
69 ForegroundHelper.getInstance().setForeground(this, d);
H A DScaleFrameLayout.java202 * setForeground() is not supported, throws UnsupportedOperationException() when called.
205 public void setForeground(Drawable d) { method in class:ScaleFrameLayout
H A DShadowOverlayHelper.java36 * use setForeground(new ColorDrawable()) for API>=23. The foreground support
300 * Returns true if view.setForeground() is supported.
365 ForegroundHelper.getInstance().setForeground(view, new ColorDrawable(color));
H A DBaseCardView.java161 setForeground(cardForeground);
H A DDetailsOverviewRowPresenter.java438 vh.mOverviewFrame.setForeground(null);
H A DFullWidthDetailsOverviewRowPresenter.java558 vh.mOverviewFrame.setForeground(null);
/frameworks/support/v17/leanback/api23/android/support/v17/leanback/widget/
H A DForegroundHelperApi23.java32 public static void setForeground(View view, Drawable drawable) { method in class:ForegroundHelperApi23
33 view.setForeground(drawable);
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/
H A DSdkVersionTest.java64 ModelMethod setForeground = view.getMethods("setForeground", 1)[0];
65 assertEquals(1, SdkUtil.getMinApi(setForeground));
/frameworks/support/design/src/android/support/design/internal/
H A DForegroundLinearLayout.java70 setForeground(d);
145 public void setForeground(Drawable drawable) { method in class:ForegroundLinearLayout
/frameworks/base/core/java/android/app/
H A DService.java673 public final void setForeground(boolean isForeground) { method in class:Service
674 Log.w(TAG, "setForeground: ignoring old API call on " + getClass().getName());
688 * level 5, you can use the following model to call the the older setForeground()
/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/view/
H A DTextureView.java306 public void setForeground(Drawable foreground) { method in class:TextureView
H A DView.java817 * Allow setForeground/setBackground to be called (and ignored) on a textureview,
4057 // Prior to N, TextureView would silently ignore calls to setBackground/setForeground.
4534 setForeground(a.getDrawable(attr));
18490 public void setForeground(Drawable foreground) { method in class:View
18593 * Subsequent calls to {@link #setForeground(Drawable)} will automatically
18695 * <p>Foreground content may consist of scroll bars, a {@link #setForeground foreground}
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java504 ((FrameLayout) windowContentView).setForeground(null);
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java932 setForeground(drawable);
H A DPhoneWindow.java2684 mContentParent.setForeground(null);

Completed in 4847 milliseconds