Searched defs:toBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipMotionHelper.java | 137 void movePip(Rect toBounds) { in movePip() 200 Rect toBounds = mSnapAlgorithm.findClosestSnapBounds(movementBounds, stackBounds); in getClosestMinimizedBounds() local 246 Rect toBounds = mSnapAlgorithm.findClosestSnapBounds(movementBounds, mBounds, in flingToMinimizedState() local 264 Rect toBounds = getClosestMinimizedBounds(mBounds, movementBounds); in animateToClosestMinimizedState() local 283 Rect toBounds = mSnapAlgorithm.findClosestSnapBounds(movementBounds, mBounds, in flingToSnapTarget() local 307 Rect toBounds = mSnapAlgorithm.findClosestSnapBounds(movementBounds, mBounds); in animateToClosestSnapTarget() local 358 void animateToOffset(Rect toBounds) { in animateToOffset() 372 Rect toBounds = new Rect(pipBounds); in animateDismiss() local 406 private ValueAnimator createAnimationToBounds(Rect fromBounds, Rect toBounds, int duration, in createAnimationToBounds() 427 private void resizePipUnchecked(Rect toBounds) { in resizePipUnchecked() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PinnedActivityStack.java | 55 void animateResizePinnedStack(Rect sourceHintBounds, Rect toBounds, int animationDuration, in animateResizePinnedStack()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PinnedStackWindowController.java | 79 public void animateResizePinnedStack(Rect toBounds, Rect sourceHintBounds, in animateResizePinnedStack()
|