/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskStack.java | 80 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 …]
|
D | Task.java | 82 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()
|
D | DockedStackDividerController.java | 109 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()
|
D | DisplayContent.java | 293 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()
|
D | WindowStateAnimator.java | 2037 final Rect displayRect = mService.mTmpRect2; in seamlesslyRotateWindow()
|
D | WindowManagerService.java | 525 final Rect mTmpRect2 = new Rect(); field in WindowManagerService
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | WindowManagerProxy.java | 50 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/ |
D | ActivityStack.java | 350 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()
|