Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java58 public static int getActivityThemeRes(Context context, int wallpaperColorHints) { in getActivityThemeRes() argument
60 && (wallpaperColorHints & HINT_SUPPORTS_DARK_TEXT) != 0; in getActivityThemeRes()
62 && (wallpaperColorHints & HINT_SUPPORTS_DARK_THEME) != 0; in getActivityThemeRes()