Searched refs:sendingToBottom (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowToken.java71 boolean sendingToBottom; field in class:WindowToken
85 if (waitingToShow || waitingToHide || sendingToBottom) {
88 pw.print(" sendingToBottom="); pw.print(sendingToBottom);
H A DWindowManagerService.java975 if (!t.sendingToBottom && tokenWindowList.size() > 0) {
4654 if (wtoken.sendingToBottom) {
8657 wtoken.sendingToBottom = false;
9812 if (wtoken != null && (wtoken.removed || wtoken.sendingToBottom)) {
9814 + (wtoken.removed ? "removed" : "sendingToBottom"));

Completed in 7117 milliseconds