Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java488 float animateToExpandedState(Rect expandedBounds, Rect movementBounds,
492 mSnapAlgorithm.applySnapFraction(expandedBounds, expandedMovementBounds, savedSnapFraction);
494 resizeAndAnimatePipUnchecked(expandedBounds, EXPAND_STACK_TO_MENU_DURATION);
H A DPipAccessibilityInteractionConnection.java239 void onMovementBoundsChanged(Rect normalBounds, Rect expandedBounds, Rect normalMovementBounds, in onMovementBoundsChanged() argument
242 mExpandedBounds.set(expandedBounds); in onMovementBoundsChanged()