Searched refs:lastChildOnScreenXY (Results 1 – 1 of 1) sorted by relevance
566 final int[] lastChildOnScreenXY = new int[2]; in testPromptViewBelow() local567 lastListChild.getLocationOnScreen(lastChildOnScreenXY); in testPromptViewBelow()572 assertTrue(lastChildOnScreenXY[1] <= promptViewOnScreenXY[1]); in testPromptViewBelow()