Home
last modified time | relevance | path

Searched refs:tempTaskInsetBounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java2001 void resizeStackLocked(int stackId, Rect bounds, Rect tempTaskBounds, Rect tempTaskInsetBounds, in resizeStackLocked() argument
2004 resizeDockedStackLocked(bounds, tempTaskBounds, tempTaskInsetBounds, null, null, in resizeStackLocked()
2023 resizeStackUncheckedLocked(stack, bounds, tempTaskBounds, tempTaskInsetBounds); in resizeStackLocked()
2060 Rect tempTaskInsetBounds) { in resizeStackUncheckedLocked() argument
2063 if (!stack.updateBoundsAllowed(bounds, tempTaskBounds, tempTaskInsetBounds)) { in resizeStackUncheckedLocked()
2072 final Rect insetBounds = tempTaskInsetBounds != null ? tempTaskInsetBounds : taskBounds; in resizeStackUncheckedLocked()
2090 if (tempTaskInsetBounds != null) { in resizeStackUncheckedLocked()
2091 mTmpInsetBounds.put(task.taskId, tempTaskInsetBounds); in resizeStackUncheckedLocked()
DActivityStack.java517 Rect tempTaskInsetBounds) { in updateBoundsAllowed() argument
531 if (tempTaskInsetBounds != null) { in updateBoundsAllowed()
532 mDeferredTaskInsetBounds.set(tempTaskInsetBounds); in updateBoundsAllowed()