Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java98 public final SurfaceControl startLeash; field in RemoteAnimationTarget
169 SurfaceControl startLeash, Rect startBounds) { in RemoteAnimationTarget() argument
181 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()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java66 mStartLeash = app.startLeash; in RemoteAnimationTargetCompat()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRemoteAnimationControllerTest.java250 assertEquals(mMockThumbnailLeash, app.startLeash); in testChange()