Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java477 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()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java487 final TaskTapPointerEventListener mTapDetector; field in DisplayContent
1081 mTapDetector = new TaskTapPointerEventListener(mWmService, this); in DisplayContent()
1082 registerPointerEventListener(mTapDetector); in DisplayContent()
3024 mTapDetector.setTouchExcludeRegion(mTouchExcludeRegion); in updateTouchExcludeRegion()