Searched refs:getDisplayFrame (Results 1 – 1 of 1) sorted by relevance
744 final Rect displayFrame = getDisplayFrame(upperAnchorView); in testGetMaxAvailableHeight()848 final int expected = getDisplayFrame(anchorView).bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_topAnchor_ignoringBottomDecoration()871 final int expected = getDisplayFrame(anchorView).bottom - getViewBottom(anchorView) - 2; in testGetMaxAvailableHeight_topAnchor_offset2_ignoringBottomDecoration()900 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()961 getDisplayFrame(anchorView).bottom - getViewBottom(anchorView) + 1; in testGetMaxAvailableHeight_topAnchor_negativeOffset_ignoringBottomDecoration()987 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration()1037 private Rect getDisplayFrame(View view) { in getDisplayFrame() method in PopupWindowTest