Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/servertransaction/
H A DTransferSplashScreenViewStateItem.java63 @Nullable SurfaceControl startingWindowLeash) { in obtain() argument
70 instance.mStartingWindowLeash = startingWindowLeash; in obtain()
/aosp14/frameworks/base/core/java/android/app/
H A DClientTransactionHandler.java187 @NonNull SurfaceControl startingWindowLeash); in handleAttachSplashScreenView() argument
H A DActivityThread.java4255 @NonNull SurfaceControl startingWindowLeash) { in handleAttachSplashScreenView() argument
4258 createSplashScreen(r, decorView, parcelable, startingWindowLeash); in handleAttachSplashScreenView()
4267 @NonNull SurfaceControl startingWindowLeash) { in createSplashScreen() argument
4287 view, r.token, decorView, startingWindowLeash); in createSplashScreen()
4304 View decorView, @NonNull SurfaceControl startingWindowLeash) { in syncTransferSplashscreenViewTransaction() argument
4310 transaction.hide(startingWindowLeash); in syncTransferSplashscreenViewTransaction()