Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java974 final int exceededRight = Math.max(halfWidth - scaledWidth + mMagnificationFrameOffsetX, 0); in calculateMagnificationFrameBoundary() local
982 mWindowBounds.width() + exceededRight, in calculateMagnificationFrameBoundary()