Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java576 final Rect displayFrame = new Rect(); in verifyPosition() local
577 anchor.getWindowVisibleDisplayFrame(displayFrame); in verifyPosition()
581 + displayFrame + ")", displayFrame.contains(contentFrame)); in verifyPosition()
744 final Rect displayFrame = getDisplayFrame(upperAnchorView); in testGetMaxAvailableHeight() local
746 final int bottomDecorationHeight = displayFrame.bottom - visibleDisplayFrame.bottom; in testGetMaxAvailableHeight()
900 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration() local
906 final int distanceToBottom = displayFrame.bottom - getViewBottom(anchorView) - offset; in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()
987 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration() local
991 final int distanceToBottom = displayFrame.bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration()
1038 final Rect displayFrame = new Rect(); in getDisplayFrame() local
[all …]