Searched defs:runPendingAnimations (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java102 public void runPendingAnimations() { method in class:DefaultItemAnimator
H A DRecyclerView.java474 mItemAnimator.runPendingAnimations();
11740 * @return true if a later call to {@link #runPendingAnimations()} is requested,
11766 * @return true if a later call to {@link #runPendingAnimations()} is requested,
11796 * @return true if a later call to {@link #runPendingAnimations()} is requested,
11863 * @return true if a later call to {@link #runPendingAnimations()} is requested,
11896 * called later to start the associated animations. runPendingAnimations() will be scheduled
11899 public abstract void runPendingAnimations(); method in class:RecyclerView.ItemAnimator
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DDummyItemAnimator.java218 public void runPendingAnimations() { method in class:DummyItemAnimator
H A DItemAnimatorV2ApiTest.java690 public void runPendingAnimations() { method in class:ItemAnimatorV2ApiTest.LoggingV2Animator
H A DLoggingItemAnimator.java124 public void runPendingAnimations() { method in class:LoggingItemAnimator
128 super.runPendingAnimations();
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DDefaultItemAnimator.java101 public void runPendingAnimations() { method in class:DefaultItemAnimator
H A DRecyclerView.java543 mItemAnimator.runPendingAnimations();
12691 * @return true if a later call to {@link #runPendingAnimations()} is requested,
12717 * @return true if a later call to {@link #runPendingAnimations()} is requested,
12747 * @return true if a later call to {@link #runPendingAnimations()} is requested,
12814 * @return true if a later call to {@link #runPendingAnimations()} is requested,
12847 * called later to start the associated animations. runPendingAnimations() will be scheduled
12850 public abstract void runPendingAnimations(); method in class:RecyclerView.ItemAnimator

Completed in 150 milliseconds