Home
last modified time | relevance | path

Searched refs:remoteHandle (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSwipeUpAnimationLogic.java104 for (RemoteTargetHandle remoteHandle : mRemoteTargetHandles) { in initTransitionEndpoints()
106 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator(); in initTransitionEndpoints()
112 remoteHandle.setPlaybackController(AnimatorControllerWithResistance.createForRecents( in initTransitionEndpoints()
228 RemoteTargetHandle remoteHandle = mRemoteTargetHandles[i]; in updateProgressForStartRect() local
229 TaskViewSimulator tvs = remoteHandle.getTaskViewSimulator(); in updateProgressForStartRect()
230 tvs.apply(remoteHandle.getTransformParams().setProgress(startProgress)); in updateProgressForStartRect()
268 RemoteTargetHandle remoteHandle = mRemoteTargetHandles[i]; in createWindowAnimationToHome() local
270 targetRect, remoteHandle.getTransformParams(), in createWindowAnimationToHome()
271 remoteHandle.getTaskViewSimulator(), startRects[i], homeToWindowPositionMap[i]); in createWindowAnimationToHome()
H A DAbsSwipeUpHandler.java1981 for (RemoteTargetHandle remoteHandle : mRemoteTargetHandles) {
1983 remoteHandle.getPlaybackController();
1990 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator();
1994 taskViewSimulator.apply(remoteHandle.getTransformParams());
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java4146 for (RemoteTargetHandle remoteHandle : recentsView.getRemoteTargetHandles()) {
4148 remoteHandle.getTaskViewSimulator().taskPrimaryTranslation,