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/input/
DWindowInputTests.java655 final int[] decorViewLocation = new int[2]; in testInjectFromThread() local
657 decorView.getLocationOnScreen(decorViewLocation); in testInjectFromThread()
662 decorViewLocation[0] + decorView.getWidth() / 2, in testInjectFromThread()
663 decorViewLocation[1] + decorView.getHeight() / 2); in testInjectFromThread()