Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DLaunchAnimator.kt95 val openingWindowSyncView: View?
274 val openingWindowSyncView = controller.openingWindowSyncView regex
275 val openingWindowSyncViewOverlay = openingWindowSyncView?.overlay
277 openingWindowSyncView != null &&
278 openingWindowSyncView.viewRootImpl != controller.launchContainer.viewRootImpl
359 ViewRootSync.synchronizeNextDraw(launchContainer, openingWindowSyncView, then = {})
364 openingWindowSyncView!!
H A DActivityLaunchAnimator.kt564 controller.openingWindowSyncView ?: controller.launchContainer
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt23 override val openingWindowSyncView: View?