Searched refs:promptViewOnScreenXY (Results 1 – 1 of 1) sorted by relevance
534 final int[] promptViewOnScreenXY = new int[2]; in testPromptViewAbove() local538 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewAbove()545 assertTrue(promptViewOnScreenXY[1] + promptView.getHeight() <= firstChildOnScreenXY[1]); in testPromptViewAbove()566 final int[] promptViewOnScreenXY = new int[2]; in testPromptViewBelow() local570 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewBelow()580 assertTrue(lastChildOnScreenXY[1] <= promptViewOnScreenXY[1]); in testPromptViewBelow()