Searched refs:normalMovementBounds (Results 1 – 2 of 2) sorted by relevance
272 Rect normalMovementBounds = new Rect(); in onMovementBoundsChanged() local273 mSnapAlgorithm.getMovementBounds(mNormalBounds, insetBounds, normalMovementBounds, in onMovementBoundsChanged()304 : new Rect(normalMovementBounds); in onMovementBoundsChanged()318 mNormalMovementBounds = normalMovementBounds; in onMovementBoundsChanged()
343 Rect normalMovementBounds, Rect currentMovementBounds, boolean minimized, in animateToUnexpandedState() argument350 mSnapAlgorithm.applySnapFraction(normalBounds, normalMovementBounds, savedSnapFraction); in animateToUnexpandedState()352 normalBounds = getClosestMinimizedBounds(normalBounds, normalMovementBounds); in animateToUnexpandedState()