Home
last modified time | relevance | path

Searched defs:startBounds (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskFragmentTest.java127 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
DAppTransitionTests.java492 final Rect startBounds = new Rect(activity.getBounds()); in testActivityRecordReparentedToTaskFragment() local
/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java191 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/
DRemoteAnimationController.java106 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
125 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
DWindowChangeAnimationSpec.java58 public WindowChangeAnimationSpec(Rect startBounds, Rect endBounds, DisplayInfo displayInfo, in WindowChangeAnimationSpec()
DSurfaceFreezer.java79 void freeze(SurfaceControl.Transaction t, Rect startBounds, Point relativePosition, in freeze()
DTaskPositioner.java309 final Rect startBounds = mTmpRect; in startDrag() local
DWindowContainer.java2906 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
DTransition.java2095 final Rect startBounds = mAbsoluteBounds; in isWindowFillingTask() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationTestBase.java94 static TransitionInfo.Change createEmbeddedChange(@NonNull Rect startBounds, in createEmbeddedChange()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipAnimationControllerTest.java140 final Rect startBounds = new Rect(200, 700, 400, 800); in pipTransitionAnimator_rotatedEndValue() local
/frameworks/base/core/java/com/android/internal/transition/
DEpicenterTranslateClipReveal.java130 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/
DCrossfade.java176 Rect startBounds = (Rect) startVals.get(PROPNAME_BOUNDS); in createAnimator() local
DChangeImageTransform.java144 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
DChangeBounds.java292 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationAdapter.java97 final Rect startBounds = target.startBounds; in TaskFragmentAnimationAdapter() local
DTaskFragmentAnimationSpec.java150 final Rect startBounds = target.startBounds; in createChangeBoundsChangeAnimations() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationAdapter.java99 final Rect startBounds = change.getStartAbsBounds(); in ActivityEmbeddingAnimationAdapter() local
DActivityEmbeddingAnimationSpec.java146 final Rect startBounds = change.getStartAbsBounds(); in createChangeBoundsChangeAnimations() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenTransitions.java143 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/
DPipTransition.java585 final Rect startBounds = new Rect(pipChange.getStartAbsBounds()); in startExpandAndRotationAnimation() local
623 final Rect baseBounds, final Rect startBounds, final Rect endBounds, in startExpandAnimation()
DPipTaskOrganizer.java1329 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, in scheduleUserResizePip()
1338 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, float degrees, in scheduleUserResizePip()
DPipAnimationController.java159 Rect baseBounds, Rect startBounds, Rect endBounds, Rect sourceHintRect, in getAnimator()