OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newTheme
(Results
1 - 25
of
27
) sorted by null
1
2
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowThemeTest.java
82
Resources.Theme theme = resources.
newTheme
();
88
Resources.Theme theme = resources.
newTheme
();
95
Resources.Theme theme = resources.
newTheme
();
102
Resources.Theme theme = resources.
newTheme
();
109
Resources.Theme theme = resources.
newTheme
();
119
Resources.Theme theme1 = resources.
newTheme
();
124
Resources.Theme theme2 = resources.
newTheme
();
133
Resources.Theme sourceTheme = resources.
newTheme
();
136
Resources.Theme destTheme = resources.
newTheme
();
148
Resources.Theme sourceTheme = resources.
newTheme
();
[
all
...]
ShadowAssetManagerTest.java
98
resources.
newTheme
().applyStyle(-1, false);
109
Resources.getSystem().
newTheme
().applyStyle(-1, false);
201
Resources.Theme theme = resources.
newTheme
();
ShadowResourcesTest.java
84
Resources.Theme theme = resources.
newTheme
();
99
Resources.Theme theme = resources.
newTheme
();
/cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java
47
mResTheme = getContext().getResources().
newTheme
();
104
Resources.Theme theme = getContext().getResources().
newTheme
();
117
Resources.Theme other = getContext().getResources().
newTheme
();
134
Resources.Theme theme = res.
newTheme
();
157
final Theme theme = res.
newTheme
();
167
final Theme theme = res.
newTheme
();
174
final Theme theme = res.
newTheme
();
ColorStateListTest.java
64
final Theme theme = res.
newTheme
();
TypedArrayTest.java
293
final Resources.Theme theme = resources.
newTheme
();
ResourcesTest.java
762
assertNotNull(mResources.
newTheme
());
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java
90
Theme theme = mContext.getResources().
newTheme
();
161
Resources.Theme expected = mContext.getResources().
newTheme
();
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
RippleDrawableTest.java
120
final Theme t = res.
newTheme
();
ThemedDrawableTest.java
58
final Theme theme = mContext.getResources().
newTheme
();
VectorDrawableTest.java
254
Theme theme = mResources.
newTheme
();
466
final Theme t = res.
newTheme
();
DrawableTest.java
431
Theme theme = mResources.
newTheme
();
463
Theme theme = mResources.
newTheme
();
[
all
...]
GradientDrawableTest.java
695
final Theme theme = context.getResources().
newTheme
();
827
final Theme t = res.
newTheme
();
NinePatchDrawableTest.java
494
final Theme t = res.
newTheme
();
583
final Theme t = res.
newTheme
();
InsetDrawableTest.java
503
final Theme t = res.
newTheme
();
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
BitmapDrawableTest.java
121
final Theme t = res.
newTheme
();
/cts/tests/tests/widget/src/android/widget/cts/
SpinnerTest.java
135
final Resources.Theme popupTheme = mActivity.getResources().
newTheme
();
273
Theme theme = mActivity.getResources().
newTheme
();
CursorAdapterTest.java
282
Theme theme = mContext.getResources().
newTheme
();
ArrayAdapterTest.java
236
Theme theme = mContext.getResources().
newTheme
();
SimpleAdapterTest.java
298
Theme theme = mContext.getResources().
newTheme
();
AutoCompleteTextViewTest.java
185
final Resources.Theme popupTheme = mActivity.getResources().
newTheme
();
[
all
...]
/external/python/cpython2/Lib/idlelib/
configDialog.py
[
all
...]
/cts/tests/app/src/android/app/cts/
DialogTest.java
169
final Resources.Theme expected = mContext.getResources().
newTheme
();
[
all
...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowArscAssetManager.java
979
protected final Number
newTheme
() {
[
all
...]
ShadowLegacyAssetManager.java
758
protected Number
newTheme
() {
[
all
...]
Completed in 704 milliseconds
1
2