Searched refs:themedContext (Results 1 – 3 of 3) sorted by relevance
122 Context themedContext = context; in getInflater() local133 themedContext = new ContextThemeWrapper(context, styleId); in getInflater()136 return LayoutInflater.from(themedContext); in getInflater()205 Context themedContext = (Context)invoke( in inflateMenus() local208 MenuInflater inflater = new MenuInflater(themedContext); in inflateMenus()
155 @NonNull Context themedContext, @NonNull ArrayList<Object> viewCookie, in setUpPreferencesListView() argument158 LinearLayout listView = new LinearLayout(themedContext); in setUpPreferencesListView()
1469 final Context themedContext = new ContextThemeWrapper( in initialize() local1475 final View view = View.inflate(themedContext, R.layout.dialog_bugreport_info, null); in initialize()1492 mDialog = new AlertDialog.Builder(themedContext) in initialize()