/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopModeVisualIndicator.java | 282 private VisualIndicatorAnimator(View view, Rect startBounds, in VisualIndicatorAnimator() 300 Rect startBounds = new Rect(padding, padding, in toFullscreenAnimatorWithAnimatedBounds() local 314 Rect startBounds = new Rect(); in animateBounds() local 352 Rect startBounds = new Rect(0, 0, width, height); in toFreeformAnimator() local 413 private static Rect getMaxBounds(Rect startBounds) { in getMaxBounds()
|
H A D | ToggleResizeDesktopTaskTransitionHandler.kt | 73 val startBounds = change.startAbsBounds regex
|
H A D | ExitDesktopTaskTransitionHandler.java | 151 final Rect startBounds = change.getStartAbsBounds(); in startChangeTransition() local
|
H A D | EnterDesktopTaskTransitionHandler.java | 222 final Rect startBounds = change.getStartAbsBounds(); in animateMoveToDesktop() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskFragmentTest.java | 133 final Rect startBounds = new Rect(0, 0, 500, 1000); in testShouldStartChangeTransition_relativePositionChange() local 168 final Rect startBounds = new Rect(0, 0, 1000, 1000); in testStartChangeTransition_resetSurface() local 198 final Rect startBounds = new Rect(0, 0, 1000, 1000); in testStartChangeTransition_doNotFreezeWhenOnlyMoved() local 216 final Rect startBounds = new Rect(0, 0, 1000, 1000); in testNotOkToAnimate_doNotStartChangeTransition() local
|
H A D | AppTransitionTests.java | 457 final Rect startBounds = new Rect(activity.getBounds()); in testActivityRecordReparentedToTaskFragment() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | RemoteAnimationController.java | 107 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord() 126 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
|
H A D | WindowChangeAnimationSpec.java | 58 public WindowChangeAnimationSpec(Rect startBounds, Rect endBounds, DisplayInfo displayInfo, in WindowChangeAnimationSpec()
|
H A D | SurfaceFreezer.java | 80 void freeze(SurfaceControl.Transaction t, Rect startBounds, Point relativePosition, in freeze()
|
H A D | WindowContainer.java | 3018 void initializeChangeTransition(Rect startBounds, @Nullable SurfaceControl freezeTarget) { in initializeChangeTransition() 3028 mSurfaceFreezer.freeze(getSyncTransaction(), startBounds, mTmpPoint, freezeTarget); in initializeChangeTransition() local 3031 void initializeChangeTransition(Rect startBounds) { in initializeChangeTransition() 3189 final Rect startBounds = isChanging ? mSurfaceFreezer.mFreezeBounds : null; in getAnimationAdapter() local
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | RemoteAnimationTarget.java | 191 public final Rect startBounds; field in RemoteAnimationTarget 257 SurfaceControl startLeash, @Nullable Rect startBounds, in RemoteAnimationTarget() 269 SurfaceControl startLeash, @Nullable Rect startBounds, in RemoteAnimationTarget()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/ |
H A D | ActivityEmbeddingAnimationTestBase.java | 97 static TransitionInfo.Change createEmbeddedChange(@NonNull Rect startBounds, in createEmbeddedChange()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ |
H A D | PipDragThenSnapTest.kt | 51 val startBounds = Rect() regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipAnimationControllerTest.java | 140 final Rect startBounds = new Rect(200, 700, 400, 800); in pipTransitionAnimator_rotatedEndValue() local
|
/aosp14/frameworks/base/core/java/com/android/internal/transition/ |
H A D | EpicenterTranslateClipReveal.java | 130 final Rect startBounds = getEpicenterOrCenter(endBounds); in onAppear() local 166 final Rect startBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in onDisappear() local
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | Crossfade.java | 176 Rect startBounds = (Rect) startVals.get(PROPNAME_BOUNDS); in createAnimator() local
|
H A D | ChangeImageTransform.java | 144 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
|
H A D | ChangeBounds.java | 292 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationAdapter.java | 97 final Rect startBounds = target.startBounds; in TaskFragmentAnimationAdapter() local
|
H A D | TaskFragmentAnimationSpec.java | 150 final Rect startBounds = target.startBounds; in createChangeBoundsChangeAnimations() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
H A D | ActivityEmbeddingAnimationAdapter.java | 94 final Rect startBounds = change.getStartAbsBounds(); in ActivityEmbeddingAnimationAdapter() local
|
H A D | ActivityEmbeddingAnimationSpec.java | 154 final Rect startBounds = change.getStartAbsBounds(); in createChangeBoundsChangeAnimations() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/ |
H A D | FreeformTaskTransitionHandler.java | 234 Rect startBounds = new Rect(change.getTaskInfo().configuration.windowConfiguration in startCloseTransition() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTransition.java | 697 final Rect startBounds = new Rect(pipChange.getStartAbsBounds()); in startExpandAndRotationAnimation() local 735 final Rect baseBounds, final Rect startBounds, final Rect endBounds, in startExpandAnimation()
|
H A D | PipTaskOrganizer.java | 1428 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, in scheduleUserResizePip() 1437 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, float degrees, in scheduleUserResizePip()
|