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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java807 * @param uiSleeping True if this is happening with the user interface going to sleep (the
816 final boolean startPausingLocked(boolean userLeaving, boolean uiSleeping, boolean resuming, argument
839 mStackSupervisor.pauseChildStacks(prev, userLeaving, uiSleeping, resuming, dontWait);
853 if (mService.mHasRecents && (next == null || next.noDisplay || next.task != prev.task || uiSleeping)) {
884 if (!uiSleeping && !mService.isSleepingOrShuttingDown()) {
893 if (!uiSleeping) {
H A DActivityStackSupervisor.java744 void pauseChildStacks(ActivityRecord parent, boolean userLeaving, boolean uiSleeping, argument
753 stack.startPausingLocked(userLeaving, uiSleeping, resuming, dontWait);

Completed in 167 milliseconds