Searched refs:oldWindowBounds (Results 1 – 1 of 1) sorted by relevance
585 final Rect oldWindowBounds = new Rect(mWindowBounds); in handleScreenSizeChanged() local588 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()