Searched refs:ForegroundHelper (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DForegroundHelper.java8 final class ForegroundHelper { class
10 final static ForegroundHelper sInstance = new ForegroundHelper();
58 private ForegroundHelper() { method in class:ForegroundHelper
66 public static ForegroundHelper getInstance() {
H A DNonOverlappingLinearLayoutWithForeground.java70 ForegroundHelper.getInstance().setForeground(this, d);
87 return ForegroundHelper.getInstance().getForeground(this);
H A DShadowOverlayHelper.java303 return ForegroundHelper.supportsForeground();
361 Drawable d = ForegroundHelper.getInstance().getForeground(view);
365 ForegroundHelper.getInstance().setForeground(view, new ColorDrawable(color));

Completed in 58 milliseconds