Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java54 public PipSurfaceTransactionHelper alpha(SurfaceControl.Transaction tx, SurfaceControl leash, in alpha()
64 public PipSurfaceTransactionHelper crop(SurfaceControl.Transaction tx, SurfaceControl leash, in crop()
75 public PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale()
84 public PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale()
103 SurfaceControl leash, in scaleAndCrop()
128 SurfaceControl leash, Rect sourceBounds, Rect destinationBounds, Rect insets, in rotateAndScaleWithCrop()
173 SurfaceControl leash, in resetScale()
184 public PipSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash, in round()
194 public PipSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash, in round()
H A DPipAnimationController.java119 public PipTransitionAnimator getAnimator(TaskInfo taskInfo, SurfaceControl leash, in getAnimator()
158 public PipTransitionAnimator getAnimator(TaskInfo taskInfo, SurfaceControl leash, in getAnimator()
263 private PipTransitionAnimator(TaskInfo taskInfo, SurfaceControl leash, in PipTransitionAnimator()
332 boolean handlePipTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in handlePipTransaction()
474 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) {} in onStartTransaction()
476 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in onEndTransaction()
479 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction()
482 static PipTransitionAnimator<Float> ofAlpha(TaskInfo taskInfo, SurfaceControl leash, in ofAlpha()
518 static PipTransitionAnimator<Rect> ofBounds(TaskInfo taskInfo, SurfaceControl leash, in ofBounds()
568 void applySurfaceControlTransaction(SurfaceControl leash, in ofBounds()
[all …]
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarLauncherDisplayAreaAnimationController.java60 WindowContainerToken token, SurfaceControl leash, in getAnimator()
127 SurfaceControl leash, in CarLauncherDisplayAreaTransitionAnimator()
180 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onStartTransaction()
183 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onEndTransaction()
186 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction()
242 SurfaceControl leash, float startValue, float endValue, Rect displayBounds) { in ofYOffset()
254 void applySurfaceControlTransaction(SurfaceControl leash, in ofYOffset()
273 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in ofYOffset()
H A DCarLauncherDisplayAreaTransactionHelper.java58 SurfaceControl.Transaction tx, SurfaceControl leash, in translate()
71 SurfaceControl.Transaction tx, SurfaceControl leash, in crop()
84 SurfaceControl.Transaction tx, SurfaceControl leash) { in round()
H A DCarFullscreenTaskListener.java52 public void onTaskAppeared(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedAnimationController.java74 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()
H A DOneHandedSurfaceTransactionHelper.java54 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java211 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
H A DHideDisplayCutoutOrganizer.java111 @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()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppWindowTokenAnimationTests.java98 final SurfaceControl leash = mActivity.mSurfaceAnimator.mLeash; in clipAfterAnim_boundsLayerIsDestroyed() local
118 final SurfaceControl leash = mActivity.mSurfaceAnimator.mLeash; in clipAfterAnimCancelled_boundsLayerIsDestroyed() local
H A DSurfaceAnimatorTest.java206 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()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java44 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DLegacySplitScreenTaskListener.java121 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
H A DLegacySplitScreenTransitions.java122 private void startExampleAnimation(@NonNull SurfaceControl leash, boolean show) { in startExampleAnimation()
164 private void startExampleResizeAnimation(@NonNull SurfaceControl leash, in startExampleResizeAnimation()
236 final SurfaceControl leash = change.getLeash(); in startAnimation() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/fullscreen/
H A DFullscreenTaskListener.java71 public void onTaskAppeared(RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
176 SurfaceControl leash = mDataByTaskId.get(taskInfo.taskId).surface; in onTaskAppeared() local
205 SurfaceControl leash = mDataByTaskId.get(taskInfo.taskId).surface; in onTaskInfoChanged() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/
H A DFreeformTaskListener.java59 public void onTaskAppeared(RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
103 final SurfaceControl leash = state.mLeash; in onTaskInfoChanged() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenTransitions.java110 final SurfaceControl leash = change.getLeash(); in playInternalAnimation() local
216 private void startExampleAnimation(@NonNull SurfaceControl leash, boolean show) { in startExampleAnimation()
258 private void startExampleResizeAnimation(@NonNull SurfaceControl leash, in startExampleResizeAnimation()
H A DStageTaskUnfoldController.java102 public void onTaskAppeared(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
203 private AnimationContext(SurfaceControl leash) { in AnimationContext()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DSplitScreenTransitions.java110 final SurfaceControl leash = change.getLeash(); in playInternalAnimation() local
216 private void startExampleAnimation(@NonNull SurfaceControl leash, boolean show) { in startExampleAnimation()
258 private void startExampleResizeAnimation(@NonNull SurfaceControl leash, in startExampleResizeAnimation()
/aosp12/frameworks/base/core/proto/android/server/
H A Dsurfaceanimator.proto32 optional .android.view.SurfaceControlProto leash = 1; field
/aosp12/frameworks/base/core/proto/android/view/
H A Dinsetssourcecontrol.proto32 optional SurfaceControlProto leash = 3; field
/aosp12/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java98 public final SurfaceControl leash; field in RemoteAnimationTarget
224 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget()
235 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget()
/aosp12/frameworks/base/core/java/android/window/
H A DIDisplayAreaOrganizer.aidl27 void onDisplayAreaAppeared(in DisplayAreaInfo displayAreaInfo, in SurfaceControl leash); in onDisplayAreaAppeared()
H A DDisplayAreaAppearedInfo.java57 @NonNull SurfaceControl leash) { in DisplayAreaAppearedInfo()
H A DTaskAppearedInfo.java55 public TaskAppearedInfo(@NonNull RunningTaskInfo taskInfo, @NonNull SurfaceControl leash) { in TaskAppearedInfo()

1234