Searched refs:supportsForeground (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DForegroundHelper.java59 if (supportsForeground()) {
73 public static boolean supportsForeground() { method in class:ForegroundHelper
H A DShadowOverlayHelper.java173 helper.mNeedsWrapper = ((!supportsForeground() || keepForegroundDrawable)
178 helper.mNeedsWrapper = ((!supportsForeground() || keepForegroundDrawable)
302 public static boolean supportsForeground() { method in class:ShadowOverlayHelper
303 return ForegroundHelper.supportsForeground();

Completed in 53 milliseconds