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.java366 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown() local
398 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen() local
430 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap() local
462 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap_Offset() local
507 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap_OutOfScreen() local
548 final PopupWindow popup = createPopupWindow(createPopupContent(width, height)); in testShowAsDropDown_ClipToScreen_TooBig() local
580 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition()
589 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition()
598 private void verifyPosition(PopupWindow popup, View anchor, in verifyPosition()
607 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