Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DHideOverlayWindowsTest.java203 MotionEvent motionEvent = touchCenterOfBoundsAndWaitForMotionEvent(appOverlayActivityFrame); in testSystemApplicationOverlayAllowsTouchWithoutObscured()
227 MotionEvent motionEvent = touchCenterOfBoundsAndWaitForMotionEvent(appOverlayActivityFrame); in testApplicationOverlay_touchIsObscuredWithoutCorrectPermission()
264 private MotionEvent touchCenterOfBoundsAndWaitForMotionEvent(Rect bounds) { in touchCenterOfBoundsAndWaitForMotionEvent() method in HideOverlayWindowsTest