Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DInputCaptureClientController.java220 private final ArrayList<KeyEvent> mKeyEventDispatchScratchList = new ArrayList<>(1); field in InputCaptureClientController
712 mKeyEventDispatchScratchList.clear(); in dispatchKeyEvent()
713 mKeyEventDispatchScratchList.add(event); in dispatchKeyEvent()
715 callback.onKeyEvents(targetDisplayType, mKeyEventDispatchScratchList); in dispatchKeyEvent()