Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DAppCompatActionBar.java122 Context themedContext = context; in getInflater() local
133 themedContext = new ContextThemeWrapper(context, styleId); in getInflater()
136 return LayoutInflater.from(themedContext); in getInflater()
205 Context themedContext = (Context)invoke( in inflateMenus() local
208 MenuInflater inflater = new MenuInflater(themedContext); in inflateMenus()
/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/Shell/src/com/android/shell/
DBugreportProgressService.java1469 final Context themedContext = new ContextThemeWrapper( in initialize() local
1475 final View view = View.inflate(themedContext, R.layout.dialog_bugreport_info, null); in initialize()
1492 mDialog = new AlertDialog.Builder(themedContext) in initialize()