Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipSnapAlgorithm.java146 final int fromRight = Math.abs(movementBounds.right - leftEdge); in snapRectToClosestEdge() local
148 final int shortest = Math.min(Math.min(fromLeft, fromRight), Math.min(fromTop, fromBottom)); in snapRectToClosestEdge()
153 } else if (shortest == fromRight) { in snapRectToClosestEdge()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandler.java533 final int fromRight = Math.abs(movementBounds.right - leftEdge); in snapToMovementBoundsEdge() local
537 final int newLeft = fromLeft < fromRight in snapToMovementBoundsEdge()