Home
last modified time | relevance | path

Searched defs:movementBounds (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipSnapAlgorithm.java37 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()
DPipBoundsAlgorithm.java304 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/
DTvPipKeepClearAlgorithm.kt71 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/
DPipResizeGestureHandler.java367 private void snapToMovementBoundsEdge(Rect bounds, Rect movementBounds) { in snapToMovementBoundsEdge()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipResizeGestureHandler.java375 private void snapToMovementBoundsEdge(Rect bounds, Rect movementBounds) { in snapToMovementBoundsEdge()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/
DTvPipKeepClearAlgorithmTest.kt51 private lateinit var movementBounds: Rect variable in com.android.wm.shell.pip.tv.TvPipKeepClearAlgorithmTest