Home
last modified time | relevance | path

Searched refs:getColorBackground (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java106 public static int getColorBackground(Context context) { in getColorBackground() method in Themes
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java304 : Themes.getColorBackground(context); in getDefaultBackgroundColor()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSwipePipToHomeAnimator.java152 int color = Themes.getColorBackground(view.getContext()); in SwipePipToHomeAnimator()