Home
last modified time | relevance | path

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

123

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSurfaceTransactionHelper.java53 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()
DPipAnimationController.java118 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/
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()
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()
DOneHandedDisplayAreaOrganizer.java144 @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/
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()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenAnimationTests.java92 final SurfaceControl leash = mActivity.mSurfaceAnimator.mLeash; in clipAfterAnim_boundsLayerIsDestroyed() local
112 final SurfaceControl leash = mActivity.mSurfaceAnimator.mLeash; in clipAfterAnimCancelled_boundsLayerIsDestroyed() local
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()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
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
DLegacySplitScreenTransitions.java122 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/
DITaskOrganizer.aidl46 void removeStartingWindow(int taskId, in SurfaceControl leash, in Rect frame, in removeStartingWindow()
67 void onTaskAppeared(in ActivityManager.RunningTaskInfo taskInfo, in SurfaceControl leash); in onTaskAppeared()
DIDisplayAreaOrganizer.aidl27 void onDisplayAreaAppeared(in DisplayAreaInfo displayAreaInfo, in SurfaceControl leash); in onDisplayAreaAppeared()
DTaskAppearedInfo.java55 public TaskAppearedInfo(@NonNull RunningTaskInfo taskInfo, @NonNull SurfaceControl leash) { in TaskAppearedInfo()
DDisplayAreaAppearedInfo.java57 @NonNull SurfaceControl leash) { in DisplayAreaAppearedInfo()
DTaskOrganizer.java110 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/
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()
/frameworks/base/core/proto/android/server/
Dsurfaceanimator.proto32 optional .android.view.SurfaceControlProto leash = 1; field
/frameworks/base/core/proto/android/view/
Dinsetssourcecontrol.proto32 optional SurfaceControlProto leash = 3; field
Dremote_animation_target.proto34 optional .android.view.SurfaceControlProto leash = 3; field
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenTransitions.java108 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/
DRemoteAnimationTarget.java98 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/
DSizeCompatUILayout.java267 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/
DSurfaceFreezer.java117 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/
DDefaultTransitionHandler.java223 @NonNull SurfaceControl leash, @NonNull Runnable finishCallback) { in startAnimInternal()
262 SurfaceControl leash, Animation anim, Transformation transformation, float[] matrix) { in applyTransformation()

123