Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DPipSnapAlgorithm.java108 public Rect findClosestSnapBounds(Rect movementBounds, Rect stackBounds, float velocityX, in findClosestSnapBounds()
122 public Point getEdgeIntersect(Rect stackBounds, Rect movementBounds, float velX, float velY, in getEdgeIntersect()
206 public Rect findClosestSnapBounds(Rect movementBounds, Rect stackBounds) { in findClosestSnapBounds()
250 public void applyMinimizedOffset(Rect stackBounds, Rect movementBounds, Point displaySize, in applyMinimizedOffset()
274 public float getSnapFraction(Rect stackBounds, Rect movementBounds) { in getSnapFraction()
304 public void applySnapFraction(Rect stackBounds, Rect movementBounds, float snapFraction) { in applySnapFraction()
392 private void snapRectToClosestEdge(Rect stackBounds, Rect movementBounds, Rect boundsOut) { in snapRectToClosestEdge()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMotionHelper.java202 Rect getClosestMinimizedBounds(Rect stackBounds, Rect movementBounds) { in getClosestMinimizedBounds()
244 Rect flingToMinimizedState(float velocityY, Rect movementBounds, Point dragStartPosition) { in flingToMinimizedState()
265 Rect animateToClosestMinimizedState(Rect movementBounds, in animateToClosestMinimizedState()
283 Rect flingToSnapTarget(float velocity, float velocityX, float velocityY, Rect movementBounds, in flingToSnapTarget()
308 Rect animateToClosestSnapTarget(Rect movementBounds, AnimatorUpdateListener updateListener, in animateToClosestSnapTarget()
329 float animateToExpandedState(Rect expandedBounds, Rect movementBounds, in animateToExpandedState()
DPipMenuActivityController.java284 public void showMenu(int menuState, Rect stackBounds, Rect movementBounds, in showMenu()
383 private void startMenuActivity(int menuState, Rect stackBounds, Rect movementBounds, in startMenuActivity()
DPipMenuActivity.java336 private void showMenu(int menuState, Rect stackBounds, Rect movementBounds, in showMenu()
439 Rect movementBounds = intent.getParcelableExtra(EXTRA_MOVEMENT_BOUNDS); in updateFromIntent() local
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java458 final Rect movementBounds = new Rect(); in getMovementBounds() local
471 private void applyMinimizedOffset(Rect stackBounds, Rect movementBounds) { in applyMinimizedOffset()