Searched refs:mClingWindow (Results 1 – 2 of 2) sorted by relevance
86 private ClingWindowView mClingWindow; field in ImmersiveModeConfirmation191 return mClingWindow == null; in onPowerKeyDown()203 if (mClingWindow != null) { in confirmCurrentPrompt()210 if (mClingWindow != null) { in handleHide()214 mWindowManager.removeView(mClingWindow); in handleHide()222 mClingWindow = null; in handleHide()436 if (mClingWindow != null) { in handleShow()448 mClingWindow = new ClingWindowView(mContext, mConfirm); in handleShow()452 createWindowManager(rootDisplayAreaId).addView(mClingWindow, lp); in handleShow()
107 private ClingWindowView mClingWindow; field in ImmersiveModeConfirmation233 if (mClingWindow != null) { in confirmImmersivePrompt()240 if (mClingWindow != null) { in handleHide()244 mWindowManager.removeView(mClingWindow); in handleHide()252 mClingWindow = null; in handleHide()529 if (mClingWindow != null) { in handleShow()540 mClingWindow = new ClingWindowView(mDisplayContext, mConfirm); in handleShow()544 createWindowManager(rootDisplayAreaId).addView(mClingWindow, lp); in handleShow()