Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DGapWorkerTest.java177 assertFalse(recyclerView.mIsAttached); in gapWorkerWithoutLayout()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java316 if (!mIsAttached) {
339 boolean mIsAttached; field in RecyclerView
1136 if (mIsAttached) { in setLayoutManager()
1153 if (mIsAttached) { in setLayoutManager()
2436 mIsAttached = true; in onAttachedToWindow()
2473 mIsAttached = false; in onDetachedFromWindow()
2493 return mIsAttached; in isAttachedToWindow()
3173 if (!mPostedAnimatorRunner && mIsAttached) { in postAnimationRunner()
4920 if (POST_UPDATES_ON_ANIMATION && mHasFixedSize && mIsAttached) { in triggerUpdateProcessor()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java352 if (!mIsAttached) {
375 boolean mIsAttached; field in RecyclerView
1279 if (mIsAttached) { in setLayoutManager()
1297 if (mIsAttached) { in setLayoutManager()
2745 mIsAttached = true; in onAttachedToWindow()
2782 mIsAttached = false; in onDetachedFromWindow()
2802 return mIsAttached; in isAttachedToWindow()
3508 if (!mPostedAnimatorRunner && mIsAttached) { in postAnimationRunner()
5277 if (POST_UPDATES_ON_ANIMATION && mHasFixedSize && mIsAttached) { in triggerUpdateProcessor()