Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewRootSync.kt17 fun synchronizeNextDraw(view: View, otherView: View, then: () -> Unit) { in synchronizeNextDraw() method
40 fun synchronizeNextDraw(view: View, otherView: View, then: Runnable) { in synchronizeNextDraw() method
41 synchronizeNextDraw(view, otherView, then::run) in synchronizeNextDraw()
DDialogTransitionAnimator.kt741 synchronizeNextDraw( in moveSourceDrawingToDialog()
755 private fun synchronizeNextDraw(then: () -> Unit) { in synchronizeNextDraw() method
764 ViewRootSync.synchronizeNextDraw(controllerRootView, decorView, then) in synchronizeNextDraw()
887 synchronizeNextDraw { in hideDialogIntoView()
DTransitionAnimator.kt427 ViewRootSync.synchronizeNextDraw( in <lambda>()
446 ViewRootSync.synchronizeNextDraw( in <lambda>()