Searched refs:getForeground (Results 1 - 14 of 14) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DForegroundHelper.java20 public Drawable getForeground(View view); method in interface:ForegroundHelper.ForegroundHelperVersionImpl
36 public Drawable getForeground(View view) { method in class:ForegroundHelper.ForegroundHelperApi23Impl
37 return ForegroundHelperApi23.getForeground(view);
53 public Drawable getForeground(View view) { method in class:ForegroundHelper.ForegroundHelperStubImpl
77 public Drawable getForeground(View view) { method in class:ForegroundHelper
78 return mImpl.getForeground(view);
H A DNonOverlappingLinearLayoutWithForeground.java87 return ForegroundHelper.getInstance().getForeground(this);
H A DRowContainerView.java90 public Drawable getForeground() { method in class:RowContainerView
H A DShadowOverlayHelper.java361 Drawable d = ForegroundHelper.getInstance().getForeground(view);
H A DDetailsOverviewRowPresenter.java580 ((ColorDrawable) vh.mOverviewFrame.getForeground().mutate()).setColor(dimmedColor);
H A DFullWidthDetailsOverviewRowPresenter.java617 ((ColorDrawable) vh.mOverviewFrame.getForeground().mutate()).setColor(dimmedColor);
/frameworks/support/v17/leanback/api23/android/support/v17/leanback/widget/
H A DForegroundHelperApi23.java28 public static Drawable getForeground(View view) { method in class:ForegroundHelperApi23
29 return view.getForeground();
/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java98 final Drawable drawable = getForeground();
H A DFrameLayout.java119 final Drawable foreground = getForeground();
210 final Drawable drawable = getForeground();
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogViewAnimator.java96 final Drawable drawable = getForeground();
H A DWatchListDecorLayout.java199 final Drawable drawable = getForeground();
246 final Drawable foreground = getForeground();
/frameworks/support/design/src/android/support/design/internal/
H A DForegroundLinearLayout.java178 public Drawable getForeground() { method in class:ForegroundLinearLayout
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java572 Drawable fg = getForeground();
932 if (getForeground() != drawable) {
974 if (getForeground() != null) {
1401 Drawable fg = getForeground();
1763 if (getForeground() != null) {
/frameworks/base/core/java/android/view/
H A DView.java18479 public Drawable getForeground() { method in class:View

Completed in 243 milliseconds