Searched defs:runPendingAnimations (Results 1 - 6 of 6) 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/android/support/v7/widget/
H A DDefaultItemAnimator.java101 public void runPendingAnimations() { method in class:DefaultItemAnimator
H A DRecyclerView.java508 mItemAnimator.runPendingAnimations();
12298 * @return true if a later call to {@link #runPendingAnimations()} is requested,
12324 * @return true if a later call to {@link #runPendingAnimations()} is requested,
12354 * @return true if a later call to {@link #runPendingAnimations()} is requested,
12421 * @return true if a later call to {@link #runPendingAnimations()} is requested,
12454 * called later to start the associated animations. runPendingAnimations() will be scheduled
12457 public abstract void runPendingAnimations(); method in class:RecyclerView.ItemAnimator
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DItemAnimatorV2ApiTest.java689 public void runPendingAnimations() { method in class:ItemAnimatorV2ApiTest.LoggingV2Animator
H A DLoggingItemAnimator.java125 public void runPendingAnimations() { method in class:LoggingItemAnimator
129 super.runPendingAnimations();

Completed in 145 milliseconds