Searched refs:tapY (Results 1 – 2 of 2) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | TouchHelper.java | 72 final int tapY = y + Math.round(touchSlop / 2.0f); in touchAndCancelOnDisplayCenterSync() local 73 injectMotion(downTime, eventTime, MotionEvent.ACTION_CANCEL, tapX, tapY, displayId, in touchAndCancelOnDisplayCenterSync() 110 final int tapY = bounds.top + bounds.height() / 2; in tapOnCenter() local 111 tapOnDisplay(tapX, tapY, displayId, true /* sync */, waitAnimation); in tapOnCenter()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | PinnedStackTests.java | 2030 int tapY = pinnedStackBounds.top + pinnedStackBounds.height() - 100; in tapToFinishPip() local 2031 tapOnDisplaySync(tapX, tapY, DEFAULT_DISPLAY); in tapToFinishPip()
|