Searched refs:mTapDetector (Results 1 – 2 of 2) sorted by relevance
477 assertNotNull(dc0.mTapDetector); in testInputEventBringsCorrectDisplayInFocus()484 assertNotNull(dc1.mTapDetector); in testInputEventBringsCorrectDisplayInFocus()2540 dc.mTapDetector.onPointerEvent(downEvent); in tapOnDisplay()2551 dc.mTapDetector.onPointerEvent(upEvent); in tapOnDisplay()
487 final TaskTapPointerEventListener mTapDetector; field in DisplayContent1081 mTapDetector = new TaskTapPointerEventListener(mWmService, this); in DisplayContent()1082 registerPointerEventListener(mTapDetector); in DisplayContent()3024 mTapDetector.setTouchExcludeRegion(mTouchExcludeRegion); in updateTouchExcludeRegion()