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.java203 Rect getClosestMinimizedBounds(Rect stackBounds, Rect movementBounds) { in getClosestMinimizedBounds()
246 Rect flingToMinimizedState(float velocityY, Rect movementBounds, Point dragStartPosition) { in flingToMinimizedState()
267 Rect animateToClosestMinimizedState(Rect movementBounds, in animateToClosestMinimizedState()
285 Rect flingToSnapTarget(float velocity, float velocityX, float velocityY, Rect movementBounds, in flingToSnapTarget()
310 Rect animateToClosestSnapTarget(Rect movementBounds, AnimatorUpdateListener updateListener, in animateToClosestSnapTarget()
331 float animateToExpandedState(Rect expandedBounds, Rect movementBounds, in animateToExpandedState()
DPipMenuActivityController.java270 public void showMenu(int menuState, Rect stackBounds, Rect movementBounds, in showMenu()
399 private void startMenuActivity(int menuState, Rect stackBounds, Rect movementBounds, in startMenuActivity()
DPipMenuActivity.java299 private void showMenu(int menuState, Rect stackBounds, Rect movementBounds, in showMenu()
412 Rect movementBounds = intent.getParcelableExtra(EXTRA_MOVEMENT_BOUNDS); in updateFromIntent() local
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java302 final Rect movementBounds = getMovementBounds(defaultBounds); in getDefaultBounds() local
554 final Rect movementBounds = new Rect(); in getMovementBounds() local
568 private void applyMinimizedOffset(Rect stackBounds, Rect movementBounds) { in applyMinimizedOffset()