Home
last modified time | relevance | path

Searched refs:viewGroupOnScreenXY (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java457 final int[] viewGroupOnScreenXY = new int[2]; in emulateScrollToBottom() local
458 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()