Home
last modified time | relevance | path

Searched refs:getDefaultStatusBarBackground (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/core-ui/api21/android/support/v4/widget/
DDrawerLayoutCompatApi21.java79 public static Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayoutCompatApi21
/frameworks/support/core-ui/java/android/support/v4/widget/
DDrawerLayout.java295 Drawable getDefaultStatusBarBackground(Context context); in getDefaultStatusBarBackground() method
320 public Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayout.DrawerLayoutCompatImplBase
348 public Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayout.DrawerLayoutCompatImplApi21
349 return DrawerLayoutCompatApi21.getDefaultStatusBarBackground(context); in getDefaultStatusBarBackground()
401 mStatusBarBackground = IMPL.getDefaultStatusBarBackground(context); in DrawerLayout()