Searched defs:stackBounds (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/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 void snapRectToClosestEdge(Rect stackBounds, Rect movementBounds, Rect boundsOut, in snapRectToClosestEdge()
|
H A D | PipBoundsAlgorithm.java | 222 public void transformBoundsToAspectRatio(Rect stackBounds, float aspectRatio, in transformBoundsToAspectRatio() 332 public Rect getMovementBounds(Rect stackBounds) { in getMovementBounds() 340 public Rect getMovementBounds(Rect stackBounds, boolean adjustForIme) { in getMovementBounds() 355 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds() 370 public float getSnapFraction(Rect stackBounds) { in getSnapFraction() 378 public float getSnapFraction(Rect stackBounds, Rect movementBounds) { in getSnapFraction() 385 public void applySnapFraction(Rect stackBounds, float snapFraction) { in applySnapFraction()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipMenuView.java | 274 void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu() 435 void setActions(Rect stackBounds, List<RemoteAction> actions) { in setActions() 443 private void updateActionViews(int menuState, Rect stackBounds) { in updateActionViews()
|
H A D | PhonePipMenuController.java | 264 public void showMenuWithPossibleDelay(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenuWithPossibleDelay() 278 public void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu() 284 private void showMenuInternal(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenuInternal()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityRecordTests.java | 2789 final Rect stackBounds = new Rect(0, 0, 1000, 600); in testTransitionAnimationBounds() local 2827 final Rect stackBounds = new Rect(0, 0, 1000, 600); in testTransitionAnimationBounds_returnTaskFragment() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleStackView.java | 1424 final RectF stackBounds = mStackAnimationController.getAllowableStackPositionRegion(); in performAccessibilityActionInternal() local
|