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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java771 * @param uiSleeping True if this is happening with the user interface going to sleep (the
780 final boolean startPausingLocked(boolean userLeaving, boolean uiSleeping, boolean resuming, argument
797 mStackSupervisor.pauseChildStacks(prev, userLeaving, uiSleeping, resuming, dontWait);
811 if (mService.mHasRecents && (next == null || next.noDisplay || next.task != prev.task || uiSleeping)) {
851 if (!uiSleeping) {
H A DActivityStackSupervisor.java667 void pauseChildStacks(ActivityRecord parent, boolean userLeaving, boolean uiSleeping, argument
676 stack.startPausingLocked(userLeaving, uiSleeping, resuming, dontWait);

Completed in 215 milliseconds