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