Home
last modified time | relevance | path

Searched refs:mTmpRect2 (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java80 private Rect mTmpRect2 = new Rect(); field in TaskStack
394 mTmpRect2.set(mBounds); in updateDisplayInfo()
398 setBounds(mTmpRect2); in updateDisplayInfo()
413 getAnimationOrCurrentBounds(mTmpRect2); in updateBoundsAfterConfigChange()
415 mTmpRect2, mTmpRect3); in updateBoundsAfterConfigChange()
444 mTmpRect2.set(mBounds); in updateBoundsAfterConfigChange()
445 mDisplayContent.rotateBounds(mRotation, newRotation, mTmpRect2); in updateBoundsAfterConfigChange()
448 repositionDockedStackAfterRotation(mTmpRect2); in updateBoundsAfterConfigChange()
449 snapDockedStackAfterRotation(mTmpRect2); in updateBoundsAfterConfigChange()
450 final int newDockSide = getDockSide(mTmpRect2); in updateBoundsAfterConfigChange()
[all …]
DTask.java82 private Rect mTmpRect2 = new Rect(); field in Task
411 getBounds(mTmpRect2); in alignToAdjustedBounds()
413 int offsetY = adjustedBounds.bottom - mTmpRect2.bottom; in alignToAdjustedBounds()
414 mTmpRect2.offset(0, offsetY); in alignToAdjustedBounds()
416 mTmpRect2.offsetTo(adjustedBounds.left, adjustedBounds.top); in alignToAdjustedBounds()
419 resizeLocked(mTmpRect2, getOverrideConfiguration(), false /* forced */); in alignToAdjustedBounds()
568 mTmpRect2.set(mBounds); in updateDisplayInfo()
571 setBounds(mTmpRect2, getOverrideConfiguration()); in updateDisplayInfo()
575 displayContent.rotateBounds(mRotation, newRotation, mTmpRect2); in updateDisplayInfo()
576 if (setBounds(mTmpRect2, getOverrideConfiguration()) != BOUNDS_CHANGE_NONE) { in updateDisplayInfo()
DDockedStackDividerController.java109 private final Rect mTmpRect2 = new Rect(); field in DockedStackDividerController
164 mTmpRect2.set(0, 0, in getSmallestWidthDpForBounds()
167 final int orientation = mTmpRect2.width() <= mTmpRect2.height() in getSmallestWidthDpForBounds()
170 final int dockSide = TaskStack.getDockSideUnchecked(mTmpRect, mTmpRect2, orientation); in getSmallestWidthDpForBounds()
179 mTmpRect2.width(), mTmpRect2.height(), getContentWidth()); in getSmallestWidthDpForBounds()
180 mService.mPolicy.getStableInsetsLw(rotation, mTmpRect2.width(), mTmpRect2.height(), in getSmallestWidthDpForBounds()
182 mService.intersectDisplayInsetBounds(mTmpRect2, mTmpRect3, mTmpRect); in getSmallestWidthDpForBounds()
616 mDisplayContent.getLogicalDisplayRect(mTmpRect2); in isWithinDisplay()
617 return mTmpRect.intersect(mTmpRect2); in isWithinDisplay()
DDisplayContent.java293 private final Rect mTmpRect2 = new Rect(); field in DisplayContent
1829 mTmpRect2.setEmpty(); in setTouchExcludeRegion()
1833 focusedTask, delta, mTouchExcludeRegion, mContentRect, mTmpRect2); in setTouchExcludeRegion()
1838 if (!mTmpRect2.isEmpty()) { in setTouchExcludeRegion()
1839 mTouchExcludeRegion.op(mTmpRect2, Region.Op.UNION); in setTouchExcludeRegion()
DWindowStateAnimator.java2037 final Rect displayRect = mService.mTmpRect2; in seamlesslyRotateWindow()
DWindowManagerService.java525 final Rect mTmpRect2 = new Rect(); field in WindowManagerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DWindowManagerProxy.java50 private final Rect mTmpRect2 = new Rect(); field in WindowManagerProxy
69 mTmpRect2.set(mTempDockedTaskRect);
77 mTmpRect2.isEmpty() ? null : mTmpRect2,
/frameworks/base/services/core/java/com/android/server/am/
DActivityStack.java350 private final Rect mTmpRect2 = new Rect(); field in ActivityStack
462 mTmpRect2.setEmpty(); in ActivityStack()
464 mTmpRect2); in ActivityStack()
466 postAddToDisplay(display, mTmpRect2.isEmpty() ? null : mTmpRect2, onTop); in ActivityStack()
480 mTmpRect2.setEmpty(); in reparent()
481 postAddToDisplay(activityDisplay, mTmpRect2.isEmpty() ? null : mTmpRect2, onTop); in reparent()
488 mWindowContainerController.reparent(activityDisplay.mDisplayId, mTmpRect2, onTop); in reparent()
4817 mTmpRect2.set(task.mBounds); in resize()
4818 fitWithinBounds(mTmpRect2, bounds); in resize()
4819 task.updateOverrideConfiguration(mTmpRect2); in resize()