Searched refs:startLeash (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | RemoteAnimationTarget.java | 105 public final SurfaceControl startLeash; field in RemoteAnimationTarget 209 SurfaceControl startLeash, Rect startBounds, ActivityManager.RunningTaskInfo taskInfo) { in RemoteAnimationTarget() argument 211 position, localBounds, screenSpaceBounds, windowConfig, isNotInRecents, startLeash, in RemoteAnimationTarget() 219 SurfaceControl startLeash, Rect startBounds, in RemoteAnimationTarget() argument 235 this.startLeash = startLeash; in RemoteAnimationTarget() 255 startLeash = in.readTypedObject(SurfaceControl.CREATOR); in RemoteAnimationTarget() 281 dest.writeTypedObject(startLeash, 0 /* flags */); in writeToParcel() 319 if (startLeash != null) { in dumpDebug() 320 startLeash.dumpDebug(proto, START_LEASH); in dumpDebug()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RemoteAnimationTargetCompat.java | 93 mStartLeash = app.startLeash; in RemoteAnimationTargetCompat()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RemoteAnimationControllerTest.java | 310 assertEquals(mMockThumbnailLeash, app.startLeash); in testChangeToSmallerSize() 363 assertEquals(mMockThumbnailLeash, app.startLeash); in testChangeTolargerSize()
|