Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSetTouchableRegionTest.java149 PopupWindow popup = new PopupWindow(mPopupView, in testClickthroughRegion() local
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java390 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown() local
422 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen() local
454 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap() local
486 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap_Offset() local
531 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap_OutOfScreen() local
572 final PopupWindow popup = createPopupWindow(createPopupContent(width, height)); in testShowAsDropDown_ClipToScreen_TooBig() local
604 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition()
613 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition()
622 private void verifyPosition(PopupWindow popup, View anchor, in verifyPosition()
631 private void verifyPosition(PopupWindow popup, View anchor, in verifyPosition()
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/
DBackGestureInvokedTest.java196 PopupWindow popup = new PopupWindow(contentView, ViewGroup.LayoutParams.MATCH_PARENT, in addPopupWindow() local
/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java942 PopupWindow popup = new PopupWindow(popupContent, in testTooltipInPopup() local