Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DResources_ThemeTest.java94 Resources.Theme theme = getContext().getResources().newTheme(); in testGetChangingConfigurations() local
124 Resources.Theme theme = res.newTheme(); in testRebase() local
147 final Theme theme = res.newTheme(); in testGetDrawable() local
157 final Theme theme = res.newTheme(); in testGetResources() local
DColorStateListTest.java64 final Theme theme = res.newTheme(); in testCreateFromXmlThemed() local
DConfigTest.java76 final Resources.Theme theme = res.newTheme(); in checkValue() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DCustomDrawableTest.java51 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate()
DThemedDrawableTest.java45 final Theme theme = mContext.getResources().newTheme(); in setUp() local
DDrawableTest.java317 Theme theme = mResources.newTheme(); in testCreateFromXmlThemed() local
347 Theme theme = mResources.newTheme(); in testCreateFromXmlInnerThemed() local
DVectorDrawableTest.java248 Theme theme = mResources.newTheme(); in verifyVectorDrawables() local
/cts/tests/tests/widget/src/android/widget/cts/
DSpinnerTest.java174 Theme theme = mTargetContext.getResources().newTheme(); in testGetPopupContext() local
DArrayAdapterTest.java209 Theme theme = mContext.getResources().newTheme(); in testAccessDropDownViewTheme() local
DSimpleAdapterTest.java265 Theme theme = mContext.getResources().newTheme(); in testAccessDropDownViewTheme() local
DCursorAdapterTest.java257 Theme theme = mContext.getResources().newTheme(); in testAccessDropDownViewTheme() local
/cts/tests/tests/view/src/android/view/cts/
DContextThemeWrapperTest.java39 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource()
DLayoutInflaterTest.java380 Theme theme = view.getContext().getTheme(); in verifyThemeType() local
/cts/hostsidetests/theme/app/src/android/theme/app/
DGenerateImagesActivity.java149 final ThemeDeviceActivity.Theme theme = ThemeDeviceActivity.THEMES[mCurrentTheme]; in generateNextImage() local
/cts/tests/app/app/src/android/app/stubs/
DAppStubActivity.java135 public void onApplyThemeResource( Resources.Theme theme, in onApplyThemeResource()
DDialogStubActivity.java361 public MockAlertDialog(Context context, int theme) { in MockAlertDialog()
419 public MockDatePickerDialog(Context context, int theme, OnDateSetListener callBack, in MockDatePickerDialog()
DTestDialog.java89 public TestDialog(Context context, int theme) { in TestDialog()