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

  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 76 private Context mThemedContext;
891 if (mThemedContext == null) {
899 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
901 mThemedContext = mContext;
904 return mThemedContext;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
WindowDecorActionBar.java 88 private Context mThemedContext;
866 if (mThemedContext == null) {
873 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
875 mThemedContext = mContext;
878 return mThemedContext;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 94 milliseconds