Searched refs:viewGroupOnScreenXY (Results 1 – 1 of 1) sorted by relevance
645 final int[] viewGroupOnScreenXY = new int[2]; in emulateScrollToBottom() local646 viewGroup.getLocationOnScreen(viewGroupOnScreenXY); in emulateScrollToBottom()648 final int emulatedX = viewGroupOnScreenXY[0] + viewGroup.getWidth() / 2; in emulateScrollToBottom()649 final int emulatedStartY = viewGroupOnScreenXY[1] + 3 * viewGroup.getHeight() / 4; in emulateScrollToBottom()