Searched defs:movementBounds (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/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 public void snapRectToClosestEdge(Rect stackBounds, Rect movementBounds, Rect boundsOut, in snapRectToClosestEdge()
|
D | PipBoundsAlgorithm.java | 304 final Rect movementBounds = getMovementBounds(defaultBounds); in getDefaultBounds() local 321 final Rect movementBounds = getMovementBounds(defaultBounds); in getDefaultBounds() local 357 final Rect movementBounds = new Rect(); in getMovementBounds() local 394 public float getSnapFraction(Rect stackBounds, Rect movementBounds) { in getSnapFraction() 402 final Rect movementBounds = getMovementBounds(stackBounds); in applySnapFraction() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipKeepClearAlgorithm.kt | 71 private var movementBounds = Rect() in <lambda>() variable in com.android.wm.shell.pip.tv.TvPipKeepClearAlgorithm 285 val movementBounds = transformedMovementBounds in <lambda>() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipResizeGestureHandler.java | 367 private void snapToMovementBoundsEdge(Rect bounds, Rect movementBounds) { in snapToMovementBoundsEdge()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipResizeGestureHandler.java | 375 private void snapToMovementBoundsEdge(Rect bounds, Rect movementBounds) { in snapToMovementBoundsEdge()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/ |
D | TvPipKeepClearAlgorithmTest.kt | 51 private lateinit var movementBounds: Rect variable in com.android.wm.shell.pip.tv.TvPipKeepClearAlgorithmTest
|