Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java918 final int targetThemeRes = outValue.resourceId; in getThemedContext() local
920 if (targetThemeRes != 0 && mContext.getThemeResId() != targetThemeRes) { in getThemedContext()
921 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes); in getThemedContext()