Searched refs:mIsAttached (Results 1 – 7 of 7) sorted by relevance
46 private boolean mIsAttached; field in SurfaceControlViewHostSyncTest161 if (mIsAttached) { in isReadyToAttach()165 return mSurfaceCreated && mIAttachEmbeddedWindow != null && !mIsAttached in isReadyToAttach()193 mIsAttached = true; in attachEmbedded()
89 private boolean mIsAttached; field in AmbientStatusBarViewController172 mIsAttached = true; in onViewAttached()215 mIsAttached = false; in onViewDetached()340 if (mIsAttached) { in showIcon()349 if (!mIsAttached || !mEntryAnimationsFinished) { in onSystemStatusBarStateChanged()
90 private boolean mIsAttached; field in PipResizeGestureHandler179 mIsAttached = true; in onActivityPinned()184 mIsAttached = false; in onActivityUnpinned()190 boolean isEnabled = mIsAttached; in updateIsEnabled()522 pw.println(innerPrefix + "mIsAttached=" + mIsAttached);
94 private boolean mIsAttached; field in PipResizeGestureHandler191 mIsAttached = true; in onActivityPinned()196 mIsAttached = false; in onActivityUnpinned()202 boolean isEnabled = mIsAttached; in updateIsEnabled()579 pw.println(innerPrefix + "mIsAttached=" + mIsAttached); in dump()
79 private boolean mIsAttached; field in StatusBarWindowController159 mIsAttached = true; in attach()348 if (!mIsAttached) {
260 private boolean mIsAttached; field in EdgeBackGestureHandler564 mIsAttached = true; in onNavBarAttached()582 mIsAttached = false; in onNavBarDetached()631 boolean isEnabled = mIsAttached && mIsGestureHandlingEnabled; in updateIsEnabledInner()1247 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()