Searched refs:mKeyEventDispatchScratchList (Results 1 – 1 of 1) sorted by relevance
220 private final ArrayList<KeyEvent> mKeyEventDispatchScratchList = new ArrayList<>(1); field in InputCaptureClientController712 mKeyEventDispatchScratchList.clear(); in dispatchKeyEvent()713 mKeyEventDispatchScratchList.add(event); in dispatchKeyEvent()715 callback.onKeyEvents(targetDisplayType, mKeyEventDispatchScratchList); in dispatchKeyEvent()