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