Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLoggingItemAnimator.java114 public boolean animateChange(@NonNull RecyclerView.ViewHolder oldHolder, in animateChange() method in LoggingItemAnimator
160 public boolean animateChange(RecyclerView.ViewHolder oldHolder, in animateChange() method in LoggingItemAnimator
DDefaultItemAnimatorTest.java192 public void animateChange() throws Throwable { in animateChange() method in DefaultItemAnimatorTest
364 boolean animateChange(final RecyclerView.ViewHolder oldHolder, in animateChange() method in DefaultItemAnimatorTest
DItemAnimatorV2ApiTest.java672 public boolean animateChange(@NonNull RecyclerView.ViewHolder oldHolder, in animateChange() method in ItemAnimatorV2ApiTest.LoggingV2Animator
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DSimpleItemAnimator.java134 public boolean animateChange(@NonNull ViewHolder oldHolder, @NonNull ViewHolder newHolder, in animateChange() method in SimpleItemAnimator
253 abstract public boolean animateChange(ViewHolder oldHolder, in animateChange() method in SimpleItemAnimator
DDefaultItemAnimator.java311 public boolean animateChange(ViewHolder oldHolder, ViewHolder newHolder, in animateChange() method in DefaultItemAnimator
DRecyclerView.java3492 private void animateChange(@NonNull ViewHolder oldHolder, @NonNull ViewHolder newHolder, in animateChange() method in RecyclerView
11136 public abstract boolean animateChange(@NonNull ViewHolder oldHolder, in animateChange() method in RecyclerView.ItemAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightStatusBarController.java88 private boolean animateChange() { in animateChange() method in LightStatusBarController
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryItemAnimator.java103 public boolean animateChange(final RecyclerView.ViewHolder oldHolder, in animateChange() method in DirectoryItemAnimator