Searched refs:mRotaryEventDispatchScratchList (Results 1 – 1 of 1) sorted by relevance
223 private final ArrayList<RotaryEvent> mRotaryEventDispatchScratchList = new ArrayList<>(1); field in InputCaptureClientController732 mRotaryEventDispatchScratchList.clear(); in dispatchRotaryEvent()733 mRotaryEventDispatchScratchList.add(event); in dispatchRotaryEvent()735 callback.onRotaryEvents(targetDisplayType, mRotaryEventDispatchScratchList); in dispatchRotaryEvent()