Searched refs:decorViewLocation (Results 1 – 1 of 1) sorted by relevance
740 final int[] decorViewLocation = new int[2]; in testInjectFromThread() local742 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()