Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java213 Rect defaultPipBounds = wmState.getDefaultPinnedStackBounds(); in testPinnedStackDefaultBounds() local
215 assertTrue(defaultPipBounds.width() > 0 && defaultPipBounds.height() > 0); in testPinnedStackDefaultBounds()
216 assertTrue(stableBounds.contains(defaultPipBounds)); in testPinnedStackDefaultBounds()
221 defaultPipBounds = wmState.getDefaultPinnedStackBounds(); in testPinnedStackDefaultBounds()
223 assertTrue(defaultPipBounds.width() > 0 && defaultPipBounds.height() > 0); in testPinnedStackDefaultBounds()
224 assertTrue(stableBounds.contains(defaultPipBounds)); in testPinnedStackDefaultBounds()