Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java50 public static int getActivityThemeRes(Context context) { in getActivityThemeRes() method in Themes
51 return getActivityThemeRes(context, WallpaperColorHints.get(context).getHints()); in getActivityThemeRes()
54 public static int getActivityThemeRes(Context context, int wallpaperColorHints) { in getActivityThemeRes() method in Themes
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseDraggingActivity.java64 int themeRes = Themes.getActivityThemeRes(this); in onCreate()
84 if (mThemeRes != Themes.getActivityThemeRes(this)) { in updateTheme()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DBaseTaskbarContext.java37 super(windowContext, Themes.getActivityThemeRes(windowContext)); in BaseTaskbarContext()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreviewSurfaceRenderer.java215 Themes.getActivityThemeRes(context)); in getPreviewContext()
220 Themes.getActivityThemeRes(context, mWallpaperColors.getColorHints())); in getPreviewContext()
/packages/apps/Launcher3/src/com/android/launcher3/recyclerview/
DAllAppsRecyclerViewPool.kt63 Themes.getActivityThemeRes(context), in <lambda>()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DItemInflaterTest.kt95 uiContext.setTheme(Themes.getActivityThemeRes(uiContext, 0)) in <lambda>()