Home
last modified time | relevance | path

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

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