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/other/
DPinnedStackTests.java351 final Rect pipBounds = getPinnedStackBounds(); in testEnterPipWithMinimalSize() local
352 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() local
377 assertTrue("Pinned task bounds " + pipBounds + " isn't smaller than minimal " in testEnterPipWithTinyMinimalSize()
379 pipBounds.width() >= overridableMinSize in testEnterPipWithTinyMinimalSize()
380 && pipBounds.height() >= overridableMinSize); in testEnterPipWithTinyMinimalSize()