Searched refs:animationFactory (Results 1 – 1 of 1) sorted by relevance
49 private var animationFactory: Consumer<PendingAnimation>? = null in <lambda>() variable in com.android.launcher3.util.CannedAnimationCoordinator72 animationFactory = factory in <lambda>()93 animationFactory = null in <lambda>()163 if (animationFactory == null || animationController == null) { in <lambda>()168 .apply { animationFactory?.accept(this) } in <lambda>()