Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java191 Rect topInsetsBounds = new Rect(insets.left, 0, appBounds.right - insets.right, insets.top); in testSplashScreenColor() local
209 if (isFullscreen && !topInsetsBounds.isEmpty()) { in testSplashScreenColor()
210 assertColors(image, topInsetsBounds, primaryColor, 0.80f, secondaryColor, 0.10f, null); in testSplashScreenColor()