Searched refs:mAttached (Results 1 – 4 of 4) sorted by relevance
27 private boolean mAttached = false; field in SafeDismissDialogFragment33 mAttached = true; in onAttach()43 mAttached = false; in onDetach()52 if (!mAttached) { in dismiss()
49 private var mAttached = false variable98 if (!mAttached) { in onAttachedToWindow()99 mAttached = true in onAttachedToWindow()107 if (mAttached) { in onDetachedFromWindow()109 mAttached = false in onDetachedFromWindow()
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()