Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java225 final int halfWindowWidth = windowWidth / 2; in onFinish() local
226 mToLeftScreenEdge = (mParams.x < halfWindowWidth); in onFinish()