Searched refs:mSplashScreenStyleSolidColor (Results 1 – 2 of 2) sorted by relevance
602 boolean mSplashScreenStyleSolidColor = false; field in ActivityRecord6939 mSplashScreenStyleSolidColor = true; in onFirstWindowDrawn()6989 mSplashScreenStyleSolidColor = true; in onStartingWindowDrawn()7554 return sourceRecord.mSplashScreenStyleSolidColor; in shouldUseSolidColorSplashScreen()7623 mSplashScreenStyleSolidColor = shouldUseSolidColorSplashScreen(sourceRecord, startActivity, in showStartingWindow()7635 allowTaskSnapshot(), activityCreated, mSplashScreenStyleSolidColor, allDrawn); in showStartingWindow()
2833 assertFalse(secondRecord.mSplashScreenStyleSolidColor); in testTrackingStartingWindowThroughTrampoline()2840 assertTrue(finalRecord.mSplashScreenStyleSolidColor); in testTrackingStartingWindowThroughTrampoline()