Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java602 boolean mSplashScreenStyleSolidColor = false; field in ActivityRecord
6939 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()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java2833 assertFalse(secondRecord.mSplashScreenStyleSolidColor); in testTrackingStartingWindowThroughTrampoline()
2840 assertTrue(finalRecord.mSplashScreenStyleSolidColor); in testTrackingStartingWindowThroughTrampoline()