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

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
ActionBarLayout.java 66 @NonNull private final Context mThemedContext;
102 mThemedContext = mActionBar.getThemedContext();
119 mMenuBuilder = new MenuBuilder(mThemedContext);
122 mThemedContext.getResources().getDimensionPixelSize(
183 final MenuInflater inflater = new MenuInflater(mThemedContext);
240 RelativeLayout layout = new RelativeLayout(mThemedContext);
262 OverflowMenuAdapter adapter = new OverflowMenuAdapter(mMenuBuilder, mThemedContext);
264 LinearLayout layout = new LinearLayout(mThemedContext);
276 final TypedArray a = mThemedContext.obtainStyledAttributes(null,
285 ListView listView = new ListView(mThemedContext, null, R.attr.dropDownListViewStyle)
    [all...]
  /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 35 milliseconds