Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/server/input/debug/
DFocusEventDebugViewTest.java52 private FocusEventDebugView mFocusEventDebugView; field in FocusEventDebugViewTest
65 mFocusEventDebugView = new FocusEventDebugView(context, mockService, in setUp()
71 mFocusEventDebugView.handleUpdateShowRotaryInput(true); in handleRotaryInput_sendsMotionEventWhenEnabled()
73 mFocusEventDebugView.handleRotaryInput(createRotaryMotionEvent(0.5f, 10L)); in handleRotaryInput_sendsMotionEventWhenEnabled()
81 mFocusEventDebugView.handleUpdateShowRotaryInput(false); in handleRotaryInput_doesNotSendMotionEventWhenDisabled()
83 mFocusEventDebugView.handleRotaryInput(createRotaryMotionEvent(0.5f, 10L)); in handleRotaryInput_doesNotSendMotionEventWhenDisabled()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java399 private FocusEventDebugView mFocusEventDebugView; field in InputManagerService
2399 if (mFocusEventDebugView != null) { in interceptKeyBeforeQueueing()
2400 mFocusEventDebugView.reportKeyEvent(event); in interceptKeyBeforeQueueing()
3265 if (mFocusEventDebugView != null) { in updateShowKeyPresses()
3266 mFocusEventDebugView.updateShowKeyPresses(enabled); in updateShowKeyPresses()
3280 if (mFocusEventDebugView != null) { in updateShowRotaryInput()
3281 mFocusEventDebugView.updateShowRotaryInput(enabled); in updateShowRotaryInput()
3290 if (enabled == (mFocusEventDebugView != null)) { in updateFocusEventDebugViewEnabled()
3294 mFocusEventDebugView = new FocusEventDebugView(mContext, this); in updateFocusEventDebugViewEnabled()
3295 view = mFocusEventDebugView; in updateFocusEventDebugViewEnabled()
[all …]