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

  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 806 final int targetThemeRes = outValue.resourceId;
808 if (targetThemeRes != 0 && mContext.getThemeResId() != targetThemeRes) {
809 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarImplBase.java 506 final int targetThemeRes = outValue.resourceId;
508 if (targetThemeRes != 0) {
509 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]

Completed in 1349 milliseconds