Searched refs:mPermanentlyHidden (Results 1 – 2 of 2) sorted by relevance
210 boolean mPermanentlyHidden; // the window should never be shown again field in WindowState2369 if (mPermanentlyHidden) { in showLw()2468 if (!mPermanentlyHidden) { in hidePermanentlyLw()2469 mPermanentlyHidden = true; in hidePermanentlyLw()3333 || isParentWindowHidden()|| mPermanentlyHidden) { in dump()3341 pw.print(" mPermanentlyHidden="); pw.println(mPermanentlyHidden); in dump()
2220 w.mAttrs.type == TYPE_TOAST && w.mOwnerUid == uid && !w.mPermanentlyHidden in canAddToastWindowForUid()