Searched refs:currentStack (Results 1 – 1 of 1) sorted by relevance
2902 final ActivityStack currentStack = task.stack; in resizeTaskLocked() local2903 if (currentStack.isHomeStack()) { in resizeTaskLocked()2911 if (currentStack != null && currentStack.mStackId == matchingStackId) { in resizeTaskLocked()2920 if (currentStack != null && currentStack.numTasks() == 1) { in resizeTaskLocked()2922 resizeStackLocked(currentStack.mStackId, bounds); in resizeTaskLocked()2927 final int displayId = (currentStack != null && currentStack.mDisplayId != -1) in resizeTaskLocked()2928 ? currentStack.mDisplayId : Display.DEFAULT_DISPLAY; in resizeTaskLocked()