Home
last modified time | relevance | path

Searched refs:touchpad (Results 1 – 3 of 3) sorted by relevance

/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DMouseFragment.java59 TextView touchpad = view.requireViewById(R.id.touchpad); in onViewCreated() local
60 touchpad.setText(getViewTextResourceId()); in onViewCreated()
61 touchpad.setOnTouchListener((v, e) -> { in onViewCreated()
DStylusFragment.java90 TextView touchpad = view.requireViewById(R.id.stylus); in onViewCreated() local
91 touchpad.setOnTouchListener(this::sendMotionEvent); in onViewCreated()
/development/samples/VirtualDeviceManager/
DREADME.md179 - **Touchpad** shows an on-screen touchpad for injecting mouse events into the
185 - **Navigation** shows an on-screen D-Pad and touchpad for navigating the
349 The input menu button enables **on-screen D-Pad and touchpad** for navigating
438 - Added support for virtual navigation input: D-Pad and navigation touchpad.