Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DManifestLayoutTests.java150 final Rect stableBounds = new Rect(windowMetrics.getBounds()); in testLayout() local
151 stableBounds.inset(windowMetrics.getWindowInsets().getInsetsIgnoringVisibility( in testLayout()
158 expectedWidthPx = (int) (stableBounds.width() * DEFAULT_WIDTH_FRACTION); in testLayout()
159 expectedHeightPx = (int) (stableBounds.height() * DEFAULT_HEIGHT_FRACTION); in testLayout()
167 containingRect, stableBounds); in testLayout()
DSplashscreenTests.java158 final Rect stableBounds = new Rect(windowMetrics.getBounds()); in testSplashScreenColor() local
161 stableBounds.inset(insets); in testSplashScreenColor()
192 appBounds.intersect(stableBounds); in testSplashScreenColor()