Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/servertransaction/
H A DTransferSplashScreenViewStateItem.java63 @Nullable SurfaceControl startingWindowLeash) { in obtain() argument
70 instance.mStartingWindowLeash = startingWindowLeash; in obtain()
/aosp12/frameworks/base/core/java/android/app/
H A DClientTransactionHandler.java170 @NonNull SurfaceControl startingWindowLeash); in handleAttachSplashScreenView() argument
H A DActivityThread.java4144 @NonNull SurfaceControl startingWindowLeash) { in handleAttachSplashScreenView() argument
4147 createSplashScreen(r, decorView, parcelable, startingWindowLeash); in handleAttachSplashScreenView()
4156 @NonNull SurfaceControl startingWindowLeash) { in createSplashScreen() argument
4176 view, r.token, decorView, startingWindowLeash); in createSplashScreen()
4192 View decorView, @NonNull SurfaceControl startingWindowLeash) { in syncTransferSplashscreenViewTransaction() argument
4198 transaction.hide(startingWindowLeash); in syncTransferSplashscreenViewTransaction()