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/input/
DWindowInputTests.java232 final Point locationInWindow = new Point(); in testMoveWindowAndTap() local
235 selectRandomLocationInWindow(selectBounds, locationInWindow); in testMoveWindowAndTap()
238 lp.x = locationInWindow.x; in testMoveWindowAndTap()
239 lp.y = locationInWindow.y; in testMoveWindowAndTap()