Searched refs:promptViewOnScreenXY (Results 1 – 1 of 1) sorted by relevance
531 final int[] promptViewOnScreenXY = new int[2]; in testPromptViewAbove() local532 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewAbove()541 assertTrue(promptViewOnScreenXY[1] + promptView.getHeight() <= firstChildOnScreenXY[1]); in testPromptViewAbove()562 final int[] promptViewOnScreenXY = new int[2]; in testPromptViewBelow() local563 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewBelow()572 assertTrue(lastChildOnScreenXY[1] <= promptViewOnScreenXY[1]); in testPromptViewBelow()