Searched defs:postOnAnimation (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java946 public static void postOnAnimation(@NonNull View view, Runnable action) { method in class:ViewCompat
948 view.postOnAnimation(action);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3174 postOnAnimation(mItemAnimatorRunner);
4632 // When set to true, postOnAnimation callbacks are delayed until the run method completes
4743 postOnAnimation();
4769 postOnAnimation();
4773 void postOnAnimation() { method in class:RecyclerView.ViewFlinger
4778 RecyclerView.this.postOnAnimation(this);
4787 postOnAnimation();
4843 postOnAnimation();
4921 RecyclerView.this.postOnAnimation(mUpdateChildViewsRunnable);
7267 public void postOnAnimation(Runnabl method in class:RecyclerView.LayoutManager
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java3509 ViewCompat.postOnAnimation(this, mItemAnimatorRunner);
4981 // When set to true, postOnAnimation callbacks are delayed until the run method completes
5094 postOnAnimation();
5120 postOnAnimation();
5124 void postOnAnimation() { method in class:RecyclerView.ViewFlinger
5129 ViewCompat.postOnAnimation(RecyclerView.this, this);
5138 postOnAnimation();
5200 postOnAnimation();
5278 ViewCompat.postOnAnimation(RecyclerView.this, mUpdateChildViewsRunnable);
7831 public void postOnAnimation(Runnabl method in class:RecyclerView.LayoutManager
[all...]
/frameworks/base/core/java/android/view/
H A DView.java16725 public void postOnAnimation(Runnable action) { method in class:View
16746 * @see #postOnAnimation
16773 * @see #postOnAnimation
[all...]

Completed in 165 milliseconds