Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java83 private boolean mToLeftScreenEdge = false; field in MagnificationModeSwitch
188 stickToScreenEdge(mToLeftScreenEdge); in applyResourcesValuesWithDensityChanged()
226 mToLeftScreenEdge = (mParams.x < halfWindowWidth); in onFinish()
227 stickToScreenEdge(mToLeftScreenEdge); in onFinish()
286 mToLeftScreenEdge = false; in showButton()
323 stickToScreenEdge(mToLeftScreenEdge); in onConfigurationChanged()
342 stickToScreenEdge(mToLeftScreenEdge); in onWindowInsetChanged()