Home
last modified time | relevance | path

Searched refs:callGetThemeResId (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextThemeWrapper.java13 public Integer callGetThemeResId() { in callGetThemeResId() method in ShadowContextThemeWrapper
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DActivityController.java333 int theme = shadowContextThemeWrapper.callGetThemeResId(); in configurationChange()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DActivityControllerTest.java291 int restoredTheme = shadowOf((ContextThemeWrapper) controller.get()).callGetThemeResId(); in configurationChange_restoresTheme()