Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java169 public final Rect sourceContainerBounds; field in RemoteAnimationTarget
281 this.sourceContainerBounds = new Rect(screenSpaceBounds); in RemoteAnimationTarget()
308 sourceContainerBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget()
363 dest.writeTypedObject(sourceContainerBounds, 0 /* flags */); in writeToParcel()
387 pw.print(" sourceContainerBounds="); sourceContainerBounds.printShortString(pw); in dump()
412 sourceContainerBounds.dumpDebug(proto, SOURCE_CONTAINER_BOUNDS); in dumpDebug()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRemoteAnimationControllerTest.java186 assertEquals(new Rect(50, 100, 150, 150), app.sourceContainerBounds); in testRun()
382 assertEquals(new Rect(50, 100, 150, 150), app.sourceContainerBounds); in testChangeToSmallerSize()
436 assertEquals(new Rect(0, 0, 200, 200), app.sourceContainerBounds); in testChangeTolargerSize()
490 assertEquals(new Rect(150, 150, 400, 400), app.sourceContainerBounds); in testChangeToDifferentPosition()
613 assertEquals(new Rect(50, 100, 150, 150), app.sourceContainerBounds); in testNonAppIncluded_keygaurdGoingAway()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt1223 (state.top - navigationBar.sourceContainerBounds.top).toFloat() in applyStateToNavigationBar()