Searched refs:getDisplayFrame (Results 1 – 1 of 1) sorted by relevance
790 final Rect displayFrame = getDisplayFrame(upperAnchorView); in testGetMaxAvailableHeight()894 final int expected = getDisplayFrame(anchorView).bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_topAnchor_ignoringBottomDecoration()917 final int expected = getDisplayFrame(anchorView).bottom - getViewBottom(anchorView) - 2; in testGetMaxAvailableHeight_topAnchor_offset2_ignoringBottomDecoration()946 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()1007 getDisplayFrame(anchorView).bottom - getViewBottom(anchorView) + 1; in testGetMaxAvailableHeight_topAnchor_negativeOffset_ignoringBottomDecoration()1033 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration()1083 private Rect getDisplayFrame(View view) { in getDisplayFrame() method in PopupWindowTest