Searched defs:movementBounds (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PipSnapAlgorithm.java | 37 public float getSnapFraction(Rect stackBounds, Rect movementBounds) { in getSnapFraction() 57 public float getSnapFraction(Rect stackBounds, Rect movementBounds, in getSnapFraction() 88 public void applySnapFraction(Rect stackBounds, Rect movementBounds, float snapFraction) { in applySnapFraction() 111 public void applySnapFraction(Rect stackBounds, Rect movementBounds, float snapFraction, in applySnapFraction() 129 public void snapRectToClosestEdge(Rect stackBounds, Rect movementBounds, Rect boundsOut, in snapRectToClosestEdge()
|
H A D | PipBoundsAlgorithm.java | 277 final Rect movementBounds = getMovementBounds(defaultBounds); in getDefaultBounds() local 294 final Rect movementBounds = getMovementBounds(defaultBounds); in getDefaultBounds() local 330 final Rect movementBounds = new Rect(); in getMovementBounds() local 367 public float getSnapFraction(Rect stackBounds, Rect movementBounds) { in getSnapFraction() 375 final Rect movementBounds = getMovementBounds(stackBounds); in applySnapFraction() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipResizeGestureHandler.java | 368 Rect movementBounds = mMovementBoundsSupplier.apply(currentPipBounds); in setCtrlType() local 528 private void snapToMovementBoundsEdge(Rect bounds, Rect movementBounds) { in snapToMovementBoundsEdge()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipKeepClearAlgorithm.kt | 71 private var movementBounds = Rect() regex 285 val movementBounds = transformedMovementBounds regex
|