Searched defs:toBounds (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTaskOrganizer.java | 979 public void scheduleAnimateResizePip(Rect toBounds, int duration, in scheduleAnimateResizePip() 988 public void scheduleAnimateResizePip(Rect toBounds, int duration, in scheduleAnimateResizePip() 995 scheduleAnimateResizePip(mPipBoundsState.getBounds(), toBounds, 0 /* startingAngle */, in scheduleAnimateResizePip() local 1003 public void scheduleAnimateResizePip(Rect fromBounds, Rect toBounds, int duration, in scheduleAnimateResizePip() 1041 public void scheduleResizePip(Rect toBounds, Consumer<Rect> updateBoundsCallback) { in scheduleResizePip() 1066 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, in scheduleUserResizePip() 1075 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, float degrees, in scheduleUserResizePip() 1163 Rect toBounds = new Rect(originalBounds); in scheduleOffsetPip() local
|
H A D | PipSurfaceTransactionHelper.java | 195 Rect fromBounds, Rect toBounds) { in round()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipMotionHelper.java | 251 void movePip(Rect toBounds) { in movePip() 262 void movePip(Rect toBounds, boolean isDragging) { in movePip() 277 mPipTaskOrganizer.scheduleUserResizePip(getBounds(), toBounds, in movePip() local
|
H A D | PipController.java | 673 private void updateMovementBounds(@Nullable Rect toBounds, boolean fromRotation, in updateMovementBounds()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DropOutlineDrawable.java | 138 ObjectAnimator startBoundsAnimation(Rect toBounds, Interpolator interpolator) { in startBoundsAnimation()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/ |
H A D | PipSurfaceTransactionHelper.java | 133 private float getScaledCornerRadius(Rect fromBounds, Rect toBounds) { in getScaledCornerRadius()
|