Searched refs:IGNORE_BOTTOM_DECOR (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 87 private static final boolean IGNORE_BOTTOM_DECOR = true; field in PopupWindowTest 753 mPopupWindow.getMaxAvailableHeight(upperAnchorView, 0, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight() 787 mPopupWindow.getMaxAvailableHeight(upperAnchorView, 2, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight() 792 mPopupWindow.getMaxAvailableHeight(upperAnchorView, maxOffset, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight() 801 IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight() 809 mPopupWindow.getMaxAvailableHeight(upperAnchorView, 0, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight() 849 final int actual = mPopupWindow.getMaxAvailableHeight(anchorView, 0, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_ignoringBottomDecoration() 872 final int actual = mPopupWindow.getMaxAvailableHeight(anchorView, 2, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_offset2_ignoringBottomDecoration() 910 mPopupWindow.getMaxAvailableHeight(anchorView, offset, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration() 937 mPopupWindow.getMaxAvailableHeight(anchorView, offset, IGNORE_BOTTOM_DECOR); in testGetMaxAvailableHeight_topAnchor_maxOffset_ignoringBottomDecoration() [all …]
|