Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java206 private boolean animateChange() { in animateChange() method in LightBarController
233 false, animateChange()); in updateStatus()
239 mStatusBarIconController.getTransitionsController().setIconsDark(true, animateChange()); in updateStatus()
247 mStatusBarIconController.getTransitionsController().setIconsDark(true, animateChange()); in updateStatus()
254 mNavigationBarController.setIconsDark(mNavigationLight, animateChange()); in updateNavigation()
/aosp12/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
163 return animateChange(oldHolder, newHolder, fromLeft, fromTop, toLeft, toTop); in animateChange()
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.java514 if (mItemAnimator.animateChange(viewHolder, viewHolder, preInfo, postInfo)) {
3711 animateChange(oldChangeViewHolder, holder, preInfo, postInfo, in dispatchLayoutStep3()
3886 private void animateChange(@NonNull ViewHolder oldHolder, @NonNull ViewHolder newHolder, in animateChange() method
3904 if (mItemAnimator.animateChange(oldHolder, newHolder, preInfo, postInfo)) { in animateChange()
11989 public abstract boolean animateChange(@NonNull ViewHolder oldHolder,
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DItemAnimator.kt146 override fun animateChange(
231 override fun animateChange(
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationView.java111 public boolean animateChange(RecyclerView.ViewHolder oldHolder, RecyclerView.ViewHolder in onFinishInflate()