/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipSurfaceTransactionHelper.java | 53 public PipSurfaceTransactionHelper alpha(SurfaceControl.Transaction tx, SurfaceControl leash, in alpha() 63 public PipSurfaceTransactionHelper crop(SurfaceControl.Transaction tx, SurfaceControl leash, in crop() 74 public PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale() 83 public PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale() 102 SurfaceControl leash, in scaleAndCrop() 127 SurfaceControl leash, Rect sourceBounds, Rect destinationBounds, Rect insets, in rotateAndScaleWithCrop() 171 SurfaceControl leash, in resetScale() 182 public PipSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash, in round() 192 public PipSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash, in round()
|
D | PipAnimationController.java | 118 public PipTransitionAnimator getAnimator(TaskInfo taskInfo, SurfaceControl leash, in getAnimator() 157 public PipTransitionAnimator getAnimator(TaskInfo taskInfo, SurfaceControl leash, in getAnimator() 231 public boolean handlePipTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in handlePipTransaction() 262 private PipTransitionAnimator(TaskInfo taskInfo, SurfaceControl leash, in PipTransitionAnimator() 331 boolean handlePipTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in handlePipTransaction() 473 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) {} in onStartTransaction() 475 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in onEndTransaction() 478 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction() 481 static PipTransitionAnimator<Float> ofAlpha(TaskInfo taskInfo, SurfaceControl leash, in ofAlpha() 496 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in ofAlpha() [all …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | OneHandedSurfaceTransactionHelper.java | 54 OneHandedSurfaceTransactionHelper translate(SurfaceControl.Transaction tx, SurfaceControl leash, in translate() 65 OneHandedSurfaceTransactionHelper crop(SurfaceControl.Transaction tx, SurfaceControl leash, in crop() 76 OneHandedSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash) { in round()
|
D | OneHandedAnimationController.java | 74 OneHandedTransitionAnimator getAnimator(WindowContainerToken token, SurfaceControl leash, in getAnimator() 138 private OneHandedTransitionAnimator(WindowContainerToken token, SurfaceControl leash, in OneHandedTransitionAnimator() 191 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onStartTransaction() 194 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onEndTransaction() 197 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction() 259 SurfaceControl leash, float startValue, float endValue, Rect displayBounds) { in ofYOffset() 270 void applySurfaceControlTransaction(SurfaceControl leash, in ofYOffset() 289 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in ofYOffset()
|
D | OneHandedDisplayAreaOrganizer.java | 144 @NonNull SurfaceControl leash) { in onDisplayAreaAppeared() 216 (token, leash) -> { in scheduleOffset() argument 228 (token, leash) -> { in resetWindowsOffset() argument 243 private void animateWindows(WindowContainerToken token, SurfaceControl leash, float fromPos, in animateWindows()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
D | PipAnimationControllerTest.java | 211 public SurfaceControl.Transaction setAlpha(SurfaceControl leash, float alpha) { in setAlpha() 216 public SurfaceControl.Transaction setPosition(SurfaceControl leash, float x, float y) { in setPosition() 221 public SurfaceControl.Transaction setWindowCrop(SurfaceControl leash, int w, int h) { in setWindowCrop() 226 public SurfaceControl.Transaction setCornerRadius(SurfaceControl leash, float radius) { in setCornerRadius() 231 public SurfaceControl.Transaction setMatrix(SurfaceControl leash, Matrix matrix, in setMatrix()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | AppWindowTokenAnimationTests.java | 92 final SurfaceControl leash = mActivity.mSurfaceAnimator.mLeash; in clipAfterAnim_boundsLayerIsDestroyed() local 112 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/packages/SystemUI/shared/src/com/android/systemui/shared/pip/ |
D | PipSurfaceTransactionHelper.java | 44 SurfaceControl.Transaction tx, SurfaceControl leash, in scale() 61 SurfaceControl.Transaction tx, SurfaceControl leash, in scale() 78 SurfaceControl.Transaction tx, SurfaceControl leash, in scaleAndCrop() 101 SurfaceControl.Transaction tx, SurfaceControl leash, in scaleAndRotate()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
D | LegacySplitScreenTaskListener.java | 121 public void onTaskAppeared(RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared() 229 private void handleChildTaskAppeared(RunningTaskInfo taskInfo, SurfaceControl leash) { in handleChildTaskAppeared() 243 RunningTaskInfo taskInfo, SurfaceControl leash, boolean firstAppeared) { in updateChildTaskSurface() 329 final SurfaceControl leash = mLeashByTaskId.get(taskInfo.taskId); in handleTaskInfoChanged() local
|
D | LegacySplitScreenTransitions.java | 122 private void startExampleAnimation(@NonNull SurfaceControl leash, boolean show) { in startExampleAnimation() 164 private void startExampleResizeAnimation(@NonNull SurfaceControl leash, in startExampleResizeAnimation() 235 final SurfaceControl leash = change.getLeash(); in startAnimation() local
|
/frameworks/base/core/java/android/window/ |
D | ITaskOrganizer.aidl | 46 void removeStartingWindow(int taskId, in SurfaceControl leash, in Rect frame, in removeStartingWindow() 67 void onTaskAppeared(in ActivityManager.RunningTaskInfo taskInfo, in SurfaceControl leash); in onTaskAppeared()
|
D | IDisplayAreaOrganizer.aidl | 27 void onDisplayAreaAppeared(in DisplayAreaInfo displayAreaInfo, in SurfaceControl leash); in onDisplayAreaAppeared()
|
D | TaskAppearedInfo.java | 55 public TaskAppearedInfo(@NonNull RunningTaskInfo taskInfo, @NonNull SurfaceControl leash) { in TaskAppearedInfo()
|
D | DisplayAreaAppearedInfo.java | 57 @NonNull SurfaceControl leash) { in DisplayAreaAppearedInfo()
|
D | TaskOrganizer.java | 110 public void removeStartingWindow(int taskId, @Nullable SurfaceControl leash, in removeStartingWindow() 136 @NonNull SurfaceControl leash) {} in onTaskAppeared()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/ |
D | HideDisplayCutoutOrganizer.java | 111 @NonNull SurfaceControl leash) { in onDisplayAreaAppeared() 141 final SurfaceControl leash = displayAreaInfos.get(i).getLeash(); in updateDisplayAreaMap() local 148 @NonNull SurfaceControl leash) { in addDisplayAreaInfoAndLeashToMap() 297 void applyBoundsAndOffsets(WindowContainerToken token, SurfaceControl leash, in applyBoundsAndOffsets()
|
/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/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | SplitScreenTransitions.java | 108 final SurfaceControl leash = change.getLeash(); in playInternalAnimation() local 214 private void startExampleAnimation(@NonNull SurfaceControl leash, boolean show) { in startExampleAnimation() 256 private void startExampleResizeAnimation(@NonNull SurfaceControl leash, in startExampleResizeAnimation()
|
/frameworks/base/core/java/android/view/ |
D | RemoteAnimationTarget.java | 98 public final SurfaceControl leash; field in RemoteAnimationTarget 205 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget() 215 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sizecompatui/ |
D | SizeCompatUILayout.java | 267 final SurfaceControl leash = mButtonWindowManager.getSurfaceControl(); in updateButtonSurfacePosition() local 289 final SurfaceControl leash = mHintWindowManager.getSurfaceControl(); in updateHintSurfacePosition() local 307 private void updateSurfacePosition(SurfaceControl leash, int positionX, int positionY) { in updateSurfacePosition()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceFreezer.java | 117 SurfaceControl leash = mLeash; in unfreeze() local 219 final SurfaceControl leash = mSurfaceControl; in cancelAnimation() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | DefaultTransitionHandler.java | 223 @NonNull SurfaceControl leash, @NonNull Runnable finishCallback) { in startAnimInternal() 262 SurfaceControl leash, Animation anim, Transformation transformation, float[] matrix) { in applyTransformation()
|