Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/wallpaper/
H A DStyleSuggestionActivity.java33 final String currentTheme = Settings.Secure.getStringForUser(context.getContentResolver(), in isSuggestionComplete() local
35 if (TextUtils.isEmpty(currentTheme)) { in isSuggestionComplete()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java915 Resources.Theme currentTheme = mContext.getTheme(); in getThemedContext() local
916 currentTheme.resolveAttribute(com.android.internal.R.attr.actionBarWidgetTheme, in getThemedContext()