Searched refs:synchronizeNextDraw (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ViewRootSync.kt | 17 fun synchronizeNextDraw(view: View, otherView: View, then: () -> Unit) { regex 40 fun synchronizeNextDraw(view: View, otherView: View, then: Runnable) { regex 41 synchronizeNextDraw(view, otherView, then::run)
|
H A D | DialogLaunchAnimator.kt | 733 synchronizeNextDraw( 747 private fun synchronizeNextDraw(then: () -> Unit) { regex 756 ViewRootSync.synchronizeNextDraw(controllerRootView, decorView, then) 879 synchronizeNextDraw {
|
H A D | LaunchAnimator.kt | 359 ViewRootSync.synchronizeNextDraw(launchContainer, openingWindowSyncView, then = {})
|