Searched refs:animateAppearance (Results 1 – 3 of 3) sorted by relevance
114 public boolean animateAppearance(@NonNull ViewHolder viewHolder, in animateAppearance() method in SimpleItemAnimator
503 animateAppearance(viewHolder, preInfo, info);3869 void animateAppearance(@NonNull ViewHolder itemHolder, in animateAppearance() method3872 if (mItemAnimator.animateAppearance(itemHolder, preLayoutInfo, postLayoutInfo)) { in animateAppearance()11892 public abstract boolean animateAppearance(@NonNull ViewHolder viewHolder,
390 PinInputEntry(it, shapeAnimations).apply { scope.launch { animateAppearance() } } in updateDigits()457 suspend fun animateAppearance() = coroutineScope { in <lambda>() method in com.android.systemui.bouncer.ui.composable.PinInputEntry