Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java546 boolean mSplashScreenStyleEmpty = false; field in ActivityRecord
6075 mSplashScreenStyleEmpty = true; in onFirstWindowDrawn()
6110 mSplashScreenStyleEmpty = true; in onStartingWindowDrawn()
6595 return sourceRecord.mSplashScreenStyleEmpty; in shouldUseEmptySplashScreen()
6653 mSplashScreenStyleEmpty = shouldUseEmptySplashScreen(sourceRecord, startActivity); in showStartingWindow()
6669 allowTaskSnapshot(), activityCreated, mSplashScreenStyleEmpty); in showStartingWindow()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java2616 assertFalse(secondRecord.mSplashScreenStyleEmpty); in testTrackingStartingWindowThroughTrampoline()
2623 assertTrue(finalRecord.mSplashScreenStyleEmpty); in testTrackingStartingWindowThroughTrampoline()