Searched refs:TOUCHSCREEN_STYLUS (Results 1 – 3 of 3) sorted by relevance
40 import static org.robolectric.res.android.ResTable_config.TOUCHSCREEN_STYLUS;286 assertThat(config.touchscreen).isEqualTo(TOUCHSCREEN_STYLUS); in parse_touchscreen_stylus()
786 out.touchscreen = ResTable_config.TOUCHSCREEN_STYLUS; in parseTouchscreen()
492 @Deprecated static final int TOUCHSCREEN_STYLUS = 2; field in ResTable_config