Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java276 Rect expandedMovementBounds = new Rect(); in onMovementBoundsChanged() local
277 mSnapAlgorithm.getMovementBounds(mExpandedBounds, insetBounds, expandedMovementBounds, in onMovementBoundsChanged()
299 ? expandedMovementBounds in onMovementBoundsChanged()
326 mExpandedMovementBounds = expandedMovementBounds; in onMovementBoundsChanged()
DPipMotionHelper.java326 Rect expandedMovementBounds) { in animateToExpandedState() argument
328 mSnapAlgorithm.applySnapFraction(expandedBounds, expandedMovementBounds, savedSnapFraction); in animateToExpandedState()