Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java585 final Rect oldWindowBounds = new Rect(mWindowBounds); in handleScreenSizeChanged() local
588 if (currentWindowBounds.equals(oldWindowBounds)) { in handleScreenSizeChanged()
596 final float newCenterX = (getCenterX()) * mWindowBounds.width() / oldWindowBounds.width(); in handleScreenSizeChanged()
597 final float newCenterY = (getCenterY()) * mWindowBounds.height() / oldWindowBounds.height(); in handleScreenSizeChanged()