Searched refs:mIsAttached (Results 1 – 2 of 2) sorted by relevance
156 private boolean mIsAttached; field in EdgeBackGestureHandler203 mIsAttached = true; in onNavBarAttached()211 mIsAttached = false; in onNavBarDetached()239 boolean isEnabled = mIsAttached && mIsGesturalModeEnabled; in updateIsEnabled()511 pw.println(" mIsAttached=" + mIsAttached); in dump()
317 if (!mIsAttached) {340 boolean mIsAttached; field in RecyclerView1137 if (mIsAttached) { in setLayoutManager()1154 if (mIsAttached) { in setLayoutManager()2437 mIsAttached = true; in onAttachedToWindow()2474 mIsAttached = false; in onDetachedFromWindow()2494 return mIsAttached; in isAttachedToWindow()3174 if (!mPostedAnimatorRunner && mIsAttached) { in postAnimationRunner()4921 if (POST_UPDATES_ON_ANIMATION && mHasFixedSize && mIsAttached) { in triggerUpdateProcessor()