Home
last modified time | relevance | path

Searched refs:sourceContainerBounds (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java166 public final Rect sourceContainerBounds; field in RemoteAnimationTarget
251 this.sourceContainerBounds = new Rect(screenSpaceBounds); in RemoteAnimationTarget()
272 sourceContainerBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget()
300 dest.writeTypedObject(sourceContainerBounds, 0 /* flags */); in writeToParcel()
320 pw.print(" sourceContainerBounds="); sourceContainerBounds.printShortString(pw); in dump()
342 sourceContainerBounds.dumpDebug(proto, SOURCE_CONTAINER_BOUNDS); in dumpDebug()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java66 public final Rect sourceContainerBounds; field in RemoteAnimationTargetCompat
89 sourceContainerBounds = app.sourceContainerBounds; in RemoteAnimationTargetCompat()
220 sourceContainerBounds = null; in RemoteAnimationTargetCompat()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRemoteAnimationControllerTest.java144 assertEquals(new Rect(50, 100, 150, 150), app.sourceContainerBounds); in testRun()
336 assertEquals(new Rect(50, 100, 150, 150), app.sourceContainerBounds); in testChangeToSmallerSize()
390 assertEquals(new Rect(0, 0, 200, 200), app.sourceContainerBounds); in testChangeTolargerSize()
444 assertEquals(new Rect(150, 150, 400, 400), app.sourceContainerBounds); in testChangeToDifferentPosition()
565 assertEquals(new Rect(50, 100, 150, 150), app.sourceContainerBounds); in testNonAppIncluded_keygaurdGoingAway()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt490 0f, (state.top - navigationBar.sourceContainerBounds.top).toFloat())