/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskFragmentTest.java | 127 final Rect startBounds = new Rect(0, 0, 500, 1000); in testShouldStartChangeTransition_relativePositionChange() local 155 final Rect startBounds = new Rect(0, 0, 1000, 1000); in testStartChangeTransition_resetSurface() local 185 final Rect startBounds = new Rect(0, 0, 1000, 1000); in testStartChangeTransition_doNotFreezeWhenOnlyMoved() local 203 final Rect startBounds = new Rect(0, 0, 1000, 1000); in testNotOkToAnimate_doNotStartChangeTransition() local
|
D | AppTransitionTests.java | 492 final Rect startBounds = new Rect(activity.getBounds()); in testActivityRecordReparentedToTaskFragment() local
|
/frameworks/base/core/java/android/view/ |
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()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RemoteAnimationController.java | 106 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord() 125 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
|
D | WindowChangeAnimationSpec.java | 58 public WindowChangeAnimationSpec(Rect startBounds, Rect endBounds, DisplayInfo displayInfo, in WindowChangeAnimationSpec()
|
D | SurfaceFreezer.java | 79 void freeze(SurfaceControl.Transaction t, Rect startBounds, Point relativePosition, in freeze()
|
D | TaskPositioner.java | 309 final Rect startBounds = mTmpRect; in startDrag() local
|
D | WindowContainer.java | 2906 void initializeChangeTransition(Rect startBounds, @Nullable SurfaceControl freezeTarget) { in initializeChangeTransition() 2916 mSurfaceFreezer.freeze(getSyncTransaction(), startBounds, mTmpPoint, freezeTarget); in initializeChangeTransition() local 2919 void initializeChangeTransition(Rect startBounds) { in initializeChangeTransition() 3077 final Rect startBounds = isChanging ? mSurfaceFreezer.mFreezeBounds : null; in getAnimationAdapter() local
|
D | Transition.java | 2095 final Rect startBounds = mAbsoluteBounds; in isWindowFillingTask() local
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingAnimationTestBase.java | 94 static TransitionInfo.Change createEmbeddedChange(@NonNull Rect startBounds, in createEmbeddedChange()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
D | PipAnimationControllerTest.java | 140 final Rect startBounds = new Rect(200, 700, 400, 800); in pipTransitionAnimator_rotatedEndValue() local
|
/frameworks/base/core/java/com/android/internal/transition/ |
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
|
/frameworks/base/core/java/android/transition/ |
D | Crossfade.java | 176 Rect startBounds = (Rect) startVals.get(PROPNAME_BOUNDS); in createAnimator() local
|
D | ChangeImageTransform.java | 144 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
|
D | ChangeBounds.java | 292 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationAdapter.java | 97 final Rect startBounds = target.startBounds; in TaskFragmentAnimationAdapter() local
|
D | TaskFragmentAnimationSpec.java | 150 final Rect startBounds = target.startBounds; in createChangeBoundsChangeAnimations() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingAnimationAdapter.java | 99 final Rect startBounds = change.getStartAbsBounds(); in ActivityEmbeddingAnimationAdapter() local
|
D | ActivityEmbeddingAnimationSpec.java | 146 final Rect startBounds = change.getStartAbsBounds(); in createChangeBoundsChangeAnimations() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | SplitScreenTransitions.java | 143 final Rect startBounds = new Rect(change.getStartAbsBounds()); in playInternalAnimation() local 461 @NonNull Rect startBounds, @NonNull Rect endBounds) { in startExampleResizeAnimation()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipTransition.java | 585 final Rect startBounds = new Rect(pipChange.getStartAbsBounds()); in startExpandAndRotationAnimation() local 623 final Rect baseBounds, final Rect startBounds, final Rect endBounds, in startExpandAnimation()
|
D | PipTaskOrganizer.java | 1329 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, in scheduleUserResizePip() 1338 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, float degrees, in scheduleUserResizePip()
|
D | PipAnimationController.java | 159 Rect baseBounds, Rect startBounds, Rect endBounds, Rect sourceHintRect, in getAnimator()
|