Searched refs:topInsetsBounds (Results 1 – 1 of 1) sorted by relevance
191 Rect topInsetsBounds = new Rect(insets.left, 0, appBounds.right - insets.right, insets.top); in testSplashScreenColor() local209 if (isFullscreen && !topInsetsBounds.isEmpty()) { in testSplashScreenColor()210 assertColors(image, topInsetsBounds, primaryColor, 0.80f, secondaryColor, 0.10f, null); in testSplashScreenColor()