Home
last modified time | relevance | path

Searched defs:animateChange (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DSimpleItemAnimator.java148 public boolean animateChange(@NonNull ViewHolder oldHolder, @NonNull ViewHolder newHolder, in animateChange() method in SimpleItemAnimator
267 public abstract boolean animateChange(ViewHolder oldHolder, in animateChange() method in SimpleItemAnimator
H A DDefaultItemAnimator.java320 public boolean animateChange(ViewHolder oldHolder, ViewHolder newHolder, in animateChange() method in DefaultItemAnimator
H A DRecyclerView.java3886 private void animateChange(@NonNull ViewHolder oldHolder, @NonNull ViewHolder newHolder, in animateChange() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java341 private boolean animateChange() { in animateChange() method in LightBarController