Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java108 public final SurfaceControl startLeash; field in RemoteAnimationTarget
257 SurfaceControl startLeash, @Nullable Rect startBounds, in RemoteAnimationTarget() argument
261 position, localBounds, screenSpaceBounds, windowConfig, isNotInRecents, startLeash, in RemoteAnimationTarget()
269 SurfaceControl startLeash, @Nullable Rect startBounds, in RemoteAnimationTarget() argument
285 this.startLeash = startLeash; in RemoteAnimationTarget()
309 startLeash = in.readTypedObject(SurfaceControl.CREATOR); in RemoteAnimationTarget()
361 dest.writeTypedObject(startLeash, 0 /* flags */); in writeToParcel()
410 if (startLeash != null) { in dumpDebug()
411 startLeash.dumpDebug(proto, START_LEASH); in dumpDebug()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationAdapter.java181 super(animation, target, target.startLeash, target.screenSpaceBounds); in SnapshotAdapter()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRemoteAnimationControllerTest.java385 assertEquals(mMockThumbnailLeash, app.startLeash); in testChangeToSmallerSize()
439 assertEquals(mMockThumbnailLeash, app.startLeash); in testChangeTolargerSize()
493 assertEquals(mMockThumbnailLeash, app.startLeash); in testChangeToDifferentPosition()