Home
last modified time | relevance | path

Searched refs:getEndAbsBounds (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationRunner.java199 && !change.getStartAbsBounds().equals(change.getEndAbsBounds())) { in createAnimationAdapters()
244 openingWholeScreenBounds.union(change.getEndAbsBounds()); in createOpenCloseAnimationAdapters()
249 closingWholeScreenBounds.union(change.getEndAbsBounds()); in createOpenCloseAnimationAdapters()
301 return !closingChange.getStartAbsBounds().equals(closingChange.getEndAbsBounds()); in shouldUseSnapshotAnimationForClosingChange()
384 || change.getStartAbsBounds().equals(change.getEndAbsBounds())) { in createChangeAnimationAdapters()
407 parentBounds.union(boundsAnimationChange.getEndAbsBounds()); in createChangeAnimationAdapters()
521 || change.getStartAbsBounds().equals(change.getEndAbsBounds())) { in shouldUseJumpCutForChangeTransition()
573 change.getEndAbsBounds().left - root.getOffset().x, in prepareForJumpCut()
574 change.getEndAbsBounds().top - root.getOffset().y); in prepareForJumpCut()
577 change.getEndAbsBounds().width(), change.getEndAbsBounds().height()); in prepareForJumpCut()
H A DActivityEmbeddingAnimationAdapter.java77 this(animation, change, change.getLeash(), change.getEndAbsBounds(), root); in ActivityEmbeddingAnimationAdapter()
95 final Rect endBounds = change.getEndAbsBounds(); in ActivityEmbeddingAnimationAdapter()
115 mContentBounds.set(change.getEndAbsBounds()); in ActivityEmbeddingAnimationAdapter()
196 super(animation, change, snapshotLeash, change.getEndAbsBounds(), root); in SnapshotAdapter()
H A DActivityEmbeddingController.java145 nonClosingEmbeddedArea.union(change.getEndAbsBounds()); in handleNonEmbeddedChanges()
155 && !nonClosingEmbeddedArea.contains(change.getEndAbsBounds())) { in handleNonEmbeddedChanges()
H A DActivityEmbeddingAnimationSpec.java93 final Rect bounds = change.getEndAbsBounds(); in createChangeBoundsOpenAnimation()
155 final Rect endBounds = change.getEndAbsBounds(); in createChangeBoundsChangeAnimations()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DCounterRotatorHelper.java50 final Rect displayBounds = displayRotationChange.getEndAbsBounds(); in handleClosingChanges()
91 if (mLastRotationDelta == 0) return change.getEndAbsBounds(); in getEndBoundsInStartRotation()
92 final Rect rotatedBounds = new Rect(change.getEndAbsBounds()); in getEndBoundsInStartRotation()
H A DDefaultTransitionHandler.java378 if (!change.getEndAbsBounds().equals( in startAnimation()
379 info.getChange(change.getParent()).getEndAbsBounds())) { in startAnimation()
381 change.getEndAbsBounds().width(), in startAnimation()
382 change.getEndAbsBounds().height()); in startAnimation()
397 change.getEndAbsBounds().left - info.getRoot(rootIdx).getOffset().x, in startAnimation()
406 change.getEndAbsBounds().width(), change.getEndAbsBounds().height()); in startAnimation()
503 : new Rect(change.getEndAbsBounds()); in startAnimation()
674 : change.getEndAbsBounds(); in loadAnimation()
725 ? change.getStartAbsBounds() : change.getEndAbsBounds(); in loadAnimation()
815 final Rect bounds = change.getEndAbsBounds(); in attachCrossProfileThumbnailAnimation()
[all …]
H A DScreenRotationAnimation.java124 mEndWidth = change.getEndAbsBounds().width(); in ScreenRotationAnimation()
125 mEndHeight = change.getEndAbsBounds().height(); in ScreenRotationAnimation()
H A DTransitionAnimationHelper.java280 change.getEndAbsBounds().height()); in edgeExtendWindow()
282 change.getEndAbsBounds().width()); in edgeExtendWindow()
H A DTransitions.java488 && ((change.getStartAbsBounds().height() != change.getEndAbsBounds().height() in setupStartState()
489 || change.getStartAbsBounds().width() != change.getEndAbsBounds().width()))) { in setupStartState()
492 t.setWindowCrop(leash, change.getEndAbsBounds().width(), in setupStartState()
493 change.getEndAbsBounds().height()); in setupStartState()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenTransitions.java171 t.setPosition(leash, change.getEndAbsBounds().left, change.getEndAbsBounds().top); in playInternalAnimation()
172 t.setWindowCrop(leash, change.getEndAbsBounds().width(), in playInternalAnimation()
173 change.getEndAbsBounds().height()); in playInternalAnimation()
175 t.setPosition(leash, change.getEndAbsBounds().left, change.getEndAbsBounds().top); in playInternalAnimation()
268 startTransaction.setPosition(leash, change.getEndAbsBounds().left, in playResizeAnimation()
269 change.getEndAbsBounds().top); in playResizeAnimation()
270 startTransaction.setWindowCrop(leash, change.getEndAbsBounds().width(), in playResizeAnimation()
271 change.getEndAbsBounds().height()); in playResizeAnimation()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DTransitionUtil.java109 && change.getStartAbsBounds().equals(change.getEndAbsBounds()) in isOrderOnly()
165 (mode == TRANSIT_OPEN) ? change.getEndAbsBounds() : change.getStartAbsBounds(); in setupLeash()
298 Rect localBounds = new Rect(change.getEndAbsBounds()); in newTarget()
314 new Rect(change.getEndAbsBounds()), in newTarget()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DEnterDesktopTaskTransitionHandlerTest.java147 verify(mStartT).setWindowCrop(mSurfaceControl, change.getEndAbsBounds().width(), in testTransitEnterDesktopModeAnimation()
148 change.getEndAbsBounds().height()); in testTransitEnterDesktopModeAnimation()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationRunnerCompat.java114 displayW = change.getEndAbsBounds().width(); in wrap()
115 displayH = change.getEndAbsBounds().height(); in wrap()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java259 if (!currentPipTaskChange.getEndAbsBounds().isEmpty()) { in startAnimation()
260 mPipBoundsState.setBounds(currentPipTaskChange.getEndAbsBounds()); in startAnimation()
599 final boolean toFullscreen = pipChange.getEndAbsBounds().equals( in startExitAnimation()
649 final Rect destinationBounds = new Rect(pipChange.getEndAbsBounds()); in startExitAnimation()
699 final Rect endBounds = new Rect(pipChange.getEndAbsBounds()); in startExpandAndRotationAnimation()
1044 final Rect endBounds = change.getEndAbsBounds(); in startExitToSplitAnimation()
1062 final Rect bounds = prevPipTaskChange.getEndAbsBounds(); in resetPrevPip()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DEnterDesktopTaskTransitionHandler.java195 final Rect endBounds = change.getEndAbsBounds(); in startChangeTransition()
229 change.getStartAbsBounds(), change.getEndAbsBounds()); in animateMoveToDesktop()
H A DExitDesktopTaskTransitionHandler.java140 final Rect endBounds = change.getEndAbsBounds(); in startChangeTransition()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DPhysicalDisplaySwitchTransitionLauncherTest.java117 assertThat(displayChangeArgumentCaptor.getValue().getEndAbsBounds()).isEqualTo( in testDisplaySwitchAfterUnfoldToOpen_animationsEnabled_requestsTransition()
H A DTransitionTests.java1045 assertEquals(app.getParent().getBounds(), changeOfActivity.getEndAbsBounds()); in testTransitionBounds()
1056 assertEquals(task.getBounds(), changeOfTask.getEndAbsBounds()); in testTransitionBounds()
1703 assertEquals(embeddedTf.getBounds(), info.getChanges().get(0).getEndAbsBounds()); in testFlagFillsTask_embeddingNotFillingTask()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java161 float displayW = parent.getEndAbsBounds().width(); in wrap()
162 float displayH = parent.getEndAbsBounds().height(); in wrap()
/aosp14/frameworks/base/core/java/android/window/
H A DTransitionRequestInfo.java122 public @Nullable Rect getEndAbsBounds() { in getEndAbsBounds() method in TransitionRequestInfo.DisplayChange
H A DTransitionInfo.java819 public Rect getEndAbsBounds() { in getEndAbsBounds() method in TransitionInfo.Change
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransitionController.java628 final Rect endBounds = displayChange.getEndAbsBounds(); in setDisplaySyncMethod()