Home
last modified time | relevance | path

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

12

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
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()
DToggleResizeDesktopTaskTransitionHandler.kt73 val startBounds = change.startAbsBounds in <lambda>() constant
DExitDesktopTaskTransitionHandler.java151 final Rect startBounds = change.getStartAbsBounds(); in startChangeTransition() local
DEnterDesktopTaskTransitionHandler.java222 final Rect startBounds = change.getStartAbsBounds(); in animateMoveToDesktop() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
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
DAppTransitionTests.java457 final Rect startBounds = new Rect(activity.getBounds()); in testActivityRecordReparentedToTaskFragment() local
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
DPipDragThenSnapTest.kt51 val startBounds = Rect() in <lambda>() constant
/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.java107 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
126 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
DWindowChangeAnimationSpec.java58 public WindowChangeAnimationSpec(Rect startBounds, Rect endBounds, DisplayInfo displayInfo, in WindowChangeAnimationSpec()
DSurfaceFreezer.java80 void freeze(SurfaceControl.Transaction t, Rect startBounds, Point relativePosition, in freeze()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationTestBase.java97 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/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DMoveToDesktopAnimator.kt17 private val startBounds: Rect, in <lambda>() constant in com.android.wm.shell.windowdecor.MoveToDesktopAnimator
/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/
DActivityEmbeddingAnimationSpec.java154 final Rect startBounds = change.getStartAbsBounds(); in createChangeBoundsChangeAnimations() local
DActivityEmbeddingAnimationAdapter.java94 final Rect startBounds = change.getStartAbsBounds(); in ActivityEmbeddingAnimationAdapter() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/
DFreeformTaskTransitionHandler.java234 Rect startBounds = new Rect(change.getTaskInfo().configuration.windowConfiguration in startCloseTransition() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java697 final Rect startBounds = new Rect(pipChange.getStartAbsBounds()); in startExpandAndRotationAnimation() local
735 final Rect baseBounds, final Rect startBounds, final Rect endBounds, in startExpandAnimation()
DPipTaskOrganizer.java1428 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, in scheduleUserResizePip()
1437 public void scheduleUserResizePip(Rect startBounds, Rect toBounds, float degrees, in scheduleUserResizePip()

12