Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DTransferSplashScreenViewStateItem.java73 @Nullable SurfaceControl startingWindowLeash) { in obtain() argument
81 instance.mStartingWindowLeash = startingWindowLeash; in obtain()
/frameworks/base/core/java/android/app/
DClientTransactionHandler.java198 @NonNull SurfaceControl startingWindowLeash); in handleAttachSplashScreenView() argument
DActivityThread.java4535 @NonNull SurfaceControl startingWindowLeash) { in handleAttachSplashScreenView() argument
4538 createSplashScreen(r, decorView, parcelable, startingWindowLeash); in handleAttachSplashScreenView()
4547 @NonNull SurfaceControl startingWindowLeash) { in createSplashScreen() argument
4567 view, r.token, decorView, startingWindowLeash); in createSplashScreen()
4584 View decorView, @NonNull SurfaceControl startingWindowLeash) { in syncTransferSplashscreenViewTransaction() argument
4590 transaction.hide(startingWindowLeash); in syncTransferSplashscreenViewTransaction()