Searched refs:pipBounds (Results 1 – 1 of 1) sorted by relevance
280 final Rect pipBounds = getPinnedStackBounds(); in testEnterPipWithMinimalSize() local281 assertTrue("Pinned task bounds " + pipBounds + " isn't smaller than minimal " + minSize, in testEnterPipWithMinimalSize()282 (pipBounds.width() == minSize.getWidth() in testEnterPipWithMinimalSize()283 && pipBounds.height() >= minSize.getHeight()) in testEnterPipWithMinimalSize()284 || (pipBounds.height() == minSize.getHeight() in testEnterPipWithMinimalSize()285 && pipBounds.width() >= minSize.getWidth())); in testEnterPipWithMinimalSize()305 final Rect pipBounds = getPinnedStackBounds(); in testEnterPipWithTinyMinimalSize() local306 assertTrue("Pinned task bounds " + pipBounds + " isn't smaller than minimal " in testEnterPipWithTinyMinimalSize()308 pipBounds.width() >= overridableMinSize in testEnterPipWithTinyMinimalSize()309 && pipBounds.height() >= overridableMinSize); in testEnterPipWithTinyMinimalSize()