Home
last modified time | relevance | path

Searched defs:touchscreen (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualDeviceMirrorDisplayTest.java221 VirtualTouchscreen touchscreen = VirtualInputDeviceCreator.createAndPrepareTouchscreen( in virtualTouchscreen_touchEvent() local
/cts/hostsidetests/input/app/src/android/input/cts/hostside/app/
DEmulateInputDevice.kt68 UinputTouchScreen(instrumentation, context.display).use { touchscreen -> in <lambda>() method
/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java156 final int touchscreen, final int keyboard, final int keysHidden, final int navigation, in getResources()