Home
last modified time | relevance | path

Searched refs:mIsAttached (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java220 private boolean mIsAttached; field in RecyclerView
701 if (mIsAttached) { in setLayoutManager()
715 if (mIsAttached) { in setLayoutManager()
1494 mIsAttached = true; in onAttachedToWindow()
1511 mIsAttached = false; in onDetachedFromWindow()
1945 if (!mPostedAnimatorRunner && mIsAttached) { in postAnimationRunner()
3304 if (mPostUpdatesOnAnimation && mHasFixedSize && mIsAttached) { in triggerUpdateProcessor()