Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/
DPipSurfaceTransactionHelper.java72 Rect destinationBounds) { in crop()
83 Rect sourceBounds, Rect destinationBounds) { in scale()
93 Rect sourceBounds, RectF destinationBounds) { in scale()
102 Rect sourceBounds, Rect destinationBounds, float degrees) { in scale()
112 Rect sourceBounds, RectF destinationBounds, float degrees) { in scale()
131 Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndCrop()
170 SurfaceControl leash, Rect sourceBounds, Rect destinationBounds, Rect insets, in rotateAndScaleWithCrop()
216 Rect destinationBounds) { in resetScale()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSurfaceTransactionHelper.java72 Rect destinationBounds) { in crop()
83 Rect sourceBounds, Rect destinationBounds) { in scale()
93 Rect sourceBounds, RectF destinationBounds) { in scale()
102 Rect sourceBounds, Rect destinationBounds, float degrees) { in scale()
112 Rect sourceBounds, RectF destinationBounds, float degrees) { in scale()
131 Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndCrop()
173 SurfaceControl leash, Rect sourceBounds, Rect destinationBounds, Rect insets, in rotateAndScaleWithCrop()
219 Rect destinationBounds) { in resetScale()
DPipTaskOrganizer.java507 public void stopSwipePipToHome(int taskId, ComponentName componentName, Rect destinationBounds, in stopSwipePipToHome()
644 final Rect destinationBounds = new Rect(getExitDestinationBounds()); in exitPip() local
882 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in onTaskAppeared() local
921 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in onTaskAppearedWithFixedRotation() local
935 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in onDisplayRotationSkipped() local
941 void enterPipWithAlphaAnimation(Rect destinationBounds, long durationMs) { in enterPipWithAlphaAnimation()
978 final Rect destinationBounds = mPipBoundsState.getBounds(); in onEndOfSwipePipToHomeTransition() local
1001 private void applyEnterPipSyncTransaction(Rect destinationBounds, Runnable runnable, in applyEnterPipSyncTransaction()
1185 final Rect destinationBounds = animator.getDestinationBounds(); in onFixedRotationFinished() local
1476 Rect currentBounds, Rect destinationBounds, float startingAngle, Rect sourceHintRect, in scheduleAnimateResizePip()
[all …]
DPipTransition.java193 @Nullable Rect destinationBounds) { in startExitTransition()
372 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in augmentRequest() local
373 outWCT.setBounds(request.getTriggerTask().token, destinationBounds); in augmentRequest() local
402 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in handleRotateDisplay() local
458 public void onFinishResize(TaskInfo taskInfo, Rect destinationBounds, in onFinishResize()
755 final Rect destinationBounds = new Rect(pipChange.getEndAbsBounds()); in startExitAnimation() local
1003 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in startEnterAnimation() local
1137 @NonNull Rect destinationBounds, in handleSwipePipToHomeTransition()
1313 private void finishResizeForMenu(Rect destinationBounds) { in finishResizeForMenu()
DPipAnimationController.java135 Rect destinationBounds, float alphaStart, float alphaEnd) { in getAnimator()
304 Rect destinationBounds, float alpha) { in handlePipTransaction()
337 Rect destinationBounds, T baseValue, T startValue, T endValue) { in PipTransitionAnimator()
410 Rect destinationBounds, float alpha) { in handlePipTransaction()
431 void setAppIconContentOverlay(Context context, Rect appBounds, Rect destinationBounds, in setAppIconContentOverlay()
486 void setDestinationBounds(Rect destinationBounds) { in setDestinationBounds()
547 Rect destinationBounds, float startValue, float endValue) { in ofAlpha()
DPipContentOverlay.java170 public PipAppIconOverlay(Context context, Rect appBounds, Rect destinationBounds, in PipAppIconOverlay()
199 public static int getOverlaySize(Rect appBounds, Rect destinationBounds) { in getOverlaySize()
DPipTransitionController.java114 public void onFinishResize(TaskInfo taskInfo, Rect destinationBounds, in onFinishResize()
123 @Nullable Rect destinationBounds) { in startExitTransition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipMenuController.java89 Rect destinationBounds) {} in resizePipMenu()
96 @Nullable SurfaceControl.Transaction t, Rect destinationBounds, float alpha) { in movePipMenu()
102 default void updateMenuBounds(Rect destinationBounds) {} in updateMenuBounds()
DPipBoundsAlgorithm.java133 final Rect destinationBounds = getDefaultBounds(); in getEntryDestinationBoundsIgnoringKeepClearAreas() local
196 Rect destinationBounds) { in getValidSourceHintRect()
213 Rect destinationBounds) { in isSourceRectHintValidForEnterPip()
262 final Rect destinationBounds = new Rect(bounds); in transformBoundsToAspectRatioIfValid() local
DIPip.aidl59 in Rect destinationBounds, in SurfaceControl overlay, in Rect appBounds, in stopSwipePipToHome()
/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
368 final Rect destinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in getEntryDestinationBounds_reentryStateExists_restoreProportionalSize() local
383 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()
124 Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndRotate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPhonePipMenuController.java224 public void updateMenuBounds(Rect destinationBounds) { in updateMenuBounds()
321 Rect destinationBounds, float alpha) { in movePipMenu()
342 Rect destinationBounds) { in resizePipMenu()
DPipController.java1003 private void stopSwipePipToHome(int taskId, ComponentName componentName, Rect destinationBounds, in stopSwipePipToHome()
1294 Rect destinationBounds, SurfaceControl overlay, Rect appBounds, in stopSwipePipToHome()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPhonePipMenuController.java222 public void updateMenuBounds(Rect destinationBounds) { in updateMenuBounds()
319 Rect destinationBounds, float alpha) { in movePipMenu()
340 Rect destinationBounds) { in resizePipMenu()
DPipTransition.java144 @Nullable Rect destinationBounds) { in startExitTransition()
300 Rect destinationBounds = pipChange.getEndAbsBounds(); in handleSwipePipToHomeTransition() local
389 Rect destinationBounds = pipChange.getEndAbsBounds(); in startAlphaTypeEnterAnimation() local
DPipController.java288 Rect destinationBounds, SurfaceControl overlay, Rect appBounds, in onSwipePipToHomeAnimationStart()
413 Rect destinationBounds, SurfaceControl overlay, Rect appBounds, 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/pip/tv/
DTvPipTransition.java154 @Nullable Rect destinationBounds) { in startExitTransition()
249 final Rect destinationBounds = new Rect(pipChange.getEndAbsBounds()); in startAnimation() local
506 Rect currentBounds, Rect destinationBounds, in startExitAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt643 val destinationBounds = Rect() in <lambda>() constant
681 val destinationBounds = getSnapBounds(taskInfo, position) in <lambda>() constant