Searched refs:topInsetsBounds (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | SplashscreenTests.java | 173 Rect topInsetsBounds = new Rect(insets.left, 0, appBounds.right - insets.right, insets.top); in testSplashScreenColor() local 176 assertFalse("Top insets bounds rect is empty", topInsetsBounds.isEmpty()); in testSplashScreenColor() 194 assertColors(image, topInsetsBounds, primaryColor, 0.80f, secondaryColor, 0.10f, null); in testSplashScreenColor()
|