Searched refs:NAVIGATION_WHEEL (Results 1 – 4 of 4) sorted by relevance
27 import static org.robolectric.res.android.ResTable_config.NAVIGATION_WHEEL;364 assertThat(config.navigation).isEqualTo(NAVIGATION_WHEEL); in parse_navigation_wheel()
326 case Configuration.NAVIGATION_WHEEL: in resourceQualifierString()
381 static final int NAVIGATION_WHEEL = 4; field in ResTable_config390 map.put(NAVIGATION_WHEEL, "wheel"); in map.put() argument
899 out.navigation = ResTable_config.NAVIGATION_WHEEL; in parseNavigation()