Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/server/input/debug/
DFocusEventDebugViewTest.java71 mFocusEventDebugView.handleUpdateShowRotaryInput(true); in handleRotaryInput_sendsMotionEventWhenEnabled()
81 mFocusEventDebugView.handleUpdateShowRotaryInput(false); in handleRotaryInput_doesNotSendMotionEventWhenDisabled()
/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugView.java157 post(() -> handleUpdateShowRotaryInput(enabled)); in updateShowRotaryInput()
199 void handleUpdateShowRotaryInput(boolean enabled) { in handleUpdateShowRotaryInput() method in FocusEventDebugView