Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java162 public final Rect sourceContainerBounds; field in RemoteAnimationTarget
231 this.sourceContainerBounds = new Rect(screenSpaceBounds); in RemoteAnimationTarget()
251 sourceContainerBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget()
277 dest.writeTypedObject(sourceContainerBounds, 0 /* flags */); in writeToParcel()
295 pw.print(" sourceContainerBounds="); sourceContainerBounds.printShortString(pw); in dump()
315 sourceContainerBounds.dumpDebug(proto, SOURCE_CONTAINER_BOUNDS); in dumpDebug()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java66 public final Rect sourceContainerBounds; field in RemoteAnimationTargetCompat
84 sourceContainerBounds = app.sourceContainerBounds; in RemoteAnimationTargetCompat()
204 sourceContainerBounds = null; in RemoteAnimationTargetCompat()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRemoteAnimationControllerTest.java141 assertEquals(new Rect(50, 100, 150, 150), app.sourceContainerBounds); in testRun()
307 assertEquals(new Rect(50, 100, 150, 150), app.sourceContainerBounds); in testChangeToSmallerSize()
360 assertEquals(new Rect(0, 0, 200, 200), app.sourceContainerBounds); in testChangeTolargerSize()
479 assertEquals(new Rect(50, 100, 150, 150), app.sourceContainerBounds); in testNonAppIncluded_keygaurdGoingAway()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt668 0f, (state.top - navigationBar.sourceContainerBounds.top).toFloat()) in <lambda>()