OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextThemeWrapper
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java
29
import android.view.
ContextThemeWrapper
;
46
private static class MockContextThemeWrapper extends
ContextThemeWrapper
{
66
new
ContextThemeWrapper
();
68
new
ContextThemeWrapper
(mContext, R.style.TextAppearance);
70
new
ContextThemeWrapper
(mContext, mContext.getTheme());
75
ContextThemeWrapper
contextThemeWrapper
= new
ContextThemeWrapper
(
78
contextThemeWrapper
.setTheme(R.style.TextAppearance);
80
contextThemeWrapper
.getTheme().obtainStyledAttributes(R.styleable.TextAppearance)
[
all
...]
/cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java
32
import android.view.
ContextThemeWrapper
;
266
final
ContextThemeWrapper
contextThemeWrapper
= new
ContextThemeWrapper
(getContext(), 0);
267
contextThemeWrapper
.setTheme(R.style.TextAppearance);
268
final TypedArray test =
contextThemeWrapper
.getTheme().obtainStyledAttributes(
Completed in 384 milliseconds