Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java567 final int exceededWidth = halfWidth - scaledWidth; in setMagnificationFrameBoundary() local
570 mMagnificationFrameBoundary.set(-exceededWidth, -exceededHeight, in setMagnificationFrameBoundary()
571 mWindowBounds.width() + exceededWidth, mWindowBounds.height() + exceededHeight); in setMagnificationFrameBoundary()