Searched refs:defaultPipBounds (Results 1 – 1 of 1) sorted by relevance
213 Rect defaultPipBounds = wmState.getDefaultPinnedStackBounds(); in testPinnedStackDefaultBounds() local215 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()