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.java979 if (!t.sendingToBottom && tokenWindowList.size() > 0) {
4657 if (wtoken.sendingToBottom) {
8688 wtoken.sendingToBottom = false;
9834 if (wtoken != null && (wtoken.removed || wtoken.sendingToBottom)) {
9836 + (wtoken.removed ? "removed" : "sendingToBottom"));

Completed in 52 milliseconds