/cts/tests/tests/content/src/android/content/res/cts/ |
D | Resources_ThemeTest.java | 104 Resources.Theme theme = getContext().getResources().newTheme(); in testGetChangingConfigurations() local 134 Resources.Theme theme = res.newTheme(); in testRebase() local 157 final Theme theme = res.newTheme(); in testGetDrawable() local 167 final Theme theme = res.newTheme(); in testGetResources() local 174 final Theme theme = res.newTheme(); in testEmptyDoesNotGetOverriden() local
|
D | ColorStateListTest.java | 64 final Theme theme = res.newTheme(); in testCreateFromXmlThemed() local
|
D | TypedArrayTest.java | 293 final Resources.Theme theme = resources.newTheme(); in testEmptyXmlAttributeDoesNotFallbackToTheme() local
|
D | ConfigTest.java | 96 final Resources.Theme theme = res.newTheme(); in checkValue() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ContextThemeWrapperTest.java | 53 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() 90 Theme theme = mContext.getResources().newTheme(); in testSetTheme() local
|
D | LayoutInflaterTest.java | 376 Theme theme = view.getContext().getTheme(); in verifyThemeType() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | CustomDrawableTest.java | 61 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate()
|
D | ThemedDrawableTest.java | 58 final Theme theme = mContext.getResources().newTheme(); in setup() local
|
D | VectorDrawableTest.java | 254 Theme theme = mResources.newTheme(); in verifyVectorDrawables() local
|
D | DrawableTest.java | 431 Theme theme = mResources.newTheme(); in testCreateFromXmlThemed() local 463 Theme theme = mResources.newTheme(); in testCreateFromXmlInnerThemed() local
|
D | GradientDrawableTest.java | 695 final Theme theme = context.getResources().newTheme(); in testInflationWithThemeAndNonThemeResources() local
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
D | GenerateImagesActivity.java | 115 final ThemeInfo theme = THEMES[mCurrentTheme]; in launchThemeDeviceActivity() 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 | 90 public TestDialog(Context context, int theme) { in TestDialog()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleAdapterTest.java | 298 Theme theme = mContext.getResources().newTheme(); in testAccessDropDownViewTheme() local
|
D | SpinnerTest.java | 273 Theme theme = mActivity.getResources().newTheme(); in testGetPopupContext() local
|
D | ArrayAdapterTest.java | 236 Theme theme = mContext.getResources().newTheme(); in testAccessDropDownViewTheme() local
|
D | CursorAdapterTest.java | 282 Theme theme = mContext.getResources().newTheme(); in testAccessDropDownViewTheme() local
|