Searched refs:themeContext (Results 1 – 3 of 3) sorted by relevance
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/ |
D | BridgeContextTest.java | 71 Context themeContext = new ContextThemeWrapper(context, style.Theme_Material); in basic() local 74 TypedArray array = themeContext.obtainStyledAttributes(null, in basic() 79 array = themeContext.obtainStyledAttributes(null, in basic() 118 Context themeContext = new ContextThemeWrapper(context, style.Theme_Material); in checkNoErrorWhenUsingDefaults() local 121 themeContext.obtainStyledAttributes(null, in checkNoErrorWhenUsingDefaults() 123 themeContext.obtainStyledAttributes(null, in checkNoErrorWhenUsingDefaults()
|
/frameworks/base/core/java/android/app/ |
D | TimePickerDialog.java | 120 final Context themeContext = getContext(); in TimePickerDialog() local 121 final LayoutInflater inflater = LayoutInflater.from(themeContext); in TimePickerDialog() 124 setButton(BUTTON_POSITIVE, themeContext.getString(R.string.ok), this); in TimePickerDialog() 125 setButton(BUTTON_NEGATIVE, themeContext.getString(R.string.cancel), this); in TimePickerDialog()
|
D | DatePickerDialog.java | 119 final Context themeContext = getContext(); in DatePickerDialog() local 120 final LayoutInflater inflater = LayoutInflater.from(themeContext); in DatePickerDialog() 124 setButton(BUTTON_POSITIVE, themeContext.getString(R.string.ok), this); in DatePickerDialog() 125 setButton(BUTTON_NEGATIVE, themeContext.getString(R.string.cancel), this); in DatePickerDialog()
|