Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java282 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 DToggleResizeDesktopTaskTransitionHandler.kt73 val startBounds = change.startAbsBounds regex
H A DExitDesktopTaskTransitionHandler.java151 final Rect startBounds = change.getStartAbsBounds(); in startChangeTransition() local
H A DEnterDesktopTaskTransitionHandler.java222 final Rect startBounds = change.getStartAbsBounds(); in animateMoveToDesktop() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskFragmentTest.java133 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 DAppTransitionTests.java457 final Rect startBounds = new Rect(activity.getBounds()); in testActivityRecordReparentedToTaskFragment() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRemoteAnimationController.java107 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
126 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
H A DWindowChangeAnimationSpec.java58 public WindowChangeAnimationSpec(Rect startBounds, Rect endBounds, DisplayInfo displayInfo, in WindowChangeAnimationSpec()
H A DSurfaceFreezer.java80 void freeze(SurfaceControl.Transaction t, Rect startBounds, Point relativePosition, in freeze()
H A DWindowContainer.java3018 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 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationTestBase.java97 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 DPipDragThenSnapTest.kt51 val startBounds = Rect() regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java140 final Rect startBounds = new Rect(200, 700, 400, 800); in pipTransitionAnimator_rotatedEndValue() local
/aosp14/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java130 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 DCrossfade.java176 Rect startBounds = (Rect) startVals.get(PROPNAME_BOUNDS); in createAnimator() local
H A DChangeImageTransform.java144 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
H A DChangeBounds.java292 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationAdapter.java97 final Rect startBounds = target.startBounds; in TaskFragmentAnimationAdapter() local
H A DTaskFragmentAnimationSpec.java150 final Rect startBounds = target.startBounds; in createChangeBoundsChangeAnimations() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationAdapter.java94 final Rect startBounds = change.getStartAbsBounds(); in ActivityEmbeddingAnimationAdapter() local
H A DActivityEmbeddingAnimationSpec.java154 final Rect startBounds = change.getStartAbsBounds(); in createChangeBoundsChangeAnimations() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/
H A DFreeformTaskTransitionHandler.java234 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 DPipTransition.java697 final Rect startBounds = new Rect(pipChange.getStartAbsBounds()); in startExpandAndRotationAnimation() local
735 final Rect baseBounds, final Rect startBounds, final Rect endBounds, in startExpandAnimation()
H A DPipTaskOrganizer.java1428 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, in scheduleUserResizePip()
1437 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, float degrees, in scheduleUserResizePip()

12