Searched refs:startLeash (Results 1 – 3 of 3) sorted by relevance
98 public final SurfaceControl startLeash; field in RemoteAnimationTarget169 SurfaceControl startLeash, Rect startBounds) { in RemoteAnimationTarget() argument181 this.startLeash = startLeash; in RemoteAnimationTarget()197 startLeash = in.readParcelable(null); in RemoteAnimationTarget()219 dest.writeParcelable(startLeash, 0 /* flags */); in writeToParcel()249 if (startLeash != null) { in writeToProto()250 startLeash.writeToProto(proto, START_LEASH); in writeToProto()
66 mStartLeash = app.startLeash; in RemoteAnimationTargetCompat()
250 assertEquals(mMockThumbnailLeash, app.startLeash); in testChange()