HomeSort by relevance Sort by last modified time
    Searched refs:mTmpRect2 (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
TaskStack.java 80 private Rect mTmpRect2 = new Rect();
394 mTmpRect2.set(mBounds);
398 setBounds(mTmpRect2);
413 getAnimationOrCurrentBounds(mTmpRect2);
415 mTmpRect2, mTmpRect3);
444 mTmpRect2.set(mBounds);
445 mDisplayContent.rotateBounds(mRotation, newRotation, mTmpRect2);
448 repositionDockedStackAfterRotation(mTmpRect2);
449 snapDockedStackAfterRotation(mTmpRect2);
450 final int newDockSide = getDockSide(mTmpRect2);
    [all...]
Task.java 79 private Rect mTmpRect2 = new Rect();
408 getBounds(mTmpRect2);
410 int offsetY = adjustedBounds.bottom - mTmpRect2.bottom;
411 mTmpRect2.offset(0, offsetY);
413 mTmpRect2.offsetTo(adjustedBounds.left, adjustedBounds.top);
416 resizeLocked(mTmpRect2, getOverrideConfiguration(), false /* forced */);
565 mTmpRect2.set(mBounds);
568 setBounds(mTmpRect2, getOverrideConfiguration());
572 displayContent.rotateBounds(mRotation, newRotation, mTmpRect2);
573 if (setBounds(mTmpRect2, getOverrideConfiguration()) != BOUNDS_CHANGE_NONE)
    [all...]
DockedStackDividerController.java 109 private final Rect mTmpRect2 = new Rect();
164 mTmpRect2.set(0, 0,
167 final int orientation = mTmpRect2.width() <= mTmpRect2.height()
170 final int dockSide = TaskStack.getDockSideUnchecked(mTmpRect, mTmpRect2, orientation);
179 mTmpRect2.width(), mTmpRect2.height(), getContentWidth());
180 mService.mPolicy.getStableInsetsLw(rotation, mTmpRect2.width(), mTmpRect2.height(),
182 mService.intersectDisplayInsetBounds(mTmpRect2, mTmpRect3, mTmpRect)
    [all...]
DisplayContent.java 282 private final Rect mTmpRect2 = new Rect();
    [all...]
WindowStateAnimator.java     [all...]
WindowManagerService.java 515 final Rect mTmpRect2 = new Rect();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
WindowManagerProxy.java 50 private final Rect mTmpRect2 = new Rect();
69 mTmpRect2.set(mTempDockedTaskRect);
77 mTmpRect2.isEmpty() ? null : mTmpRect2,
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java 352 private final Rect mTmpRect2 = new Rect();
477 mTmpRect2.setEmpty();
479 mTmpRect2);
482 postAddToDisplay(display, mTmpRect2.isEmpty() ? null : mTmpRect2, onTop);
496 mTmpRect2.setEmpty();
497 postAddToDisplay(activityDisplay, mTmpRect2.isEmpty() ? null : mTmpRect2, onTop);
504 mWindowContainerController.reparent(activityDisplay.mDisplayId, mTmpRect2, onTop);
    [all...]

Completed in 451 milliseconds