Searched defs:hidden (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java56 int hiddenAdj; // If hidden, this is the adjustment to use
85 boolean hidden; // Is this a hidden process? field in class:ProcessRecord
169 pw.print(" hidden="); pw.print(hidden);
172 pw.print(" hidden="); pw.print(hiddenAdj);
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java415 // made visible or hidden at the next transition.
1321 // If this window's app token is hidden and not animating,
1323 if (w.mAppToken.hidden && w.mAppToken.animation == null) {
1325 "Skipping hidden or animating token: " + w);
1526 if (token.hidden == visible) {
1528 token.hidden = !visible;
1751 if (token.hidden == visible) {
1752 token.hidden = !visible;
2503 // its layer recomputed. However, if the IME was hidden
2896 if (!wtoken.hidden) {
7307 boolean hidden; field in class:WindowManagerService.WindowToken
[all...]

Completed in 11 milliseconds