Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java78 private View promptView; field in ListPopupWindowTest
519 promptView = LayoutInflater.from(mActivity).inflate(R.layout.popupwindow_prompt, null); in testPromptViewAbove()
521 promptView, ListPopupWindow.POSITION_PROMPT_ABOVE); in testPromptViewAbove()
527 assertTrue(promptView.isAttachedToWindow()); in testPromptViewAbove()
528 assertTrue(promptView.isShown()); in testPromptViewAbove()
532 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewAbove()
541 assertTrue(promptViewOnScreenXY[1] + promptView.getHeight() <= firstChildOnScreenXY[1]); in testPromptViewAbove()
547 promptView = LayoutInflater.from(mActivity).inflate(R.layout.popupwindow_prompt, null); in testPromptViewBelow()
549 promptView, ListPopupWindow.POSITION_PROMPT_BELOW); in testPromptViewBelow()
555 assertTrue(promptView.isAttachedToWindow()); in testPromptViewBelow()
[all …]