Searched refs:mClingWindow (Results 1 – 1 of 1) sorted by relevance
77 private ClingWindowView mClingWindow; field in ImmersiveModeConfirmation158 return mClingWindow == null; in onPowerKeyDown()170 if (mClingWindow != null) { in confirmCurrentPrompt()177 if (mClingWindow != null) { in handleHide()179 getWindowManager().removeView(mClingWindow); in handleHide()180 mClingWindow = null; in handleHide()360 mClingWindow = new ClingWindowView(mContext, mConfirm); in handleShow()363 mClingWindow.setSystemUiVisibility( in handleShow()368 getWindowManager().addView(mClingWindow, lp); in handleShow()