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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRowContainerView.java75 public void setForeground(Drawable d) { method in class:RowContainerView
86 setForeground(new ColorDrawable(color));
H A DScaleFrameLayout.java167 * setForeground() is not supported, throws UnsupportedOperationException() when called.
170 public void setForeground(Drawable d) { method in class:ScaleFrameLayout
H A DDetailsOverviewRowPresenter.java438 vh.mOverviewFrame.setForeground(null);
H A DFullWidthDetailsOverviewRowPresenter.java571 vh.mOverviewFrame.setForeground(null);
/frameworks/base/core/java/android/app/
H A DService.java623 public final void setForeground(boolean isForeground) { method in class:Service
624 Log.w(TAG, "setForeground: ignoring old API call on " + getClass().getName());
638 * 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/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java461 ((FrameLayout) decorContent).setForeground(null);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2844 setForeground(drawable);
4041 ((FrameLayout)mContentParent).setForeground(null);
/frameworks/base/core/java/android/view/
H A DView.java4280 setForeground(a.getDrawable(attr));
17451 public void setForeground(Drawable foreground) { method in class:View
17547 * Subsequent calls to {@link #setForeground(Drawable)} will automatically
17649 * <p>Foreground content may consist of scroll bars, a {@link #setForeground foreground}

Completed in 1588 milliseconds