Lines Matching refs:hidden

1628                 // If this window's app token is hidden and not animating,
1630 if (w.mAppToken.hidden && w.mAppToken.mAppAnimator.animation == null) {
1632 "Skipping hidden and not animating token: " + w);
1816 if (token.hidden == visible) {
1818 "Wallpaper token " + token + " hidden=" + !visible);
1820 token.hidden = !visible;
2092 if (token.hidden == visible) {
2093 token.hidden = !visible;
3002 // its layer recomputed. However, if the IME was hidden
3359 if (!wtoken.hidden) {
3384 wtoken.hidden = true;
3468 // Application tokens start out hidden.
3469 atoken.hidden = true;
3555 && (!atoken.hidden && atoken.hiddenRequested)) {
3575 // We ignore any hidden applications on the top.
3578 + " -- hidden on top");
4025 if (!ttoken.hidden) {
4026 wtoken.hidden = false;
4163 Slog.w(TAG, "Attempted to set will be hidden of non-existing app token: " + token);
4188 if (wtoken.hidden == visible) {
4191 TAG, "Changing app " + wtoken + " hidden=" + wtoken.hidden
4252 wtoken.hidden = wtoken.hiddenRequested = !visible;
4266 + ": hidden=" + wtoken.hidden + " hiddenRequested="
4317 + " hidden=" + wtoken.hidden
4339 // If the token is currently hidden (should be the
4342 if (wtoken.hidden) {
4362 // common case), then set up to wait for it to be hidden.
4363 if (!wtoken.hidden) {
4425 + ": hidden=" + wtoken.hidden + " freezing="
4485 + ": hidden=" + wtoken.hidden + " freezing=" + wtoken.mAppAnimator.freezingScreen);
5322 // hidden. If it is attached, we will say we have a keyguard
6761 // Let the policy update hidden states.
8271 + win.mRelayoutCalled + " hidden="
8272 + win.mRootToken.hidden + " hiddenRequested="
8277 + win.mRelayoutCalled + " hidden="
8278 + win.mRootToken.hidden + " hiddenRequested="
9233 // something that was hidden.
9687 Slog.w(TAG, "LEAKED SURFACE (app token hidden): "