Searched refs:mAttached (Results 1 – 4 of 4) sorted by relevance
47 private boolean mAttached; field in DigitalClock124 if (mAttached) return; in onAttachedToWindow()125 mAttached = true; in onAttachedToWindow()148 if (!mAttached) return; in onDetachedFromWindow()149 mAttached = false; in onDetachedFromWindow()
146 boolean mAttached; field in SendUi253 mAttached = false; in SendUi()268 if (mScreenshotBitmap == null || mAttached) { in showPreSend()312 mAttached = true; in showPreSend()321 if (!mAttached) return; in showStartSend()336 if (!mAttached) return; in finishAndToast()344 if (!mAttached) return; in finish()387 if (!mAttached) return; in dismiss()391 mAttached = false; in dismiss()514 if (mHardwareAccelerated && mAttached && !mSending) { in onAnimationEnd()[all …]
80 private boolean mAttached; field in AccountCheckSettingsFragment154 mAttached = true; in onActivityCreated()204 mAttached = false; in onDetach()218 if (mAttached && !mPaused) { in reportProgress()
248 private boolean mAttached = false; field in Launcher1196 mAttached = true; in onAttachedToWindow()1205 if (mAttached) { in onDetachedFromWindow()1207 mAttached = false; in onDetachedFromWindow()