HomeSort by relevance Sort by last modified time
    Searched refs:sendingToBottom (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowToken.java 82 boolean sendingToBottom;
309 if (waitingToShow || sendingToBottom) {
311 pw.print(" sendingToBottom="); pw.print(sendingToBottom);
Task.java 261 mChildren.get(appTokenNdx).sendingToBottom = toBottom;
AppWindowToken.java     [all...]
DisplayContent.java 487 if (wtoken != null && (wtoken.removed || wtoken.sendingToBottom)) {
489 + (wtoken.removed ? "removed" : "sendingToBottom"));
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
AppWindowTokenTests.java 200 mToken.sendingToBottom = true;

Completed in 59 milliseconds