Searched refs:undispatchedUpdates (Results 1 – 1 of 1) sorted by relevance
672 private val undispatchedUpdates = constant in com.android.wm.shell.shared.animation.InternalListener686 undispatchedUpdates[property] = AnimationUpdate(value, velocity) in onInternalAnimationUpdate()715 if (undispatchedUpdates.contains(property)) { in onInternalAnimationEnd()719 UpdateMap<T>().also { it[property] = undispatchedUpdates[property] }) in onInternalAnimationEnd()722 undispatchedUpdates.remove(property) in onInternalAnimationEnd()751 if (undispatchedUpdates.size >= numPropertiesAnimating && in maybeDispatchUpdates()752 undispatchedUpdates.size > 0) { in maybeDispatchUpdates()754 it.onAnimationUpdateForProperty(target, ArrayMap(undispatchedUpdates)) in maybeDispatchUpdates()757 undispatchedUpdates.clear() in maybeDispatchUpdates()