Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/server/input/debug/
DFocusEventDebugViewTest.java73 mFocusEventDebugView.handleRotaryInput(createRotaryMotionEvent(0.5f, 10L)); in handleRotaryInput_sendsMotionEventWhenEnabled()
83 mFocusEventDebugView.handleRotaryInput(createRotaryMotionEvent(0.5f, 10L)); in handleRotaryInput_doesNotSendMotionEventWhenDisabled()
/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugView.java244 post(() -> handleRotaryInput(motionEvent)); in reportMotionEvent()
292 void handleRotaryInput(MotionEvent motionEvent) { in handleRotaryInput() method in FocusEventDebugView