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

/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java45 public static void postOnAnimation(View view, Runnable action) { method in class:ViewCompatJB
46 view.postOnAnimation(action);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java377 void postOnAnimation(View view, Runnable action); method in interface:ViewCompat.ViewCompatImpl
536 public void postOnAnimation(View view, Runnable action) { method in class:ViewCompat.BaseViewCompatImpl
1414 public void postOnAnimation(View view, Runnable action) { method in class:ViewCompat.JBViewCompatImpl
1415 ViewCompatJB.postOnAnimation(view, action);
2043 public static void postOnAnimation(View view, Runnable action) { method in class:ViewCompat
2044 IMPL.postOnAnimation(view, action);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2988 ViewCompat.postOnAnimation(this, mItemAnimatorRunner);
4316 // When set to true, postOnAnimation callbacks are delayed until the run method completes
4426 postOnAnimation();
4449 postOnAnimation();
4453 void postOnAnimation() { method in class:RecyclerView.ViewFlinger
4458 ViewCompat.postOnAnimation(RecyclerView.this, this);
4467 postOnAnimation();
4518 postOnAnimation();
4601 ViewCompat.postOnAnimation(RecyclerView.this, mUpdateChildViewsRunnable);
6600 public void postOnAnimation(Runnabl method in class:RecyclerView.LayoutManager
[all...]
/frameworks/base/core/java/android/view/
H A DView.java13894 public void postOnAnimation(Runnable action) { method in class:View
13915 * @see #postOnAnimation
13942 * @see #postOnAnimation

Completed in 942 milliseconds