Home
last modified time | relevance | path

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

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