OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onApplyThemeResource
(Results
1 - 3
of
3
) sorted by null
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
FallbackThemeWrapper.java
47
protected void
onApplyThemeResource
(Theme theme, int resId, boolean first) {
/cts/tests/app/app/src/android/app/stubs/
AppStubActivity.java
135
public void
onApplyThemeResource
( Resources.Theme theme,
138
super.
onApplyThemeResource
(theme,resid,first);
/cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java
53
protected void
onApplyThemeResource
(Theme theme, int resid, boolean first) {
55
super.
onApplyThemeResource
(theme, resid, first);
101
// Note that we can't use Mockito since ContextThemeWrapper.
onApplyThemeResource
is
Completed in 103 milliseconds