Searched defs:movementBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
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 void snapRectToClosestEdge(Rect stackBounds, Rect movementBounds, Rect boundsOut, in snapRectToClosestEdge()
|
D | PipBoundsAlgorithm.java | 279 final Rect movementBounds = getMovementBounds(defaultBounds); in getDefaultBounds() local 304 final Rect movementBounds = getMovementBounds(defaultBounds); in getDefaultBounds() local 341 final Rect movementBounds = new Rect(); in getMovementBounds() local 378 public float getSnapFraction(Rect stackBounds, Rect movementBounds) { in getSnapFraction() 386 final Rect movementBounds = getMovementBounds(stackBounds); in applySnapFraction() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipResizeGestureHandler.java | 351 Rect movementBounds = mMovementBoundsSupplier.apply(currentPipBounds); in setCtrlType() local 530 final Rect movementBounds = in finishResize() local
|