Searched refs:touchpad (Results 1 – 3 of 3) sorted by relevance
59 TextView touchpad = view.requireViewById(R.id.touchpad); in onViewCreated() local60 touchpad.setText(getViewTextResourceId()); in onViewCreated()61 touchpad.setOnTouchListener((v, e) -> { in onViewCreated()
90 TextView touchpad = view.requireViewById(R.id.stylus); in onViewCreated() local91 touchpad.setOnTouchListener(this::sendMotionEvent); in onViewCreated()
179 - **Touchpad** shows an on-screen touchpad for injecting mouse events into the185 - **Navigation** shows an on-screen D-Pad and touchpad for navigating the349 The input menu button enables **on-screen D-Pad and touchpad** for navigating438 - Added support for virtual navigation input: D-Pad and navigation touchpad.