Home
last modified time | relevance | path

Searched defs:toBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMotionHelper.java137 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/
DPinnedActivityStack.java55 void animateResizePinnedStack(Rect sourceHintBounds, Rect toBounds, int animationDuration, in animateResizePinnedStack()
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackWindowController.java79 public void animateResizePinnedStack(Rect toBounds, Rect sourceHintBounds, in animateResizePinnedStack()