Searched defs:getForeground (Results 1 - 5 of 5) sorted by relevance

/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/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 DRowContainerView.java90 public Drawable getForeground() { method in class:RowContainerView
/frameworks/support/design/src/android/support/design/internal/
H A DForegroundLinearLayout.java178 public Drawable getForeground() { method in class:ForegroundLinearLayout
/frameworks/base/core/java/android/view/
H A DView.java18479 public Drawable getForeground() { method in class:View

Completed in 171 milliseconds