Home
last modified time | relevance | path

Searched defs:synchronizeNextDraw (Results 1 – 2 of 2) 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
DDialogTransitionAnimator.kt755 private fun synchronizeNextDraw(then: () -> Unit) { in synchronizeNextDraw() method