Home
last modified time | relevance | path

Searched defs:endBounds (Results 1 – 24 of 24) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskFragmentTest.java134 final Rect endBounds = new Rect(500, 0, 1000, 1000); in testShouldStartChangeTransition_relativePositionChange() local
169 final Rect endBounds = new Rect(500, 500, 1000, 1000); in testStartChangeTransition_resetSurface() local
199 final Rect endBounds = new Rect(startBounds); in testStartChangeTransition_doNotFreezeWhenOnlyMoved() local
217 final Rect endBounds = new Rect(500, 500, 1000, 1000); in testNotOkToAnimate_doNotStartChangeTransition() 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 DTransitionController.java628 final Rect endBounds = displayChange.getEndAbsBounds(); in setDisplaySyncMethod() local
H A DTaskFragment.java2540 final Rect endBounds = getConfiguration().windowConfiguration.getBounds(); in shouldStartChangeTransition() local
H A DTransition.java3013 final Rect endBounds = wc.getBounds(); in isWindowFillingTask() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DEnterDesktopTaskTransitionHandler.java195 final Rect endBounds = change.getEndAbsBounds(); in startChangeTransition() local
285 @NonNull Rect endBounds) { in animateFinalizeDragToDesktopMode()
339 @NonNull Rect endBounds) { in animateCancelDragToDesktopMode()
H A DToggleResizeDesktopTaskTransitionHandler.kt74 val endBounds = change.endAbsBounds regex
H A DDesktopModeVisualIndicator.java283 Rect endBounds) { in VisualIndicatorAnimator()
353 Rect endBounds = new Rect((int) (adjustmentPercentage * width / 2), in toFreeformAnimator() local
H A DExitDesktopTaskTransitionHandler.java140 final Rect endBounds = change.getEndAbsBounds(); in startChangeTransition() local
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationTestBase.java98 @NonNull Rect endBounds, @NonNull Rect taskBounds) { in createEmbeddedChange()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java141 final Rect endBounds = new Rect(0, 0, 500, 1000); in pipTransitionAnimator_rotatedEndValue() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java658 final Rect endBounds = new Rect(destinationBounds); in startExitAnimation() local
699 final Rect endBounds = new Rect(pipChange.getEndAbsBounds()); in startExpandAndRotationAnimation() local
735 final Rect baseBounds, final Rect startBounds, final Rect endBounds, in startExpandAnimation()
1044 final Rect endBounds = change.getEndAbsBounds(); in startExitToSplitAnimation() local
H A DPipAnimationController.java173 Rect baseBounds, Rect startBounds, Rect endBounds, Rect sourceHintRect, in getAnimator()
/aosp14/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java129 final Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in onAppear() local
167 final Rect endBounds = getEpicenterOrCenter(startBounds); in onDisappear() local
/aosp14/frameworks/base/core/java/android/transition/
H A DCrossfade.java177 Rect endBounds = (Rect) endVals.get(PROPNAME_BOUNDS); in createAnimator() local
H A DChangeImageTransform.java145 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
H A DChangeBounds.java293 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationAdapter.java98 final Rect endBounds = target.screenSpaceBounds; in TaskFragmentAnimationAdapter() local
H A DTaskFragmentAnimationSpec.java152 final Rect endBounds = target.screenSpaceBounds; in createChangeBoundsChangeAnimations() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationAdapter.java95 final Rect endBounds = change.getEndAbsBounds(); in ActivityEmbeddingAnimationAdapter() local
H A DActivityEmbeddingAnimationSpec.java155 final Rect endBounds = change.getEndAbsBounds(); in createChangeBoundsChangeAnimations() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDesktopModeWindowDecorViewModel.java729 final Rect endBounds = new Rect((int) (screenWidth * adjustmentPercentage), in calculateFreeformBounds() local
755 final Rect endBounds = calculateFreeformBounds(ev.getDisplayId(), DRAG_FREEFORM_SCALE); in centerAndMoveToDesktopWithAnimation() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultTransitionHandler.java672 final Rect endBounds = TransitionUtil.isClosingType(changeMode) in loadAnimation() local