Searched refs:mPermanentlyHidden (Results 1 – 2 of 2) sorted by relevance
272 boolean mPermanentlyHidden; // the window should never be shown again field in WindowState2521 if (mPermanentlyHidden) { in showLw()2703 if (!mPermanentlyHidden) { in hidePermanentlyLw()2704 mPermanentlyHidden = true; in hidePermanentlyLw()3362 || isParentWindowHidden()|| mPermanentlyHidden || mForceHideNonSystemOverlayWindow in dump()3371 pw.print(" mPermanentlyHidden="); pw.print(mPermanentlyHidden); in dump()
2371 w.mAttrs.type == TYPE_TOAST && w.mOwnerUid == uid && !w.mPermanentlyHidden in canAddToastWindowForUid()