Searched defs:getMovementBounds (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DPipSnapAlgorithm.java327 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, method in class:PipSnapAlgorithm
/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedStackController.java230 getMovementBounds(stackBounds));
238 mSnapAlgorithm.applySnapFraction(stackBounds, getMovementBounds(stackBounds), snapFraction);
240 applyMinimizedOffset(stackBounds, getMovementBounds(stackBounds));
295 final Rect preChangeMovementBounds = getMovementBounds(postChangeStackBounds);
302 final Rect postChangeMovementBounds = getMovementBounds(postChangeStackBounds,
446 private Rect getMovementBounds(Rect stackBounds) { method in class:PinnedStackController
448 return getMovementBounds(stackBounds, true /* adjustForIme */);
456 private Rect getMovementBounds(Rect stackBounds, boolean adjustForIme) { method in class:PinnedStackController
462 mSnapAlgorithm.getMovementBounds(stackBounds, movementBounds, movementBounds,
492 pw.print(prefix + " movementBounds="); getMovementBounds(mTmpRec
[all...]

Completed in 103 milliseconds