Home
last modified time | relevance | path

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

/frameworks/support/v4/api21/android/support/v4/widget/
DDrawerLayoutCompatApi21.java77 public static Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayoutCompatApi21
/frameworks/support/v4/java/android/support/v4/widget/
DDrawerLayout.java300 Drawable getDefaultStatusBarBackground(Context context); in getDefaultStatusBarBackground() method
321 public Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayout.DrawerLayoutCompatImplBase
344 public Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayout.DrawerLayoutCompatImplApi21
345 return DrawerLayoutCompatApi21.getDefaultStatusBarBackground(context); in getDefaultStatusBarBackground()
398 mStatusBarBackground = IMPL.getDefaultStatusBarBackground(context); in DrawerLayout()