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

  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 793 final int targetThemeRes = outValue.resourceId;
795 if (targetThemeRes != 0 && mContext.getThemeResId() != targetThemeRes) {
796 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]

Completed in 152 milliseconds