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.java148 PopupWindow popup = new PopupWindow(mPopupView, in testClickthroughRegion() local
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java380 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown() local
412 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen() local
444 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap() local
476 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap_Offset() local
521 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap_OutOfScreen() local
562 final PopupWindow popup = createPopupWindow(createPopupContent(width, height)); in testShowAsDropDown_ClipToScreen_TooBig() local
594 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition()
603 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition()
612 private void verifyPosition(PopupWindow popup, View anchor, in verifyPosition()
621 private void verifyPosition(PopupWindow popup, View anchor, in verifyPosition()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DBackGestureInvokedTest.java180 PopupWindow popup = new PopupWindow(contentView, ViewGroup.LayoutParams.MATCH_PARENT, in addPopupWindow() local
/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java932 PopupWindow popup = new PopupWindow(popupContent, in testTooltipInPopup() local