Searched refs:startLeash (Results 1 – 3 of 3) sorted by relevance
100 public final SurfaceControl startLeash; field in RemoteAnimationTarget191 SurfaceControl startLeash, Rect startBounds) { in RemoteAnimationTarget() argument205 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()
70 mStartLeash = app.startLeash; in RemoteAnimationTargetCompat()
277 assertEquals(mMockThumbnailLeash, app.startLeash); in testChange()