Home
last modified time | relevance | path

Searched defs:popup (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java357 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown() local
389 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen() local
421 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap() local
453 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap_Offset() local
502 final PopupWindow popup = createPopupWindow(createPopupContent(width, height)); in testShowAsDropDown_ClipToScreen_TooBig() local
534 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition()
543 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition()
552 private void verifyPosition(PopupWindow popup, View anchor, in verifyPosition()
561 private void verifyPosition(PopupWindow popup, View anchor, in verifyPosition()
/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java877 PopupWindow popup = new PopupWindow(popupContent, in testTooltipInPopup() local