Searched refs:getDefaultStatusBarBackground (Results 1 – 2 of 2) sorted by relevance
77 public static Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayoutCompatApi21
300 Drawable getDefaultStatusBarBackground(Context context); in getDefaultStatusBarBackground() method321 public Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayout.DrawerLayoutCompatImplBase344 public Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayout.DrawerLayoutCompatImplApi21345 return DrawerLayoutCompatApi21.getDefaultStatusBarBackground(context); in getDefaultStatusBarBackground()398 mStatusBarBackground = IMPL.getDefaultStatusBarBackground(context); in DrawerLayout()