Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarDisplayAreaAnimationController.java57 WindowContainerToken token, SurfaceControl leash, in getAnimator()
124 SurfaceControl leash, in CarDisplayAreaTransitionAnimator()
177 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onStartTransaction()
180 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onEndTransaction()
183 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction()
230 SurfaceControl leash, float startValue, float endValue) { in ofYOffset()
240 void applySurfaceControlTransaction(SurfaceControl leash, in ofYOffset()
253 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in ofYOffset()
DCarDisplayAreaTransactionHelper.java56 SurfaceControl.Transaction tx, SurfaceControl leash, in translate()
69 SurfaceControl.Transaction tx, SurfaceControl leash, in crop()
82 SurfaceControl.Transaction tx, SurfaceControl leash) { in round()
DCarDisplayAreaOrganizer.java337 (token, leash) -> { in resetWindowsOffset() argument
373 (token, leash) -> { in scheduleOffset() argument
388 void animateWindows(WindowContainerToken token, SurfaceControl leash, float fromPos, in animateWindows()
410 @NonNull SurfaceControl leash) { in onDisplayAreaAppeared()
/packages/services/Car/libs/car-wm-shell-lib/src/com/android/wm/shell/automotive/
DAutoTaskStack.kt34 var leash: SurfaceControl variable
63 override var leash: SurfaceControl, variable in com.android.wm.shell.automotive.RootTaskStack
DAutoTaskRepository.java280 SurfaceControl leash) { in onTaskAppeared()
355 public void onTaskAppeared(ActivityManager.RunningTaskInfo task, SurfaceControl leash) { in onTaskAppeared()
/packages/services/Car/car-lib/src/android/car/app/
DICarTaskViewClient.aidl32 void onTaskAppeared(in RunningTaskInfo taskInfo, in SurfaceControl leash); in onTaskAppeared()
DRootTaskStackManager.java34 void taskAppeared(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in taskAppeared()
DCarTaskViewClient.java69 @NonNull SurfaceControl leash) { in onTaskAppeared()
DCarActivityManager.java226 @Nullable SurfaceControl leash) { in onTaskAppeared()
231 ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppearedInternal()
DICarActivityService.aidl46 void onTaskAppeared(in IBinder token, in RunningTaskInfo taskInfo, in SurfaceControl leash); in onTaskAppeared()
DControlledRemoteCarTaskView.java243 void onTaskAppeared(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
DRemoteCarTaskView.java315 void onTaskAppeared(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSlideInRemoteTransition.kt57 val leash = chg.leash in startAnimation() constant
DSwipePipToHomeAnimator.java116 @NonNull SurfaceControl leash, in SwipePipToHomeAnimator()
384 public Builder setLeash(SurfaceControl leash) { in setLeash()
DSplitAnimationController.kt1131 for (leash in openingTargets) { in <lambda>() constant
1140 for (leash in openingTargets) { in <lambda>() method
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/taskview/
DRootTaskMediator.java68 private TaskRecord(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in TaskRecord()
143 public void onTaskAppeared(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
DRemoteCarTaskViewServerImpl.java371 public void onTaskAppeared(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/scalableui/panel/
DTaskPanel.java148 SurfaceControl leash) { in init()
242 public void setLeash(SurfaceControl leash) { in setLeash()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java539 final SurfaceControl leash = appTarget.leash; in composeRecentsSplitLaunchAnimatorLegacy() local
554 final SurfaceControl leash = nonAppTargets[i].leash; in composeRecentsSplitLaunchAnimatorLegacy() local
759 final SurfaceControl leash = target.leash; in createSplitAuxiliarySurfacesAnimator() local
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTransformParamsTest.kt128 val leash = mock<SurfaceControl>() in createSurfaceParams_fullscreenTasks_doesntOverrideCornerRadius() constant
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/
DCarFullscreenTaskMonitorListener.java139 SurfaceControl leash) { in onTaskAppeared()
/packages/services/Car/libs/car-wm-shell-lib/tests/unittest/src/com/android/wm/shell/automotive/
DAutoTaskStackControllerImplTest.kt294 val leash = mock(SurfaceControl::class.java) in createRootTask_childTaskAppeared_callsOnTaskAppeared() constant
594 val leash = mock(SurfaceControl::class.java) in transitionFromCore_delegateWithTaskStackStates_handleRequestReturnsCorrect() constant
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/scalableui/
DPanelAutoTaskStackTransitionHandlerDelegate.java168 SurfaceControl leash = null; in calculateTransaction() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/am/
DCarActivityServiceTaskMonitorUnitTest.java168 public void onTaskAppeared(ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()
/packages/services/Car/service/src/com/android/car/am/
DCarActivityService.java292 ActivityManager.RunningTaskInfo taskInfo, SurfaceControl leash) { in onTaskAppeared()