Searched refs:pipBounds (Results 1 – 1 of 1) sorted by relevance
351 final Rect pipBounds = getPinnedStackBounds(); in testEnterPipWithMinimalSize() local352 assertTrue("Pinned task bounds " + pipBounds + " isn't smaller than minimal " + minSize, in testEnterPipWithMinimalSize()353 (pipBounds.width() == minSize.getWidth() in testEnterPipWithMinimalSize()354 && pipBounds.height() >= minSize.getHeight()) in testEnterPipWithMinimalSize()355 || (pipBounds.height() == minSize.getHeight() in testEnterPipWithMinimalSize()356 && pipBounds.width() >= minSize.getWidth())); in testEnterPipWithMinimalSize()376 final Rect pipBounds = getPinnedStackBounds(); in testEnterPipWithTinyMinimalSize() local377 assertTrue("Pinned task bounds " + pipBounds + " isn't smaller than minimal " in testEnterPipWithTinyMinimalSize()379 pipBounds.width() >= overridableMinSize in testEnterPipWithTinyMinimalSize()380 && pipBounds.height() >= overridableMinSize); in testEnterPipWithTinyMinimalSize()