Searched refs:getMovementBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PinnedStackController.java | 248 getMovementBounds(stackBounds)); in transformBoundsToAspectRatio() 256 mSnapAlgorithm.applySnapFraction(stackBounds, getMovementBounds(stackBounds), snapFraction); in transformBoundsToAspectRatio() 258 applyMinimizedOffset(stackBounds, getMovementBounds(stackBounds)); in transformBoundsToAspectRatio() 302 final Rect movementBounds = getMovementBounds(defaultBounds); in getDefaultBounds() 352 final Rect postChangeMovementBounds = getMovementBounds(postChangeStackBounds, in onTaskStackBoundsChanged() 541 private Rect getMovementBounds(Rect stackBounds) { in getMovementBounds() method in PinnedStackController 543 return getMovementBounds(stackBounds, true /* adjustForIme */, in getMovementBounds() 552 private Rect getMovementBounds(Rect stackBounds, boolean adjustForIme, boolean adjustForShelf) { in getMovementBounds() method in PinnedStackController 558 mSnapAlgorithm.getMovementBounds(stackBounds, movementBounds, movementBounds, in getMovementBounds() 582 return mSnapAlgorithm.getSnapFraction(stackBounds, getMovementBounds(stackBounds)); in getSnapFraction() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipTouchHandler.java | 273 mSnapAlgorithm.getMovementBounds(mNormalBounds, insetBounds, normalMovementBounds, in onMovementBoundsChanged() 284 mSnapAlgorithm.getMovementBounds(mExpandedBounds, insetBounds, expandedMovementBounds, in onMovementBoundsChanged()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PipSnapAlgorithm.java | 327 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds() method in PipSnapAlgorithm
|
/frameworks/base/services/ |
D | art-profile | 16401 HSPLcom/android/server/wm/PinnedStackController;->getMovementBounds(Landroid/graphics/Rect;)Landroi… 16402 HSPLcom/android/server/wm/PinnedStackController;->getMovementBounds(Landroid/graphics/Rect;ZZ)Landr…
|