Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DContextThemeWrapperTest.java39 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource()
DLayoutInflaterTest.java379 Theme theme = view.getContext().getTheme(); in verifyThemeType() local
/cts/hostsidetests/theme/app/src/android/theme/app/
DHoloDeviceActivity.java85 final Theme theme = themes[intent.getIntExtra(EXTRA_THEME, 0)]; in setUpUi() local
/cts/tests/app/src/android/app/cts/
DAppStubActivity.java137 public void onApplyThemeResource( Resources.Theme theme, in onApplyThemeResource()
DDialogStubActivity.java336 public MockAlertDialog(Context context, int theme) { in MockAlertDialog()
394 public MockDatePickerDialog(Context context, int theme, OnDateSetListener callBack, in MockDatePickerDialog()
DTestDialog.java89 public TestDialog(Context context, int theme) { in TestDialog()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java76 final Resources.Theme theme = res.newTheme(); in checkValue() local