Searched defs:popup (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 357 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/ |
D | TooltipTest.java | 877 PopupWindow popup = new PopupWindow(popupContent, in testTooltipInPopup() local
|