Home | History | Annotate | Download | only in widget

Lines Matching refs:mTemporaryDetach

294     boolean mTemporaryDetach;
4973 mTemporaryDetach = false;
7874 if (!mDispatchTemporaryDetach) mTemporaryDetach = true;
7878 if (mEditor != null) mEditor.mTemporaryDetach = true;
7886 if (!mDispatchTemporaryDetach) mTemporaryDetach = false;
7887 if (mEditor != null) mEditor.mTemporaryDetach = false;
7892 if (mTemporaryDetach) {