Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenAnimationTests.java95 final SurfaceControl leash = mToken.mSurfaceAnimator.mLeash; in clipAfterAnim_boundsLayerIsDestroyed() local
112 final SurfaceControl leash = mToken.mSurfaceAnimator.mLeash; in clipAfterAnimCancelled_boundsLayerIsDestroyed() local
DSurfaceAnimatorTest.java169 final SurfaceControl leash = mAnimatable.mLeash; in testTransferAnimation() local
191 final SurfaceControl leash = mAnimatable.mLeash; in testOnAnimationLeashLostWhenAnimatableParentSurfaceControlNull() local
287 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
/frameworks/base/core/proto/android/server/
Dsurfaceanimator.proto32 optional .android.view.SurfaceControlProto leash = 1; field
/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java91 public final SurfaceControl leash; field in RemoteAnimationTarget
166 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget()
DInsetsSourceControl.java34 public InsetsSourceControl(@InternalInsetType int type, SurfaceControl leash, in InsetsSourceControl()
DInsetsAnimationControlImpl.java234 final SurfaceControl leash = consumer.getControl().getLeash(); in updateLeashesForSide() local
/frameworks/base/core/proto/android/view/
Dremote_animation_target.proto34 optional .android.view.SurfaceControlProto leash = 3; field
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimationRunner.java140 void onAnimationCancelled(SurfaceControl leash) { in onAnimationCancelled()
268 RunningAnimation(AnimationSpec animSpec, SurfaceControl leash, Runnable finishCallback) { in RunningAnimation()
DTaskScreenshotAnimatable.java89 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
DLocalAnimationAdapter.java128 void apply(Transaction t, SurfaceControl leash, long currentPlayTime); in apply()
DWindowAnimationSpec.java94 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
DAppWindowThumbnail.java190 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
DWindowChangeAnimationSpec.java144 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
DDimmer.java61 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
DWindowContainer.java1317 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
DWindowState.java4983 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
5298 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
DAppWindowToken.java2749 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java42 public final SurfaceControlCompat leash; field in RemoteAnimationTargetCompat