HomeSort by relevance Sort by last modified time
    Searched defs:getThemeRes (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
WizardManagerHelper.java 277 * @see #getThemeRes(String, int)
279 public static @StyleRes int getThemeRes(Intent intent, @StyleRes int defaultTheme) {
281 return getThemeRes(theme, defaultTheme);
303 public static @StyleRes int getThemeRes(String theme, @StyleRes int defaultTheme) {
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseDraggingActivity.java 77 int themeRes = getThemeRes(wallpaperColorInfo);
86 if (mThemeRes != getThemeRes(wallpaperColorInfo)) {
91 protected int getThemeRes(WallpaperColorInfo wallpaperColorInfo) {

Completed in 85 milliseconds