Home | History | Annotate | Download | only in widget

Lines Matching defs:postOnAnimation

3174             postOnAnimation(mItemAnimatorRunner);
4632 // When set to true, postOnAnimation callbacks are delayed until the run method completes
4743 postOnAnimation();
4769 postOnAnimation();
4773 void postOnAnimation() {
4778 RecyclerView.this.postOnAnimation(this);
4787 postOnAnimation();
4843 postOnAnimation();
4921 RecyclerView.this.postOnAnimation(mUpdateChildViewsRunnable);
7267 public void postOnAnimation(Runnable action) {
7269 mRecyclerView.postOnAnimation(action);
7285 * @see #postOnAnimation
10640 mRecyclerView.mViewFlinger.postOnAnimation();
10733 recyclerView.mViewFlinger.postOnAnimation();