Searched refs:wallpaperColorHints (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/ |
D | RecentsDisplayModel.kt | 44 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()
|
D | RecentsWindowContext.kt | 37 abstract class RecentsWindowContext(windowContext: Context, wallpaperColorHints: Int) : 40 themeResId = Themes.getActivityThemeRes(windowContext, wallpaperColorHints),
|
D | RecentsWindowManager.kt | 91 class RecentsWindowManager(context: Context, wallpaperColorHints: Int) : in <lambda>() 92 RecentsWindowContext(context, wallpaperColorHints), in <lambda>()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | Themes.java | 49 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()
|