Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java492 final StartingWindowRecord preView = mStartingWindowRecords.get(taskId); in copySplashScreenView() local
494 SplashScreenView splashScreenView = preView != null ? preView.mContentView : null; in copySplashScreenView()