Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInputTests.java740 final int[] decorViewLocation = new int[2]; in testInjectFromThread() local
742 decorView.getLocationOnScreen(decorViewLocation); in testInjectFromThread()
745 final Point testPoint = new Point(decorViewLocation[0] + decorView.getWidth() / 2, in testInjectFromThread()
746 decorViewLocation[1] + decorView.getHeight() / 2); in testInjectFromThread()