Searched defs:movementBounds (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/com/android/internal/policy/ |
D | PipSnapAlgorithm.java | 108 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/ |
D | PipMotionHelper.java | 202 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()
|
D | PipMenuActivityController.java | 284 public void showMenu(int menuState, Rect stackBounds, Rect movementBounds, in showMenu() 383 private void startMenuActivity(int menuState, Rect stackBounds, Rect movementBounds, in startMenuActivity()
|
D | PipMenuActivity.java | 336 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/ |
D | PinnedStackController.java | 458 final Rect movementBounds = new Rect(); in getMovementBounds() local 471 private void applyMinimizedOffset(Rect stackBounds, Rect movementBounds) { in applyMinimizedOffset()
|