Searched refs:screenSpaceBounds (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | RemoteAnimationTarget.java | 176 public final Rect screenSpaceBounds; field in RemoteAnimationTarget 255 Rect localBounds, Rect screenSpaceBounds, in RemoteAnimationTarget() argument 261 position, localBounds, screenSpaceBounds, windowConfig, isNotInRecents, startLeash, in RemoteAnimationTarget() 267 Rect localBounds, Rect screenSpaceBounds, in RemoteAnimationTarget() argument 281 this.sourceContainerBounds = new Rect(screenSpaceBounds); in RemoteAnimationTarget() 282 this.screenSpaceBounds = new Rect(screenSpaceBounds); in RemoteAnimationTarget() 291 ? new Rect(screenSpaceBounds) in RemoteAnimationTarget() 306 screenSpaceBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget() 358 dest.writeTypedObject(screenSpaceBounds, 0 /* flags */); in writeToParcel() 382 pw.print(" screenSpaceBounds="); screenSpaceBounds.printShortString(pw); in dump() [all …]
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationAdapter.java | 78 this(animation, target, target.leash, target.screenSpaceBounds); in TaskFragmentAnimationAdapter() 98 final Rect endBounds = target.screenSpaceBounds; in TaskFragmentAnimationAdapter() 105 mContentBounds.set(target.screenSpaceBounds); in TaskFragmentAnimationAdapter() 181 super(animation, target, target.startLeash, target.screenSpaceBounds); in SnapshotAdapter()
|
D | TaskFragmentAnimationRunner.java | 214 openingWholeScreenBounds.union(target.screenSpaceBounds); in createOpenCloseAnimationAdapters() 217 closingWholeScreenBounds.union(target.screenSpaceBounds); in createOpenCloseAnimationAdapters()
|
D | TaskFragmentAnimationSpec.java | 90 final Rect bounds = target.screenSpaceBounds; in createChangeBoundsOpenAnimation() 152 final Rect endBounds = target.screenSpaceBounds; in createChangeBoundsChangeAnimations()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardUnlockAnimationController.kt | 759 val surfaceHeight: Int = surfaceBehindRemoteAnimationTarget.screenSpaceBounds.height() in <lambda>() 774 surfaceBehindRemoteAnimationTarget.screenSpaceBounds.left.toFloat(), in <lambda>()
|
D | KeyguardViewMediator.java | 1117 final float surfaceHeight = primary.screenSpaceBounds.height();
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ActivityLaunchAnimator.kt | 535 val windowBounds = window.screenSpaceBounds in startAnimation() 618 val screenBounds = window.screenSpaceBounds in applyStateToWindow()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/ |
D | RemoteTransitionTest.java | 127 assertEquals(endBounds, wrapped.screenSpaceBounds);
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RemoteAnimationControllerTest.java | 496 mMockLeash, app.position.x + app.startBounds.left - app.screenSpaceBounds.left, in testChangeToDifferentPosition() 497 app.position.y + app.startBounds.top - app.screenSpaceBounds.top); in testChangeToDifferentPosition()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | SplitScreenController.java | 776 t.setPosition(appTarget.leash, appTarget.screenSpaceBounds.left, in reparentSplitTasksForAnimation() 777 appTarget.screenSpaceBounds.top); in reparentSplitTasksForAnimation()
|