Searched refs:mAttached (Results 1 – 5 of 5) sorted by relevance
48 private var mAttached = false variable96 if (!mAttached) { in onAttachedToWindow()97 mAttached = true in onAttachedToWindow()105 if (mAttached) { in onDetachedFromWindow()107 mAttached = false in onDetachedFromWindow()
57 private boolean mAttached; field in TextTime133 if (!mAttached) { in onAttachedToWindow()134 mAttached = true; in onAttachedToWindow()143 if (mAttached) { in onDetachedFromWindow()145 mAttached = false; in onDetachedFromWindow()
26 private boolean mAttached = false; field in SafeDismissDialogFragment32 mAttached = true; in onAttach()42 mAttached = false; in onDetach()51 if (!mAttached) { in dismiss()
29 private boolean mAttached = false; field in SafeDismissDialogFragment36 mAttached = true; in onAttach()64 mAttached = false; in onDetach()71 if (!mAttached) { in dismiss()
34 private boolean mAttached; field in RefreshHelper67 checkState(!mAttached); in attach()85 mAttached = true; in attach()