Searched refs:promptViewOnScreenXY (Results 1 – 1 of 1) sorted by relevance
570 final int[] promptViewOnScreenXY = new int[2]; in testPromptViewAbove() local575 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewAbove()581 assertTrue(promptViewOnScreenXY[1] + promptView.getHeight() <= firstChildOnScreenXY[1]); in testPromptViewAbove()603 final int[] promptViewOnScreenXY = new int[2]; in testPromptViewBelow() local608 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewBelow()617 assertTrue(lastChildOnScreenXY[1] <= promptViewOnScreenXY[1]); in testPromptViewBelow()