Home | History | Annotate | Download | only in widget

Lines Matching defs:postOnAnimation

3509             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() {
5129 ViewCompat.postOnAnimation(RecyclerView.this, this);
5138 postOnAnimation();
5200 postOnAnimation();
5278 ViewCompat.postOnAnimation(RecyclerView.this, mUpdateChildViewsRunnable);
7831 public void postOnAnimation(Runnable action) {
7833 ViewCompat.postOnAnimation(mRecyclerView, action);
7849 * @see #postOnAnimation
11495 mRecyclerView.mViewFlinger.postOnAnimation();
11633 recyclerView.mViewFlinger.postOnAnimation();