Searched refs:IGNORE_BOTTOM_DECOR (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 106 private static final boolean IGNORE_BOTTOM_DECOR = true; field in PopupWindowTest 823 mPopupWindow.getMaxAvailableHeight(upperAnchorView, 0, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight() 857 mPopupWindow.getMaxAvailableHeight(upperAnchorView, 2, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight() 862 mPopupWindow.getMaxAvailableHeight(upperAnchorView, maxOffset, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight() 871 IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight() 879 mPopupWindow.getMaxAvailableHeight(upperAnchorView, 0, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight() 919 final int actual = mPopupWindow.getMaxAvailableHeight(anchorView, 0, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_ignoringBottomDecoration() 942 final int actual = mPopupWindow.getMaxAvailableHeight(anchorView, 2, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_offset2_ignoringBottomDecoration() 980 mPopupWindow.getMaxAvailableHeight(anchorView, offset, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration() 1007 mPopupWindow.getMaxAvailableHeight(anchorView, offset, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_maxOffset_ignoringBottomDecoration() [all …]
|