Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java508 final int[] lastChildOnScreenXY = new int[2]; in testPromptViewBelow() local
509 lastListChild.getLocationOnScreen(lastChildOnScreenXY); in testPromptViewBelow()
511 assertTrue(lastChildOnScreenXY[1] + lastListChild.getHeight() <= promptViewOnScreenXY[1]); in testPromptViewBelow()