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

  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 75 private Context mThemedContext;
873 if (mThemedContext == null) {
881 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
883 mThemedContext = mContext;
886 return mThemedContext;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
WindowDecorActionBar.java 85 private Context mThemedContext;
882 if (mThemedContext == null) {
889 mThemedContext = new ContextThemeWrapper(mContext, targetThemeRes);
891 mThemedContext = mContext;
894 return mThemedContext;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 75 milliseconds