Searched refs:postOnAnimation (Results 1 - 10 of 10) 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.java210 public void postOnAnimation(View view, Runnable action); method in interface:ViewCompat.ViewCompatImpl
272 public void postOnAnimation(View view, Runnable action) { method in class:ViewCompat.BaseViewCompatImpl
472 public void postOnAnimation(View view, Runnable action) { method in class:ViewCompat.JBViewCompatImpl
473 ViewCompatJB.postOnAnimation(view, action);
802 public static void postOnAnimation(View view, Runnable action) { method in class:ViewCompat
803 IMPL.postOnAnimation(view, action);
H A DViewPager.java1759 ViewCompat.postOnAnimation(this, mEndScrollRunnable);
/frameworks/base/core/java/android/widget/
H A DAbsListView.java4110 postOnAnimation(this);
4128 postOnAnimation(this);
4141 postOnAnimation(this);
4163 postOnAnimation(this);
4172 postOnAnimation(this);
4272 postOnAnimation(this);
4313 postOnAnimation(this);
4390 postOnAnimation(this);
4468 postOnAnimation(this);
4524 postOnAnimation(thi
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java714 ViewCompat.postOnAnimation(mTarget, this);
H A DSlidingPaneLayout.java945 ViewCompat.postOnAnimation(this, dlr);
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java713 mTarget.postOnAnimation(this);
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java889 mView.postOnAnimation(mAnimationStarter);
H A DView.java11159 public void postOnAnimation(Runnable action) { method in class:View
11179 * @see #postOnAnimation
11205 * @see #postOnAnimation
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java773 mDecor.postOnAnimation(mInvalidatePanelMenuRunnable);
3081 mDecor.postOnAnimation(mInvalidatePanelMenuRunnable);

Completed in 1866 milliseconds