Searched refs:getParentFrameWithInsets (Results 1 – 1 of 1) sorted by relevance
114 assertEquals(getParentFrameWithInsets(parent), dialog.getFrame()); in testMatchParentDialog()126 Rect parentFrame = getParentFrameWithInsets(parent); in testExplicitSizeDefaultGravity()146 Rect parentFrame = getParentFrameWithInsets(parent); in testExplicitSizeTopLeftGravity()162 Rect parentFrame = getParentFrameWithInsets(parent); in testExplicitSizeBottomRightGravity()183 assertEquals(getParentFrameWithInsets(parent), dialog.getFrame())); in testOversizedDimensions()199 Rect parentFrame = getParentFrameWithInsets(parent); in testOversizedDimensionsNoLimits()218 assertEquals(getParentFrameWithInsets(parent), dialog.getFrame())); in testExplicitPositionMatchParent()229 Rect parentFrame = getParentFrameWithInsets(parent); in testExplicitPositionMatchParentNoLimits()259 Rect frame = getParentFrameWithInsets(parent); in testMarginsArePercentagesOfContentFrame()285 private Rect getParentFrameWithInsets(WindowState parent) { in getParentFrameWithInsets() method in DialogFrameTests