Searched refs:NAVIGATION_DPAD (Results 1 – 5 of 5) sorted by relevance
24 import static org.robolectric.res.android.ResTable_config.NAVIGATION_DPAD;352 assertThat(config.navigation).isEqualTo(NAVIGATION_DPAD); in parse_navigation_dpad()
12 import static android.content.res.Configuration.NAVIGATION_DPAD;247 assertThat(configuration.navigation).isEqualTo(NAVIGATION_DPAD); in applyQualifiers_shouldHonorSpecifiedQualifiers()
320 case Configuration.NAVIGATION_DPAD: in resourceQualifierString()
379 static final int NAVIGATION_DPAD = 2; field in ResTable_config388 map.put(NAVIGATION_DPAD, "dpad"); in map.put() argument
889 out.navigation = ResTable_config.NAVIGATION_DPAD; in parseNavigation()