Searched refs:postOnAnimation (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java44 public static void postOnAnimation(View view, Runnable action) { method in class:ViewCompatJB
45 view.postOnAnimation(action);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java127 public void postOnAnimation(View view, Runnable action); method in interface:ViewCompat.ViewCompatImpl
177 public void postOnAnimation(View view, Runnable action) { method in class:ViewCompat.BaseViewCompatImpl
279 public void postOnAnimation(View view, Runnable action) { method in class:ViewCompat.JBViewCompatImpl
280 ViewCompatJB.postOnAnimation(view, action);
575 public static void postOnAnimation(View view, Runnable action) { method in class:ViewCompat
576 IMPL.postOnAnimation(view, action);
H A DViewPager.java1694 ViewCompat.postOnAnimation(this, mEndScrollRunnable);
/frameworks/base/core/java/android/widget/
H A DAbsListView.java3944 postOnAnimation(this);
3962 postOnAnimation(this);
3975 postOnAnimation(this);
3997 postOnAnimation(this);
4006 postOnAnimation(this);
4105 postOnAnimation(this);
4146 postOnAnimation(this);
4223 postOnAnimation(this);
4301 postOnAnimation(this);
4357 postOnAnimation(thi
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java742 mDecor.postOnAnimation(mInvalidatePanelMenuRunnable);
2871 mDecor.postOnAnimation(mInvalidatePanelMenuRunnable);
/frameworks/base/core/java/android/view/
H A DView.java10608 public void postOnAnimation(Runnable action) { method in class:View
10628 * @see #postOnAnimation
10654 * @see #postOnAnimation

Completed in 998 milliseconds