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

/frameworks/support/v17/leanback/api23/android/support/v17/leanback/widget/
H A DForegroundHelperApi23.java27 public static void setForeground(View view, Drawable drawable) { method in class:ForegroundHelperApi23
28 view.setForeground(drawable);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DForegroundHelper.java17 public void setForeground(View view, Drawable drawable); method in interface:ForegroundHelper.ForegroundHelperVersionImpl
30 public void setForeground(View view, Drawable drawable) { method in class:ForegroundHelper.ForegroundHelperApi23Impl
31 ForegroundHelperApi23.setForeground(view, drawable);
48 public void setForeground(View view, Drawable drawable) { method in class:ForegroundHelper.ForegroundHelperStubImpl
70 * Returns true if view.setForeground() is supported.
80 public void setForeground(View view, Drawable drawable) { method in class:ForegroundHelper
81 mImpl.setForeground(view, drawable);
H A DRowContainerView.java76 public void setForeground(Drawable d) { method in class:RowContainerView
87 setForeground(new ColorDrawable(color));
H A DNonOverlappingLinearLayoutWithForeground.java52 // in other cases, including M but targetSDK is less than M, we need setForeground in
67 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 DDetailsOverviewRowPresenter.java436 vh.mOverviewFrame.setForeground(null);
H A DFullWidthDetailsOverviewRowPresenter.java551 vh.mOverviewFrame.setForeground(null);
H A DBaseCardView.java165 setForeground(cardForeground);
/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.java71 setForeground(d);
150 public void setForeground(Drawable drawable) { method in class:ForegroundLinearLayout
/frameworks/base/core/java/android/app/
H A DService.java669 public final void setForeground(boolean isForeground) { method in class:Service
670 Log.w(TAG, "setForeground: ignoring old API call on " + getClass().getName());
/frameworks/support/wear/src/android/support/wear/widget/
H A DBoxInsetLayout.java129 public void setForeground(Drawable drawable) { method in class:BoxInsetLayout
130 super.setForeground(drawable);
/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.java850 * Allow setForeground/setBackground to be called (and ignored) on a textureview,
4571 // Prior to N, TextureView would silently ignore calls to setBackground/setForeground.
5077 setForeground(a.getDrawable(attr));
20566 public void setForeground(Drawable foreground) { method in class:View
20670 * Subsequent calls to {@link #setForeground(Drawable)} will automatically
20811 * <p>Foreground content may consist of scroll bars, a {@link #setForeground foreground}
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java507 ((FrameLayout) windowContentView).setForeground(null);
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java964 setForeground(drawable);
H A DPhoneWindow.java2709 mContentParent.setForeground(null);

Completed in 738 milliseconds