Searched refs:decorViewLocation (Results 1 – 1 of 1) sorted by relevance
655 final int[] decorViewLocation = new int[2]; in testInjectFromThread() local657 decorView.getLocationOnScreen(decorViewLocation); in testInjectFromThread()662 decorViewLocation[0] + decorView.getWidth() / 2, in testInjectFromThread()663 decorViewLocation[1] + decorView.getHeight() / 2); in testInjectFromThread()