Home
last modified time | relevance | path

Searched refs:boundRect (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnificationModeSwitch.java477 final Rect boundRect = new Rect(windowMetrics.getBounds()); in getDraggableWindowBounds() local
478 boundRect.offsetTo(0, 0); in getDraggableWindowBounds()
479 boundRect.inset(0, 0, mParams.width, mParams.height); in getDraggableWindowBounds()
480 boundRect.inset(windowInsets); in getDraggableWindowBounds()
481 boundRect.inset(layoutMargin, layoutMargin); in getDraggableWindowBounds()
482 return boundRect; in getDraggableWindowBounds()
DWindowMagnificationSettings.java684 final Rect boundRect = new Rect(windowMetrics.getBounds()); in getDraggableWindowBounds() local
685 boundRect.offsetTo(0, 0); in getDraggableWindowBounds()
686 boundRect.inset(0, 0, mSettingView.getMeasuredWidth(), mSettingView.getMeasuredHeight()); in getDraggableWindowBounds()
687 boundRect.inset(windowInsets); in getDraggableWindowBounds()
688 return boundRect; in getDraggableWindowBounds()