Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipAccessibilityInteractionConnection.java240 Rect expandedMovementBounds) { in onMovementBoundsChanged() argument
244 mExpandedMovementBounds.set(expandedMovementBounds); in onMovementBoundsChanged()
H A DPipTouchHandler.java395 Rect expandedMovementBounds = new Rect(); in onMovementBoundsChanged() local
397 mPipBoundsState.getExpandedBounds(), insetBounds, expandedMovementBounds, in onMovementBoundsChanged() local
456 mPipBoundsState.setExpandedMovementBounds(expandedMovementBounds); in onMovementBoundsChanged()
H A DPipMotionHelper.java489 Rect expandedMovementBounds, Runnable callback) {
492 mSnapAlgorithm.applySnapFraction(expandedBounds, expandedMovementBounds, savedSnapFraction);