Home
last modified time | relevance | path

Searched refs:leash (Results 1 – 19 of 19) sorted by relevance

/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() argument
135 this.leash = leash; in RemoteAnimationTarget()
149 leash = in.readParcelable(null); in RemoteAnimationTarget()
169 dest.writeParcelable(leash, 0 /* flags */); in writeToParcel()
191 pw.print(prefix); pw.print("leash="); pw.println(leash); in dump()
198 leash.writeToProto(proto, LEASH); in writeToProto()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java95 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply() argument
100 t.setMatrix(leash, tmp.transformation.getMatrix(), tmp.floats); in apply()
101 t.setAlpha(leash, tmp.transformation.getAlpha()); in apply()
103 t.setWindowCrop(leash, tmp.transformation.getClipRect()); in apply()
108 t.setFinalCrop(leash, mTmpRect); in apply()
109 t.setWindowCrop(leash, tmp.transformation.getClipRect()); in apply()
113 t.setWindowCrop(leash, mTmpRect); in apply()
DSurfaceAnimationRunner.java134 void onAnimationCancelled(SurfaceControl leash) { in onAnimationCancelled() argument
136 if (mPendingAnimations.containsKey(leash)) { in onAnimationCancelled()
137 mPendingAnimations.remove(leash); in onAnimationCancelled()
140 final RunningAnimation anim = mRunningAnimations.get(leash); in onAnimationCancelled()
142 mRunningAnimations.remove(leash); in onAnimationCancelled()
259 RunningAnimation(AnimationSpec animSpec, SurfaceControl leash, Runnable finishCallback) { in RunningAnimation() argument
261 mLeash = leash; in RunningAnimation()
DSurfaceAnimator.java252 final SurfaceControl leash = mLeash;
257 animation.onAnimationCancelled(leash);
307 final SurfaceControl leash = builder.build();
309 t.show(leash);
311 t.reparent(surface, leash.getHandle());
312 return leash;
379 void onAnimationLeashCreated(Transaction t, SurfaceControl leash);
DAppWindowThumbnail.java147 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() argument
148 t.setLayer(leash, Integer.MAX_VALUE); in onAnimationLeashCreated()
DLocalAnimationAdapter.java140 void apply(Transaction t, SurfaceControl leash, long currentPlayTime); in apply() argument
DDimmer.java61 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() argument
DWindowContainer.java1177 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() argument
DAppWindowToken.java1887 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() argument
1903 leash.setLayer(layer); in onAnimationLeashCreated()
DWindowState.java4674 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() argument
4675 super.onAnimationLeashCreated(t, leash); in onAnimationLeashCreated()
4876 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply() argument
4879 t.setPosition(leash, mFrom.x + (mTo.x - mFrom.x) * v, in apply()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java41 public final SurfaceControlCompat leash; field in RemoteAnimationTargetCompat
53 leash = new SurfaceControlCompat(app.leash); in RemoteAnimationTargetCompat()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DSurfaceAnimatorTest.java160 final SurfaceControl leash = mAnimatable.mLeash; in testTransferAnimation() local
165 assertEquals(leash, mAnimatable2.mSurfaceAnimator.mLeash); in testTransferAnimation()
166 verify(mTransaction, never()).destroy(eq(leash)); in testTransferAnimation()
170 verify(mTransaction).destroy(eq(leash)); in testTransferAnimation()
238 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() argument
DRemoteAnimationControllerTest.java106 assertEquals(mMockLeash, app.leash); in testRun()
205 assertEquals(mMockLeash, appsCaptor.getValue()[0].leash); in testOneNotStarted()
/frameworks/base/core/proto/android/server/
Dsurfaceanimator.proto32 optional .android.view.SurfaceControlProto leash = 1; field
/frameworks/base/core/proto/android/view/
Dremote_animation_target.proto35 optional .android.view.SurfaceControlProto leash = 3; field
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java249 SurfaceParams params = new SurfaceParams(new SurfaceControlCompat(app.leash), in applyParamsToWindow()
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dretn.txt10618 gentlemen, so I will take the liberty of fastening this leather leash
10622 the street, tugging at his leash in his efforts to go faster. In half
/frameworks/base/config/
Dhiddenapi-light-greylist.txt6202 Landroid/view/RemoteAnimationTarget;->leash:Landroid/view/SurfaceControl;
Dhiddenapi-private-dex.txt95075 Landroid/view/RemoteAnimationTarget;->leash:Landroid/view/SurfaceControl;