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.java85 private View promptView; field in ListPopupWindowTest
555 promptView = LayoutInflater.from(mActivity).inflate(R.layout.popupwindow_prompt, in testPromptViewAbove()
558 promptView, ListPopupWindow.POSITION_PROMPT_ABOVE); in testPromptViewAbove()
563 assertTrue(promptView.isAttachedToWindow()); in testPromptViewAbove()
564 assertTrue(promptView.isShown()); in testPromptViewAbove()
575 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewAbove()
581 assertTrue(promptViewOnScreenXY[1] + promptView.getHeight() <= firstChildOnScreenXY[1]); in testPromptViewAbove()
588 promptView = LayoutInflater.from(mActivity).inflate(R.layout.popupwindow_prompt, in testPromptViewBelow()
591 promptView, ListPopupWindow.POSITION_PROMPT_BELOW); in testPromptViewBelow()
596 assertTrue(promptView.isAttachedToWindow()); in testPromptViewBelow()
[all …]