Home
last modified time | relevance | path

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

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