| /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/ |
| D | PipSurfaceTransactionHelper.java | 67 PipSurfaceTransactionHelper alpha(SurfaceControl.Transaction tx, SurfaceControl leash, in alpha() 77 PipSurfaceTransactionHelper crop(SurfaceControl.Transaction tx, SurfaceControl leash, in crop() 88 PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale() 102 PipSurfaceTransactionHelper scaleAndCrop(SurfaceControl.Transaction tx, SurfaceControl leash, in scaleAndCrop() 125 PipSurfaceTransactionHelper resetScale(SurfaceControl.Transaction tx, SurfaceControl leash, in resetScale() 136 PipSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash, in round()
|
| D | PipAnimationController.java | 97 PipTransitionAnimator getAnimator(SurfaceControl leash, in getAnimator() 114 PipTransitionAnimator getAnimator(SurfaceControl leash, Rect startBounds, Rect endBounds, in getAnimator() 191 private PipTransitionAnimator(SurfaceControl leash, @AnimationType int animationType, in PipTransitionAnimator() 320 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) {} in onStartTransaction() 322 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) {} in onEndTransaction() 324 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction() 327 static PipTransitionAnimator<Float> ofAlpha(SurfaceControl leash, in ofAlpha() 341 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in ofAlpha() 362 static PipTransitionAnimator<Rect> ofBounds(SurfaceControl leash, in ofBounds() 382 void applySurfaceControlTransaction(SurfaceControl leash, in ofBounds() [all …]
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/pip/ |
| D | PipAnimationControllerTest.java | 168 public SurfaceControl.Transaction setAlpha(SurfaceControl leash, float alpha) { in setAlpha() 173 public SurfaceControl.Transaction setPosition(SurfaceControl leash, float x, float y) { in setPosition() 178 public SurfaceControl.Transaction setWindowCrop(SurfaceControl leash, int w, int h) { in setWindowCrop() 183 public SurfaceControl.Transaction setCornerRadius(SurfaceControl leash, float radius) { in setCornerRadius() 188 public SurfaceControl.Transaction setMatrix(SurfaceControl leash, Matrix matrix, in setMatrix()
|
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
| D | AppWindowTokenAnimationTests.java | 97 final SurfaceControl leash = mActivity.mSurfaceAnimator.mLeash; in clipAfterAnim_boundsLayerIsDestroyed() local 117 final SurfaceControl leash = mActivity.mSurfaceAnimator.mLeash; in clipAfterAnimCancelled_boundsLayerIsDestroyed() local
|
| D | SurfaceAnimatorTest.java | 206 final SurfaceControl leash = mAnimatable.mLeash; in testTransferAnimation() local 230 final SurfaceControl leash = mAnimatable.mLeash; in testOnAnimationLeashLostWhenAnimatableParentSurfaceControlNull() local 350 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
|
| /frameworks/base/core/proto/android/server/ |
| D | surfaceanimator.proto | 32 optional .android.view.SurfaceControlProto leash = 1; field
|
| /frameworks/base/core/proto/android/view/ |
| D | insetssourcecontrol.proto | 32 optional SurfaceControlProto leash = 3; field
|
| D | remote_animation_target.proto | 34 optional .android.view.SurfaceControlProto leash = 3; field
|
| /frameworks/base/core/java/android/window/ |
| D | IDisplayAreaOrganizer.aidl | 27 void onDisplayAreaAppeared(in DisplayAreaInfo displayAreaInfo, in SurfaceControl leash); in onDisplayAreaAppeared()
|
| D | ITaskOrganizer.aidl | 36 void onTaskAppeared(in ActivityManager.RunningTaskInfo taskInfo, in SurfaceControl leash); in onTaskAppeared()
|
| D | DisplayAreaOrganizer.java | 69 @NonNull SurfaceControl leash) {} in onDisplayAreaAppeared()
|
| D | TaskOrganizer.java | 69 @NonNull SurfaceControl leash) {} in onTaskAppeared()
|
| D | TaskOrganizerTaskEmbedder.java | 221 public void onTaskAppeared(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
|
| /frameworks/base/core/java/android/view/ |
| D | RemoteAnimationTarget.java | 93 public final SurfaceControl leash; field in RemoteAnimationTarget 187 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget()
|
| D | InsetsSourceControl.java | 38 public InsetsSourceControl(@InternalInsetsType int type, @Nullable SurfaceControl leash, in InsetsSourceControl()
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | SurfaceFreezer.java | 112 SurfaceControl leash = mLeash; in unfreeze() local 218 final SurfaceControl leash = mSurfaceControl; in cancelAnimation() local
|
| D | SurfaceAnimationRunner.java | 150 void onAnimationCancelled(SurfaceControl leash) { in onAnimationCancelled() 275 RunningAnimation(AnimationSpec animSpec, SurfaceControl leash, Runnable finishCallback) { in RunningAnimation()
|
| D | TaskScreenshotAnimatable.java | 79 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
|
| D | LocalAnimationAdapter.java | 117 void apply(Transaction t, SurfaceControl leash, long currentPlayTime); in apply()
|
| D | FixedRotationAnimationController.java | 121 public void apply(SurfaceControl.Transaction t, SurfaceControl leash, in createAnimationSpec()
|
| D | WindowAnimationSpec.java | 88 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
| /frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/ |
| D | TaskOrganizerPipTest.java | 40 public void onTaskAppeared(ActivityManager.RunningTaskInfo ti, SurfaceControl leash) { in onTaskAppeared()
|
| D | TaskView.java | 59 void reparentTask(WindowContainerToken wc, SurfaceControl leash) { in reparentTask()
|
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
| D | RemoteAnimationTargetCompat.java | 42 public final SurfaceControlCompat leash; field in RemoteAnimationTargetCompat
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
| D | SplitScreenTaskOrganizer.java | 86 public void onTaskAppeared(RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
|