Searched defs:theme (Results 1 – 17 of 17) sorted by relevance
/cts/tests/tests/content/src/android/content/res/cts/ |
D | Resources_ThemeTest.java | 94 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
|
D | ColorStateListTest.java | 64 final Theme theme = res.newTheme(); in testCreateFromXmlThemed() local
|
D | ConfigTest.java | 76 final Resources.Theme theme = res.newTheme(); in checkValue() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | CustomDrawableTest.java | 51 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate()
|
D | ThemedDrawableTest.java | 45 final Theme theme = mContext.getResources().newTheme(); in setUp() local
|
D | DrawableTest.java | 317 Theme theme = mResources.newTheme(); in testCreateFromXmlThemed() local 347 Theme theme = mResources.newTheme(); in testCreateFromXmlInnerThemed() local
|
D | VectorDrawableTest.java | 248 Theme theme = mResources.newTheme(); in verifyVectorDrawables() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SpinnerTest.java | 174 Theme theme = mTargetContext.getResources().newTheme(); in testGetPopupContext() local
|
D | ArrayAdapterTest.java | 209 Theme theme = mContext.getResources().newTheme(); in testAccessDropDownViewTheme() local
|
D | SimpleAdapterTest.java | 265 Theme theme = mContext.getResources().newTheme(); in testAccessDropDownViewTheme() local
|
D | CursorAdapterTest.java | 257 Theme theme = mContext.getResources().newTheme(); in testAccessDropDownViewTheme() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ContextThemeWrapperTest.java | 39 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | LayoutInflaterTest.java | 380 Theme theme = view.getContext().getTheme(); in verifyThemeType() local
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
D | GenerateImagesActivity.java | 149 final ThemeDeviceActivity.Theme theme = ThemeDeviceActivity.THEMES[mCurrentTheme]; in generateNextImage() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | AppStubActivity.java | 135 public void onApplyThemeResource( Resources.Theme theme, in onApplyThemeResource()
|
D | DialogStubActivity.java | 361 public MockAlertDialog(Context context, int theme) { in MockAlertDialog() 419 public MockDatePickerDialog(Context context, int theme, OnDateSetListener callBack, in MockDatePickerDialog()
|
D | TestDialog.java | 89 public TestDialog(Context context, int theme) { in TestDialog()
|