Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInputTests.java151 final Point locationInWindow = new Point(); in testMoveWindowAndTap() local
153 selectRandomLocationInWindow(windowBounds, locationInWindow); in testMoveWindowAndTap()
155 p.x = locationInWindow.x; in testMoveWindowAndTap()
156 p.y = locationInWindow.y; in testMoveWindowAndTap()