Home
last modified time | relevance | path

Searched refs:touchScreen (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/data/keyboards/
Dqwerty.idc19 touch.deviceType = touchScreen
Dqwerty2.idc19 touch.deviceType = touchScreen
/frameworks/native/services/vr/virtual_touchpad/idc/
Dvr-virtual-touchpad-0.idc19 touch.deviceType = touchScreen
Dvr-virtual-touchpad-1.idc19 touch.deviceType = touchScreen
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DCameraView.java125 return touchScreen(event); in CameraView()
203 public boolean touchScreen(MotionEvent event) { in touchScreen() method in CameraView
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DCameraView.java126 return touchScreen(event); in CameraView()
202 public boolean touchScreen(MotionEvent event) { in touchScreen() method in CameraView
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java302 public ConfigGenerator setTouchScreen(TouchScreen touchScreen) { in setTouchScreen() argument
303 mTouchScreen = touchScreen; in setTouchScreen()