Home
last modified time | relevance | path

Searched refs:tempTaskBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java1560 public boolean setPinnedStackSize(Rect stackBounds, Rect tempTaskBounds) { in setPinnedStackSize() argument
1569 mWmService.mActivityTaskManager.resizePinnedStack(stackBounds, tempTaskBounds); in setPinnedStackSize()
DRootActivityContainer.java890 void resizeStack(ActivityStack stack, Rect bounds, Rect tempTaskBounds, in resizeStack() argument
895 mStackSupervisor.resizeDockedStackLocked(bounds, tempTaskBounds, in resizeStack()
921 stack.resize(bounds, tempTaskBounds, tempTaskInsetBounds); in resizeStack()
DActivityStack.java5101 void resize(Rect bounds, Rect tempTaskBounds, Rect tempTaskInsetBounds) { in resize() argument
5107 final Rect taskBounds = tempTaskBounds != null ? tempTaskBounds : bounds; in resize()