Home | History | Annotate | Download | only in getinfo

Lines Matching refs:touchscreen

56         String touchScreen = null;
57 if (con.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) {
58 touchScreen = "undefined";
59 } else if (con.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH) {
60 touchScreen = "notouch";
61 } else if (con.touchscreen == Configuration.TOUCHSCREEN_STYLUS) {
62 touchScreen = "stylus";
63 } else if (con.touchscreen == Configuration.TOUCHSCREEN_FINGER) {
64 touchScreen = "finger";
66 if (touchScreen != null) {
68 touchScreen);