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.java293 public void postOnAnimation(View view, Runnable action); method in interface:ViewCompat.ViewCompatImpl
441 public void postOnAnimation(View view, Runnable action) { method in class:ViewCompat.BaseViewCompatImpl
1243 public void postOnAnimation(View view, Runnable action) { method in class:ViewCompat.JBViewCompatImpl
1244 ViewCompatJB.postOnAnimation(view, action);
1803 public static void postOnAnimation(View view, Runnable action) { method in class:ViewCompat
1804 IMPL.postOnAnimation(view, action);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2675 ViewCompat.postOnAnimation(this, mItemAnimatorRunner);
3875 // When set to true, postOnAnimation callbacks are delayed until the run method completes
3998 postOnAnimation();
4021 postOnAnimation();
4025 void postOnAnimation() { method in class:RecyclerView.ViewFlinger
4030 ViewCompat.postOnAnimation(RecyclerView.this, this);
4039 postOnAnimation();
4090 postOnAnimation();
4153 ViewCompat.postOnAnimation(RecyclerView.this, mUpdateChildViewsRunnable);
5891 public void postOnAnimation(Runnabl method in class:RecyclerView.LayoutManager
[all...]
/frameworks/base/core/java/android/view/
H A DView.java13021 public void postOnAnimation(Runnable action) { method in class:View
13041 * @see #postOnAnimation
13067 * @see #postOnAnimation

Completed in 137 milliseconds