Home
last modified time | relevance | path

Searched defs:destinationBounds (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSurfaceTransactionHelper.java72 Rect destinationBounds) { in crop()
83 Rect sourceBounds, Rect destinationBounds) { in scale()
92 Rect sourceBounds, Rect destinationBounds, float degrees) { in scale()
111 Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndCrop()
150 SurfaceControl leash, Rect sourceBounds, Rect destinationBounds, Rect insets, in rotateAndScaleWithCrop()
196 Rect destinationBounds) { in resetScale()
DPipMenuController.java88 Rect destinationBounds) {} in resizePipMenu()
95 @Nullable SurfaceControl.Transaction t, Rect destinationBounds, float alpha) { in movePipMenu()
101 default void updateMenuBounds(Rect destinationBounds) {} in updateMenuBounds()
DPipTaskOrganizer.java459 public void stopSwipePipToHome(int taskId, ComponentName componentName, Rect destinationBounds, in stopSwipePipToHome()
543 final Rect destinationBounds = new Rect(getExitDestinationBounds()); in exitPip() local
782 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in onTaskAppeared() local
821 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in onTaskAppearedWithFixedRotation() local
835 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in onDisplayRotationSkipped() local
841 void enterPipWithAlphaAnimation(Rect destinationBounds, long durationMs) { in enterPipWithAlphaAnimation()
879 final Rect destinationBounds = mPipBoundsState.getBounds(); in onEndOfSwipePipToHomeTransition() local
902 private void applyEnterPipSyncTransaction(Rect destinationBounds, Runnable runnable, in applyEnterPipSyncTransaction()
1087 final Rect destinationBounds = animator.getDestinationBounds(); in onFixedRotationFinished() local
1379 Rect currentBounds, Rect destinationBounds, float startingAngle, Rect sourceHintRect, in scheduleAnimateResizePip()
[all …]
DPipContentOverlay.java77 Rect destinationBounds); in onAnimationEnd()
111 public void onAnimationEnd(SurfaceControl.Transaction atomicTx, Rect destinationBounds) { in onAnimationEnd()
169 public void onAnimationEnd(SurfaceControl.Transaction atomicTx, Rect destinationBounds) { in onAnimationEnd()
229 public void onAnimationEnd(SurfaceControl.Transaction atomicTx, Rect destinationBounds) { in onAnimationEnd()
DPipTransition.java164 @Nullable Rect destinationBounds) { in startExitTransition()
316 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in augmentRequest() local
317 outWCT.setBounds(request.getTriggerTask().token, destinationBounds); in augmentRequest() local
339 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in handleRotateDisplay() local
391 public void onFinishResize(TaskInfo taskInfo, Rect destinationBounds, in onFinishResize()
649 final Rect destinationBounds = new Rect(pipChange.getEndAbsBounds()); in startExitAnimation() local
875 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in startEnterAnimation() local
984 @NonNull Rect destinationBounds, in handleSwipePipToHomeTransition()
1161 private void finishResizeForMenu(Rect destinationBounds) { in finishResizeForMenu()
DPipAnimationController.java134 Rect destinationBounds, float alphaStart, float alphaEnd) { in getAnimator()
303 Rect destinationBounds, float alpha) { in handlePipTransaction()
336 Rect destinationBounds, T baseValue, T startValue, T endValue) { in PipTransitionAnimator()
409 Rect destinationBounds, float alpha) { in handlePipTransaction()
485 void setDestinationBounds(Rect destinationBounds) { in setDestinationBounds()
546 Rect destinationBounds, float startValue, float endValue) { in ofAlpha()
DIPip.aidl57 in Rect destinationBounds, in SurfaceControl overlay) = 2; in stopSwipePipToHome()
DPipTransitionController.java105 public void onFinishResize(TaskInfo taskInfo, Rect destinationBounds, in onFinishResize()
114 @Nullable Rect destinationBounds) { in startExitTransition()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsAlgorithmTest.java269 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in getEntryDestinationBounds_returnBoundsMatchesAspectRatio() local
284 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in getEntryDestinationBounds_invalidAspectRatio_returnsDefaultAspectRatio() local
300 final Rect destinationBounds = mPipBoundsAlgorithm.getAdjustedDestinationBounds( in getAdjustedDestinationBounds_returnBoundsMatchesAspectRatio() local
326 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in getEntryDestinationBounds_withMinSize_returnMinBounds() local
348 final Rect destinationBounds = mPipBoundsAlgorithm.getAdjustedDestinationBounds( in getAdjustedDestinationBounds_ignoreMinBounds() local
365 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in getEntryDestinationBounds_reentryStateExists_restoreLastSize() local
381 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in getEntryDestinationBounds_reentryStateExists_restoreLastPosition() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
DPipSurfaceTransactionHelper.java47 Rect sourceBounds, Rect destinationBounds) { in scale()
65 Rect sourceBounds, Rect destinationBounds, in scale()
83 Rect sourceRectHint, Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndCrop()
119 Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndRotate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsAlgorithm.java128 final Rect destinationBounds = reentryState != null in getEntryDestinationBoundsIgnoringKeepClearAreas() local
187 Rect destinationBounds) { in getValidSourceHintRect()
204 Rect destinationBounds) { in isSourceRectHintValidForEnterPip()
235 final Rect destinationBounds = new Rect(bounds); in transformBoundsToAspectRatioIfValid() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPhonePipMenuController.java247 public void updateMenuBounds(Rect destinationBounds) { in updateMenuBounds()
351 Rect destinationBounds, float alpha) { in movePipMenu()
372 Rect destinationBounds) { in resizePipMenu()
DPipController.java990 private void stopSwipePipToHome(int taskId, ComponentName componentName, Rect destinationBounds, in stopSwipePipToHome()
1289 Rect destinationBounds, SurfaceControl overlay) { in stopSwipePipToHome()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedSurfaceTransactionHelper.java66 Rect destinationBounds) { in crop()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt470 val destinationBounds = Rect() in <lambda>() constant