Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogLaunchAnimator.kt748 val controllerRootView = controller.viewRoot?.view in synchronizeNextDraw() constant
749 if (forceDisableSynchronization || controllerRootView == null) { in synchronizeNextDraw()
756 ViewRootSync.synchronizeNextDraw(controllerRootView, decorView, then) in synchronizeNextDraw()
758 controllerRootView.invalidate() in synchronizeNextDraw()