Home
last modified time | relevance | path

Searched refs:wallpaperColorHints (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/
DRecentsDisplayModel.kt44 private val wallpaperColorHints: WallpaperColorHints, constant
73 wallpaperColorHints.hints, in createDisplayResource()
100 val wallpaperColorHints: Int, in iterator() constant in RecentsDisplayResource
103 if (enableOverviewInWindow) RecentsWindowManager(displayContext, wallpaperColorHints) in iterator()
DRecentsWindowContext.kt37 abstract class RecentsWindowContext(windowContext: Context, wallpaperColorHints: Int) :
40 themeResId = Themes.getActivityThemeRes(windowContext, wallpaperColorHints),
DRecentsWindowManager.kt91 class RecentsWindowManager(context: Context, wallpaperColorHints: Int) : in <lambda>()
92 RecentsWindowContext(context, wallpaperColorHints), in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java49 public static int getActivityThemeRes(Context context, int wallpaperColorHints) { in getActivityThemeRes() argument
50 boolean supportsDarkText = (wallpaperColorHints & HINT_SUPPORTS_DARK_TEXT) != 0; in getActivityThemeRes()
51 boolean isMainColorDark = (wallpaperColorHints & HINT_SUPPORTS_DARK_THEME) != 0; in getActivityThemeRes()