Searched refs:mFocusEventDebugView (Results 1 – 2 of 2) sorted by relevance
52 private FocusEventDebugView mFocusEventDebugView; field in FocusEventDebugViewTest65 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()
399 private FocusEventDebugView mFocusEventDebugView; field in InputManagerService2399 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 …]