Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DCannedAnimationCoordinator.kt49 private var animationFactory: Consumer<PendingAnimation>? = null in <lambda>() variable in com.android.launcher3.util.CannedAnimationCoordinator
72 animationFactory = factory in <lambda>()
93 animationFactory = null in <lambda>()
163 if (animationFactory == null || animationController == null) { in <lambda>()
168 .apply { animationFactory?.accept(this) } in <lambda>()