Searched refs:mSplashScreenStyleSolidColor (Results 1 – 2 of 2) sorted by relevance
582 boolean mSplashScreenStyleSolidColor = false; field in ActivityRecord6724 mSplashScreenStyleSolidColor = true; in onFirstWindowDrawn()6773 mSplashScreenStyleSolidColor = true; in onStartingWindowDrawn()7328 return sourceRecord.mSplashScreenStyleSolidColor; in shouldUseSolidColorSplashScreen()7399 mSplashScreenStyleSolidColor = shouldUseSolidColorSplashScreen(sourceRecord, startActivity, in showStartingWindow()7411 allowTaskSnapshot(), activityCreated, mSplashScreenStyleSolidColor, allDrawn); in showStartingWindow()
2880 assertFalse(secondRecord.mSplashScreenStyleSolidColor); in testTrackingStartingWindowThroughTrampoline()2887 assertTrue(finalRecord.mSplashScreenStyleSolidColor); in testTrackingStartingWindowThroughTrampoline()