Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java814 final Rect displayFrame = getDisplayFrame(upperAnchorView); in testGetMaxAvailableHeight()
918 final int expected = getDisplayFrame(anchorView).bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_topAnchor_ignoringBottomDecoration()
941 final int expected = getDisplayFrame(anchorView).bottom - getViewBottom(anchorView) - 2; in testGetMaxAvailableHeight_topAnchor_offset2_ignoringBottomDecoration()
970 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()
1031 getDisplayFrame(anchorView).bottom - getViewBottom(anchorView) + 1; in testGetMaxAvailableHeight_topAnchor_negativeOffset_ignoringBottomDecoration()
1057 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration()
1107 private Rect getDisplayFrame(View view) { in getDisplayFrame() method in PopupWindowTest