Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java87 private boolean mToLeftScreenEdge = false; field in MagnificationModeSwitch
203 stickToScreenEdge(mToLeftScreenEdge); in applyResourcesValuesWithDensityChanged()
241 mToLeftScreenEdge = (mParams.x < halfWindowWidth); in onFinish()
242 stickToScreenEdge(mToLeftScreenEdge); in onFinish()
307 mToLeftScreenEdge = false; in showButton()
358 stickToScreenEdge(mToLeftScreenEdge); in onConfigurationChanged()
377 stickToScreenEdge(mToLeftScreenEdge); in onWindowInsetChanged()