Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java1635 final int maxWidthSize = mWindowBounds.width() - 2 * mMirrorSurfaceMargin; in changeMagnificationFrameSize() local
1651 || tempRect.width() > maxWidthSize || tempRect.height() > maxHeightSize) { in changeMagnificationFrameSize()