Searched refs:getMovementBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PinnedStackController.java | 246 getMovementBounds(stackBounds)); in transformBoundsToAspectRatio() 254 mSnapAlgorithm.applySnapFraction(stackBounds, getMovementBounds(stackBounds), snapFraction); in transformBoundsToAspectRatio() 256 applyMinimizedOffset(stackBounds, getMovementBounds(stackBounds)); in transformBoundsToAspectRatio() 300 final Rect movementBounds = getMovementBounds(defaultBounds); in getDefaultBounds() 350 final Rect postChangeMovementBounds = getMovementBounds(postChangeStackBounds, in onTaskStackBoundsChanged() 529 private Rect getMovementBounds(Rect stackBounds) { in getMovementBounds() method in PinnedStackController 531 return getMovementBounds(stackBounds, true /* adjustForIme */, in getMovementBounds() 540 private Rect getMovementBounds(Rect stackBounds, boolean adjustForIme, boolean adjustForShelf) { in getMovementBounds() method in PinnedStackController 546 mSnapAlgorithm.getMovementBounds(stackBounds, movementBounds, movementBounds, in getMovementBounds() 570 return mSnapAlgorithm.getSnapFraction(stackBounds, getMovementBounds(stackBounds)); in getSnapFraction() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipTouchHandler.java | 266 mSnapAlgorithm.getMovementBounds(mNormalBounds, insetBounds, normalMovementBounds, in onMovementBoundsChanged() 277 mSnapAlgorithm.getMovementBounds(mExpandedBounds, insetBounds, expandedMovementBounds, in onMovementBoundsChanged() 290 mSnapAlgorithm.getMovementBounds(mNormalBounds, insetBounds, normalAdjustedBounds, in onMovementBoundsChanged() 293 mSnapAlgorithm.getMovementBounds(mExpandedBounds, insetBounds, 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/config/ |
D | boot-image-profile.txt | 39210 HSPLcom/android/internal/policy/PipSnapAlgorithm;->getMovementBounds(Landroid/graphics/Rect;Landroi…
|