Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java813 final Rect visibleDisplayFrame = getVisibleDisplayFrame(upperAnchorView); in testGetMaxAvailableHeight()
907 final int expected = getVisibleDisplayFrame(anchorView).bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_topAnchor()
930 getVisibleDisplayFrame(anchorView).bottom - getViewBottom(anchorView) - 2; in testGetMaxAvailableHeight_topAnchor_offset2()
951 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset()
969 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()
989 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_maxOffset()
1002 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_maxOffset_ignoringBottomDecoration()
1018 getVisibleDisplayFrame(anchorView).bottom - getViewBottom(anchorView) + 1; in testGetMaxAvailableHeight_topAnchor_negativeOffset()
1041 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_middleAnchor()
1056 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration()
[all …]