Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DInputCaptureClientController.java223 private final ArrayList<RotaryEvent> mRotaryEventDispatchScratchList = new ArrayList<>(1); field in InputCaptureClientController
732 mRotaryEventDispatchScratchList.clear(); in dispatchRotaryEvent()
733 mRotaryEventDispatchScratchList.add(event); in dispatchRotaryEvent()
735 callback.onRotaryEvents(targetDisplayType, mRotaryEventDispatchScratchList); in dispatchRotaryEvent()