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.java889 void resizeStack(ActivityStack stack, Rect bounds, Rect tempTaskBounds, in resizeStack() argument
894 mStackSupervisor.resizeDockedStackLocked(bounds, tempTaskBounds, in resizeStack()
920 stack.resize(bounds, tempTaskBounds, tempTaskInsetBounds); in resizeStack()
DActivityStack.java5074 void resize(Rect bounds, Rect tempTaskBounds, Rect tempTaskInsetBounds) { in resize() argument
5080 final Rect taskBounds = tempTaskBounds != null ? tempTaskBounds : bounds; in resize()