Searched refs:tempTaskBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskStack.java | 1560 public boolean setPinnedStackSize(Rect stackBounds, Rect tempTaskBounds) { in setPinnedStackSize() argument 1569 mWmService.mActivityTaskManager.resizePinnedStack(stackBounds, tempTaskBounds); in setPinnedStackSize()
|
D | RootActivityContainer.java | 889 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()
|
D | ActivityStack.java | 5074 void resize(Rect bounds, Rect tempTaskBounds, Rect tempTaskInsetBounds) { in resize() argument 5080 final Rect taskBounds = tempTaskBounds != null ? tempTaskBounds : bounds; in resize()
|