Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java1260 final int exceededBottom = Math.max(halfHeight - scaledHeight + mMagnificationFrameOffsetY, in calculateMagnificationFrameBoundary() local
1267 mWindowBounds.height() + exceededBottom); in calculateMagnificationFrameBoundary()