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.java743 final Rect visibleDisplayFrame = getVisibleDisplayFrame(upperAnchorView); in testGetMaxAvailableHeight()
837 final int expected = getVisibleDisplayFrame(anchorView).bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_topAnchor()
860 getVisibleDisplayFrame(anchorView).bottom - getViewBottom(anchorView) - 2; in testGetMaxAvailableHeight_topAnchor_offset2()
881 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset()
899 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()
919 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_maxOffset()
932 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_maxOffset_ignoringBottomDecoration()
948 getVisibleDisplayFrame(anchorView).bottom - getViewBottom(anchorView) + 1; in testGetMaxAvailableHeight_topAnchor_negativeOffset()
971 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_middleAnchor()
986 final Rect visibleDisplayFrame = getVisibleDisplayFrame(anchorView); in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration()
[all …]