Home
last modified time | relevance | path

Searched refs:IGNORE_BOTTOM_DECOR (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java96 private static final boolean IGNORE_BOTTOM_DECOR = true; field in PopupWindowTest
799 mPopupWindow.getMaxAvailableHeight(upperAnchorView, 0, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight()
833 mPopupWindow.getMaxAvailableHeight(upperAnchorView, 2, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight()
838 mPopupWindow.getMaxAvailableHeight(upperAnchorView, maxOffset, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight()
847 IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight()
855 mPopupWindow.getMaxAvailableHeight(upperAnchorView, 0, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight()
895 final int actual = mPopupWindow.getMaxAvailableHeight(anchorView, 0, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_ignoringBottomDecoration()
918 final int actual = mPopupWindow.getMaxAvailableHeight(anchorView, 2, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_offset2_ignoringBottomDecoration()
956 mPopupWindow.getMaxAvailableHeight(anchorView, offset, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()
983 mPopupWindow.getMaxAvailableHeight(anchorView, offset, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_maxOffset_ignoringBottomDecoration()
[all …]