Home
last modified time | relevance | path

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

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