Searched refs:mIsAttached (Results 1 – 5 of 5) sorted by relevance
53 private boolean mIsAttached = false; field in SystemUIOverlayWindowController81 return mIsAttached; in isAttached()86 if (mIsAttached) { in attach()89 mIsAttached = true; in attach()
104 private boolean mIsAttached; field in PipResizeGestureHandler203 mIsAttached = true; in onActivityPinned()208 mIsAttached = false; in onActivityUnpinned()214 boolean isEnabled = mIsAttached; in updateIsEnabled()619 pw.println(innerPrefix + "mIsAttached=" + mIsAttached);
184 private boolean mIsAttached; field in MediaPicker191 mIsAttached = true; in onAttach()340 if (mIsAttached) { in open()
226 private boolean mIsAttached; field in EdgeBackGestureHandler403 mIsAttached = true; in onNavBarAttached()415 mIsAttached = false; in onNavBarDetached()448 boolean isEnabled = mIsAttached && mIsGesturalModeEnabled; in updateIsEnabled()895 pw.println(" mIsAttached=" + mIsAttached); in dump()
317 if (!mIsAttached) {340 boolean mIsAttached; field in RecyclerView1141 if (mIsAttached) { in setLayoutManager()1158 if (mIsAttached) { in setLayoutManager()2457 mIsAttached = true; in onAttachedToWindow()2494 mIsAttached = false; in onDetachedFromWindow()2514 return mIsAttached; in isAttachedToWindow()3295 if (!mPostedAnimatorRunner && mIsAttached) { in postAnimationRunner()5042 if (POST_UPDATES_ON_ANIMATION && mHasFixedSize && mIsAttached) { in triggerUpdateProcessor()