Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java465 float animateToExpandedState(Rect expandedBounds, Rect movementBounds,
469 mSnapAlgorithm.applySnapFraction(expandedBounds, expandedMovementBounds, savedSnapFraction);
471 resizeAndAnimatePipUnchecked(expandedBounds, EXPAND_STACK_TO_MENU_DURATION);
H A DPipAccessibilityInteractionConnection.java241 void onMovementBoundsChanged(Rect normalBounds, Rect expandedBounds, Rect normalMovementBounds, in onMovementBoundsChanged() argument
244 mExpandedBounds.set(expandedBounds); in onMovementBoundsChanged()