Searched refs:touchscreen (Results 1 – 7 of 7) sorted by relevance
133 if (con.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) { in onCreate()135 } else if (con.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH) { in onCreate()137 } else if (con.touchscreen == Configuration.TOUCHSCREEN_STYLUS) { in onCreate()139 } else if (con.touchscreen == Configuration.TOUCHSCREEN_FINGER) { in onCreate()
46 mConfig.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH; in makeConfiguration()98 cfg1.touchscreen = 2; in testCompareTo()99 cfg2.touchscreen = 3; in testCompareTo()101 cfg1.touchscreen = 3; in testCompareTo()102 cfg2.touchscreen = 2; in testCompareTo()211 config.touchscreen = 1; in testDiff()349 assertEquals(Configuration.TOUCHSCREEN_UNDEFINED, config.touchscreen); in testSetToDefaults()376 assertEquals(Configuration.TOUCHSCREEN_UNDEFINED, config.touchscreen); in testUnset()724 config.touchscreen = Configuration.TOUCHSCREEN_STYLUS; in createConfig()
132 final int touchscreen, final int keyboard, final int keysHidden, final int navigation, in getResources() argument142 config.touchscreen = touchscreen; in getResources()
127 mConfig.touchscreen = value; in setProperty()
30 store.addResult("touchscreen", con.touchscreen); in collectDeviceInfo()
265 config.touchscreen, resConfig.configuration.touchscreen); in checkResourceConfig()
557 assertEquals(configuration.touchscreen, Configuration.TOUCHSCREEN_NOTOUCH); in testFakeTouchFeatures()