Searched refs:defaultPipBounds (Results 1 – 1 of 1) sorted by relevance
169 Rectangle defaultPipBounds = wmState.getDefaultPinnedStackBounds(); in testPinnedStackDefaultBounds() local171 assertTrue(defaultPipBounds.width > 0 && defaultPipBounds.height > 0); in testPinnedStackDefaultBounds()172 assertTrue(stableBounds.contains(defaultPipBounds)); in testPinnedStackDefaultBounds()177 defaultPipBounds = wmState.getDefaultPinnedStackBounds(); in testPinnedStackDefaultBounds()179 assertTrue(defaultPipBounds.width > 0 && defaultPipBounds.height > 0); in testPinnedStackDefaultBounds()180 assertTrue(stableBounds.contains(defaultPipBounds)); in testPinnedStackDefaultBounds()