Home
last modified time | relevance | path

Searched refs:pipBounds (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java280 final Rect pipBounds = getPinnedStackBounds(); in testEnterPipWithMinimalSize() local
281 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() local
306 assertTrue("Pinned task bounds " + pipBounds + " isn't smaller than minimal " in testEnterPipWithTinyMinimalSize()
308 pipBounds.width() >= overridableMinSize in testEnterPipWithTinyMinimalSize()
309 && pipBounds.height() >= overridableMinSize); in testEnterPipWithTinyMinimalSize()