Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java100 public final SurfaceControl startLeash; field in RemoteAnimationTarget
191 SurfaceControl startLeash, Rect startBounds) { in RemoteAnimationTarget() argument
205 this.startLeash = startLeash; in RemoteAnimationTarget()
223 startLeash = in.readParcelable(null); in RemoteAnimationTarget()
247 dest.writeParcelable(startLeash, 0 /* flags */); in writeToParcel()
281 if (startLeash != null) { in dumpDebug()
282 startLeash.dumpDebug(proto, START_LEASH); in dumpDebug()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java70 mStartLeash = app.startLeash; in RemoteAnimationTargetCompat()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRemoteAnimationControllerTest.java277 assertEquals(mMockThumbnailLeash, app.startLeash); in testChange()