Searched refs:getDefaultStatusBarBackground (Results 1 – 2 of 2) sorted by relevance
79 public static Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayoutCompatApi21
295 Drawable getDefaultStatusBarBackground(Context context); in getDefaultStatusBarBackground() method320 public Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayout.DrawerLayoutCompatImplBase348 public Drawable getDefaultStatusBarBackground(Context context) { in getDefaultStatusBarBackground() method in DrawerLayout.DrawerLayoutCompatImplApi21349 return DrawerLayoutCompatApi21.getDefaultStatusBarBackground(context); in getDefaultStatusBarBackground()401 mStatusBarBackground = IMPL.getDefaultStatusBarBackground(context); in DrawerLayout()