Home
last modified time | relevance | path

Searched refs:screenSpaceBounds (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java176 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/
DTaskFragmentAnimationAdapter.java78 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()
DTaskFragmentAnimationRunner.java214 openingWholeScreenBounds.union(target.screenSpaceBounds); in createOpenCloseAnimationAdapters()
217 closingWholeScreenBounds.union(target.screenSpaceBounds); in createOpenCloseAnimationAdapters()
DTaskFragmentAnimationSpec.java90 final Rect bounds = target.screenSpaceBounds; in createChangeBoundsOpenAnimation()
152 final Rect endBounds = target.screenSpaceBounds; in createChangeBoundsChangeAnimations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt759 val surfaceHeight: Int = surfaceBehindRemoteAnimationTarget.screenSpaceBounds.height() in <lambda>()
774 surfaceBehindRemoteAnimationTarget.screenSpaceBounds.left.toFloat(), in <lambda>()
DKeyguardViewMediator.java1117 final float surfaceHeight = primary.screenSpaceBounds.height();
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt535 val windowBounds = window.screenSpaceBounds in startAnimation()
618 val screenBounds = window.screenSpaceBounds in applyStateToWindow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/
DRemoteTransitionTest.java127 assertEquals(endBounds, wrapped.screenSpaceBounds);
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRemoteAnimationControllerTest.java496 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/
DSplitScreenController.java776 t.setPosition(appTarget.leash, appTarget.screenSpaceBounds.left, in reparentSplitTasksForAnimation()
777 appTarget.screenSpaceBounds.top); in reparentSplitTasksForAnimation()