Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java748 visibleDisplayFrame.bottom - getViewBottom(upperAnchorView); in testGetMaxAvailableHeight()
824 visibleDisplayFrame.bottom - getViewBottom(middleAnchorView); in testGetMaxAvailableHeight()
837 final int expected = getVisibleDisplayFrame(anchorView).bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_topAnchor()
848 final int expected = getDisplayFrame(anchorView).bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_topAnchor_ignoringBottomDecoration()
860 getVisibleDisplayFrame(anchorView).bottom - getViewBottom(anchorView) - 2; in testGetMaxAvailableHeight_topAnchor_offset2()
871 final int expected = getDisplayFrame(anchorView).bottom - getViewBottom(anchorView) - 2; in testGetMaxAvailableHeight_topAnchor_offset2_ignoringBottomDecoration()
882 final int maxOffset = visibleDisplayFrame.bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset()
887 visibleDisplayFrame.bottom - getViewBottom(anchorView) - offset; in testGetMaxAvailableHeight_topAnchor_largeOffset()
902 final int maxOffset = visibleDisplayFrame.bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()
906 final int distanceToBottom = displayFrame.bottom - getViewBottom(anchorView) - offset; in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()
[all …]