Searched refs:displayFrame (Results 1 – 1 of 1) sorted by relevance
576 final Rect displayFrame = new Rect(); in verifyPosition() local577 anchor.getWindowVisibleDisplayFrame(displayFrame); in verifyPosition()581 + displayFrame + ")", displayFrame.contains(contentFrame)); in verifyPosition()744 final Rect displayFrame = getDisplayFrame(upperAnchorView); in testGetMaxAvailableHeight() local746 final int bottomDecorationHeight = displayFrame.bottom - visibleDisplayFrame.bottom; in testGetMaxAvailableHeight()900 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration() local906 final int distanceToBottom = displayFrame.bottom - getViewBottom(anchorView) - offset; in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()987 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration() local991 final int distanceToBottom = displayFrame.bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration()1038 final Rect displayFrame = new Rect(); in getDisplayFrame() local[all …]