Home
last modified time | relevance | path

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

1234

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java61 public PipSurfaceTransactionHelper alpha(SurfaceControl.Transaction tx, SurfaceControl leash, in alpha()
71 public PipSurfaceTransactionHelper crop(SurfaceControl.Transaction tx, SurfaceControl leash, in crop()
82 public PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale()
91 public PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale()
110 SurfaceControl leash, Rect sourceRectHint, in scaleAndCrop()
150 SurfaceControl leash, Rect sourceBounds, Rect destinationBounds, Rect insets, in rotateAndScaleWithCrop()
195 SurfaceControl leash, in resetScale()
206 public PipSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash, in round()
216 public PipSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash, in round()
228 public PipSurfaceTransactionHelper shadow(SurfaceControl.Transaction tx, SurfaceControl leash, in shadow()
H A DPipAnimationController.java133 public PipTransitionAnimator getAnimator(TaskInfo taskInfo, SurfaceControl leash, in getAnimator()
172 public PipTransitionAnimator getAnimator(TaskInfo taskInfo, SurfaceControl leash, in getAnimator()
334 private PipTransitionAnimator(TaskInfo taskInfo, SurfaceControl leash, in PipTransitionAnimator()
408 boolean handlePipTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in handlePipTransaction()
537 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) {} in onStartTransaction()
539 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in onEndTransaction()
542 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction()
545 static PipTransitionAnimator<Float> ofAlpha(TaskInfo taskInfo, SurfaceControl leash, in ofAlpha()
585 static PipTransitionAnimator<Rect> ofBounds(TaskInfo taskInfo, SurfaceControl leash, in ofBounds()
634 void applySurfaceControlTransaction(SurfaceControl leash, in ofBounds()
[all …]
H A DPipTransition.java403 final SurfaceControl leash = mPipOrganizer.getSurfaceControl(); in onFinishResize() local
734 private void startExpandAnimation(final TaskInfo taskInfo, final SurfaceControl leash, in startExpandAnimation()
831 final SurfaceControl leash = change.getLeash(); in startEnterAnimation() local
858 final SurfaceControl leash = pipChange.getLeash(); in startEnterAnimation() local
983 @NonNull SurfaceControl leash, @Nullable Rect sourceHintRect, in handleSwipePipToHomeTransition()
1043 final SurfaceControl leash = change.getLeash(); in startExitToSplitAnimation() local
1061 final SurfaceControl leash = prevPipTaskChange.getLeash(); in resetPrevPip() local
1104 final SurfaceControl leash = pipChange.getLeash(); in updatePipForUnhandledTransition() local
1125 final SurfaceControl leash = mPipOrganizer.getSurfaceControl(); in fadeExistingPip() local
/aosp14/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()
H A DOneHandedDisplayAreaOrganizer.java156 @NonNull SurfaceControl leash) { in onDisplayAreaAppeared()
164 final SurfaceControl leash = mDisplayAreaTokenMap.get(displayAreaInfo.token); in onDisplayAreaVanished() local
254 private void animateWindows(WindowContainerToken token, SurfaceControl leash, float fromPos, in animateWindows()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
H A DHideDisplayCutoutOrganizer.java119 @NonNull SurfaceControl leash) { in onDisplayAreaAppeared()
140 final SurfaceControl leash = mDisplayAreaMap.get(displayAreaInfo.token); in onDisplayAreaVanished() local
151 final SurfaceControl leash = displayAreaInfos.get(i).getLeash(); in updateDisplayAreaMap() local
158 @NonNull SurfaceControl leash) { in addDisplayAreaInfoAndLeashToMap()
307 void applyBoundsAndOffsets(WindowContainerToken token, SurfaceControl leash, in applyBoundsAndOffsets()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DTransitionUtil.java153 private static void setupLeash(@NonNull SurfaceControl leash, in setupLeash()
258 final SurfaceControl leash = createLeash(info, change, order, t); in newTarget() local
260 leashMap.put(change.getLeash(), leash); in newTarget() local
269 SurfaceControl leash) { in newTarget()
277 SurfaceControl leash, boolean forceTranslucent) { in newTarget()
331 SurfaceControl leash) { in getDividerTarget()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppWindowTokenAnimationTests.java103 final SurfaceControl leash = mActivity.mSurfaceAnimator.mLeash; in clipAfterAnim_boundsLayerIsDestroyed() local
123 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
355 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java46 SurfaceControl.Transaction tx, SurfaceControl leash, in scale()
64 SurfaceControl.Transaction tx, SurfaceControl leash, in scale()
82 SurfaceControl.Transaction tx, SurfaceControl leash, in scaleAndCrop()
118 SurfaceControl.Transaction tx, SurfaceControl leash, in scaleAndRotate()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java236 void onAnimationCancelled(SurfaceControl leash) { in onAnimationCancelled()
365 private void edgeExtendWindow(SurfaceControl leash, Rect bounds, Animation a, in edgeExtendWindow()
425 private void createExtensionSurface(SurfaceControl leash, Rect edgeBounds, in createExtensionSurface()
434 private void doCreateExtensionSurface(SurfaceControl leash, Rect edgeBounds, in doCreateExtensionSurface()
530 RunningAnimation(AnimationSpec animSpec, SurfaceControl leash, Runnable finishCallback) { in RunningAnimation()
H A DSurfaceFreezer.java146 SurfaceControl leash = mLeash; in unfreezeInner() local
280 final SurfaceControl leash = mSurfaceControl; in cancelAnimation() local
/aosp14/frameworks/base/core/proto/android/server/
H A Dsurfaceanimator.proto32 optional .android.view.SurfaceControlProto leash = 1; field
/aosp14/frameworks/base/core/proto/android/view/
H A Dinsetssourcecontrol.proto32 optional SurfaceControlProto leash = 3; field
H A Dremote_animation_target.proto34 optional .android.view.SurfaceControlProto leash = 3; field
/aosp14/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()
H A DITaskOrganizer.aidl64 void onTaskAppeared(in ActivityManager.RunningTaskInfo taskInfo, in SurfaceControl leash); in onTaskAppeared()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
H A DUnfoldAnimationController.java101 public void onTaskAppeared(RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
142 SurfaceControl leash = mTaskSurfaces.get(taskInfo.taskId); in onTaskInfoChanged() local
/aosp14/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java101 public final SurfaceControl leash; field in RemoteAnimationTarget
253 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget()
265 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewBase.java48 default void onTaskAppeared(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/
H A DFullscreenUnfoldTaskAnimator.java125 public void onTaskAppeared(TaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
223 private AnimationContext(SurfaceControl leash, InsetsSource taskBarInsetsSource, in AnimationContext()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenTransitions.java134 final SurfaceControl leash = change.getLeash(); in playInternalAnimation() local
227 final SurfaceControl leash = change.getLeash(); in playDragDismissAnimation() local
267 final SurfaceControl leash = change.getLeash(); in playResizeAnimation() local
479 private void startFadeAnimation(@NonNull SurfaceControl leash, boolean show) { in startFadeAnimation()

1234