Searched refs:previousDraggableBounds (Results 1 – 1 of 1) sorted by relevance
350 final Rect previousDraggableBounds = new Rect(mDraggableWindowBounds); in onConfigurationChanged() local354 final float windowHeightFraction = (float) (mParams.y - previousDraggableBounds.top) in onConfigurationChanged()355 / previousDraggableBounds.height(); in onConfigurationChanged()