HomeSort by relevance Sort by last modified time
    Searched defs:touchScreen (Results 1 - 4 of 4) sorted by null

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 132 String touchScreen = null;
133 if (con.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) {
134 touchScreen = "undefined";
135 } else if (con.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH) {
136 touchScreen = "notouch";
137 } else if (con.touchscreen == Configuration.TOUCHSCREEN_STYLUS) {
138 touchScreen = "stylus";
139 } else if (con.touchscreen == Configuration.TOUCHSCREEN_FINGER) {
140 touchScreen = "finger";
142 if (touchScreen != null)
    [all...]
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
CameraView.java 125 return touchScreen(event);
203 public boolean touchScreen(MotionEvent event) {
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
CameraView.java 126 return touchScreen(event);
202 public boolean touchScreen(MotionEvent event) {
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 

Completed in 108 milliseconds