Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java315 final Rect previousDraggableBounds = new Rect(mDraggableWindowBounds); in onConfigurationChanged() local
319 final float windowHeightFraction = (float) (mParams.y - previousDraggableBounds.top) in onConfigurationChanged()
320 / previousDraggableBounds.height(); in onConfigurationChanged()