Home
last modified time | relevance | path

Searched defs:leash (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/proto/android/server/
Dsurfaceanimator.proto32 optional .android.view.SurfaceControlProto leash = 1; field
/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java79 public final SurfaceControl leash; field in RemoteAnimationTarget
130 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget()
/frameworks/base/core/proto/android/view/
Dremote_animation_target.proto35 optional .android.view.SurfaceControlProto leash = 3; field
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DSurfaceAnimatorTest.java160 final SurfaceControl leash = mAnimatable.mLeash; in testTransferAnimation() local
238 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimationRunner.java134 void onAnimationCancelled(SurfaceControl leash) { in onAnimationCancelled()
259 RunningAnimation(AnimationSpec animSpec, SurfaceControl leash, Runnable finishCallback) { in RunningAnimation()
DAppWindowThumbnail.java147 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
DLocalAnimationAdapter.java140 void apply(Transaction t, SurfaceControl leash, long currentPlayTime); in apply()
DWindowAnimationSpec.java95 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
DDimmer.java61 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
DWindowContainer.java1177 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
DAppWindowToken.java1887 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
DWindowState.java4674 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
4876 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java41 public final SurfaceControlCompat leash; field in RemoteAnimationTargetCompat