Home
last modified time | relevance | path

Searched refs:themedContext (Results 1 – 7 of 7) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DAppCompatActionBar.java138 Context themedContext = context; in getInflater() local
149 themedContext = new ContextThemeWrapper(context, styleId); in getInflater()
152 return LayoutInflater.from(themedContext); in getInflater()
221 Context themedContext = (Context)invoke( in inflateMenus() local
224 MenuInflater inflater = new MenuInflater(themedContext); in inflateMenus()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedBackgroundPanelOrganizer.java241 final Context themedContext = new ContextThemeWrapper(mContext, in updateThemeColors() local
243 final int themeColor = themedContext.getColor( in updateThemeColors()
DOneHandedTutorialHandler.java228 final Context themedContext = new ContextThemeWrapper(mTutorialView.getContext(), in updateThemeColor() local
232 TypedArray ta = themedContext.obtainStyledAttributes(new int[]{ in updateThemeColor()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
DSupportPreferencesUtil.java155 @NonNull Context themedContext, @NonNull ArrayList<Object> viewCookie, in setUpPreferencesListView() argument
158 LinearLayout listView = new LinearLayout(themedContext); in setUpPreferencesListView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java470 public QSTileView createTileView(Context themedContext, QSTile tile, boolean collapsedView) { in createTileView() argument
473 .createTileView(themedContext, tile, collapsedView); in createTileView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java184 final Context themedContext = new ContextThemeWrapper(getContext(), in initDimens() local
186 mThemedTextColorPrimary = Utils.getColorAttr(themedContext, in initDimens()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1672 final Context themedContext = new ContextThemeWrapper( in initialize() local
1678 final View view = View.inflate(themedContext, R.layout.dialog_bugreport_info, null); in initialize()
1683 mDialog = new AlertDialog.Builder(themedContext) in initialize()