Searched refs:promptView (Results 1 – 1 of 1) sorted by relevance
78 private View promptView; field in ListPopupWindowTest519 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()538 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewAbove()545 assertTrue(promptViewOnScreenXY[1] + promptView.getHeight() <= firstChildOnScreenXY[1]); in testPromptViewAbove()551 promptView = LayoutInflater.from(mActivity).inflate(R.layout.popupwindow_prompt, null); in testPromptViewBelow()553 promptView, ListPopupWindow.POSITION_PROMPT_BELOW); in testPromptViewBelow()559 assertTrue(promptView.isAttachedToWindow()); in testPromptViewBelow()[all …]