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/am/
DActivityStack.java800 boolean updateBoundsAllowed(Rect bounds, Rect tempTaskBounds, in updateBoundsAllowed() argument
810 if (tempTaskBounds != null) { in updateBoundsAllowed()
811 mDeferredTaskBounds.set(tempTaskBounds); in updateBoundsAllowed()
4760 void resize(Rect bounds, Rect tempTaskBounds, Rect tempTaskInsetBounds) { in resize() argument
4761 if (!updateBoundsAllowed(bounds, tempTaskBounds, tempTaskInsetBounds)) { in resize()
4766 final Rect taskBounds = tempTaskBounds != null ? tempTaskBounds : bounds; in resize()
DActivityStackSupervisor.java2670 void resizeStackLocked(ActivityStack stack, Rect bounds, Rect tempTaskBounds, in resizeStackLocked() argument
2675 resizeDockedStackLocked(bounds, tempTaskBounds, tempTaskInsetBounds, null, null, in resizeStackLocked()
2701 stack.resize(bounds, tempTaskBounds, tempTaskInsetBounds); in resizeStackLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java1608 public boolean setPinnedStackSize(Rect stackBounds, Rect tempTaskBounds) { in setPinnedStackSize() argument
1617 mService.mActivityManager.resizePinnedStack(stackBounds, tempTaskBounds); in setPinnedStackSize()