Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipSurfaceTransactionHelper.java67 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()
DPipAnimationController.java97 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/
DPipAnimationControllerTest.java168 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/
DAppWindowTokenAnimationTests.java97 final SurfaceControl leash = mActivity.mSurfaceAnimator.mLeash; in clipAfterAnim_boundsLayerIsDestroyed() local
117 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/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/core/java/android/window/
DIDisplayAreaOrganizer.aidl27 void onDisplayAreaAppeared(in DisplayAreaInfo displayAreaInfo, in SurfaceControl leash); in onDisplayAreaAppeared()
DITaskOrganizer.aidl36 void onTaskAppeared(in ActivityManager.RunningTaskInfo taskInfo, in SurfaceControl leash); in onTaskAppeared()
DDisplayAreaOrganizer.java69 @NonNull SurfaceControl leash) {} in onDisplayAreaAppeared()
DTaskOrganizer.java69 @NonNull SurfaceControl leash) {} in onTaskAppeared()
DTaskOrganizerTaskEmbedder.java221 public void onTaskAppeared(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java93 public final SurfaceControl leash; field in RemoteAnimationTarget
187 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget()
DInsetsSourceControl.java38 public InsetsSourceControl(@InternalInsetsType int type, @Nullable SurfaceControl leash, in InsetsSourceControl()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceFreezer.java112 SurfaceControl leash = mLeash; in unfreeze() local
218 final SurfaceControl leash = mSurfaceControl; in cancelAnimation() local
DSurfaceAnimationRunner.java150 void onAnimationCancelled(SurfaceControl leash) { in onAnimationCancelled()
275 RunningAnimation(AnimationSpec animSpec, SurfaceControl leash, Runnable finishCallback) { in RunningAnimation()
DTaskScreenshotAnimatable.java79 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated()
DLocalAnimationAdapter.java117 void apply(Transaction t, SurfaceControl leash, long currentPlayTime); in apply()
DFixedRotationAnimationController.java121 public void apply(SurfaceControl.Transaction t, SurfaceControl leash, in createAnimationSpec()
DWindowAnimationSpec.java88 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
DTaskOrganizerPipTest.java40 public void onTaskAppeared(ActivityManager.RunningTaskInfo ti, SurfaceControl leash) { in onTaskAppeared()
DTaskView.java59 void reparentTask(WindowContainerToken wc, SurfaceControl leash) { in reparentTask()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java42 public final SurfaceControlCompat leash; field in RemoteAnimationTargetCompat
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DSplitScreenTaskOrganizer.java86 public void onTaskAppeared(RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()

12