Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DSimpleItemAnimator.java114 public boolean animateAppearance(@NonNull ViewHolder viewHolder, in animateAppearance() method in SimpleItemAnimator
DRecyclerView.java503 animateAppearance(viewHolder, preInfo, info);
3869 void animateAppearance(@NonNull ViewHolder itemHolder, in animateAppearance() method
3872 if (mItemAnimator.animateAppearance(itemHolder, preLayoutInfo, postLayoutInfo)) { in animateAppearance()
11892 public abstract boolean animateAppearance(@NonNull ViewHolder viewHolder,
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DPinInputDisplay.kt390 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