Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipAccessibilityInteractionConnection.java241 void onMovementBoundsChanged(Rect normalBounds, Rect expandedBounds, Rect normalMovementBounds, in onMovementBoundsChanged() argument
245 mNormalMovementBounds.set(normalMovementBounds); in onMovementBoundsChanged()
H A DPipMotionHelper.java479 Rect normalMovementBounds, Rect currentMovementBounds, boolean immediate) {
486 mSnapAlgorithm.applySnapFraction(normalBounds, normalMovementBounds, savedSnapFraction,
H A DPipTouchHandler.java395 Rect normalMovementBounds = new Rect(); in onMovementBoundsChanged() local
397 normalMovementBounds, bottomOffset); in onMovementBoundsChanged()
426 mPipBoundsState.setNormalMovementBounds(normalMovementBounds); in onMovementBoundsChanged()