Searched refs:mClingWindow (Results 1 – 1 of 1) sorted by relevance
70 private ClingWindowView mClingWindow; field in ImmersiveModeConfirmation156 return mClingWindow == null; in onPowerKeyDown()168 if (mClingWindow != null) { in confirmCurrentPrompt()175 if (mClingWindow != null) { in handleHide()177 mWindowManager.removeView(mClingWindow); in handleHide()178 mClingWindow = null; in handleHide()338 mClingWindow = new ClingWindowView(mContext, mConfirm); in handleShow()341 mClingWindow.setSystemUiVisibility( in handleShow()347 mWindowManager.addView(mClingWindow, lp); in handleShow()