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
33 public Drawable getForeground(View view) { method in class:ForegroundHelper.ForegroundHelperApi23Impl
34 return ForegroundHelperApi23.getForeground(view);
47 public Drawable getForeground(View view) { method in class:ForegroundHelper.ForegroundHelperStubImpl
71 public Drawable getForeground(View view) { method in class:ForegroundHelper
72 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.java174 public Drawable getForeground() { method in class:ForegroundLinearLayout
/frameworks/base/core/java/android/view/
H A DView.java18352 public Drawable getForeground() { method in class:View

Completed in 1311 milliseconds