Home
last modified time | relevance | path

Searched refs:getTaskViewSimulator (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java98 remoteTargetHandle.getTaskViewSimulator().getOrientationState().update( in SwipeUpAnimationLogic()
108 mRemoteTargetHandles[0].getTaskViewSimulator().getOrientationState() in initTransitionEndpoints()
114 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator(); in initTransitionEndpoints()
164 return mRemoteTargetHandles[0].getTaskViewSimulator() in getOrientationHandler()
272 TaskViewSimulator tvs = remoteHandle.getTaskViewSimulator(); in updateProgressForStartRect()
293 .map(remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator()) in getRemoteTaskViewSimulators()
316 remoteHandle.getTaskViewSimulator(), in createWindowAnimationToHome()
343 mRemoteTargetHandles[0].getTaskViewSimulator() in getWindowAnimationToHomeInternal()
DTaskViewUtils.java201 remoteTargetHandle.getTaskViewSimulator().getOrientationState() in createRecentsWindowAnimator()
221 TaskViewSimulator tvsLocal = targetHandle.getTaskViewSimulator(); in createRecentsWindowAnimator()
243 TaskViewSimulator tvsLocal = targetHandle.getTaskViewSimulator(); in createRecentsWindowAnimator()
264 handle.getTaskViewSimulator().apply(handle.getTransformParams()); in createRecentsWindowAnimator()
292 TaskViewSimulator taskViewSimulator = handle.getTaskViewSimulator(); in createRecentsWindowAnimator()
322 handle.getTaskViewSimulator().apply(handle.getTransformParams()); in createRecentsWindowAnimator()
367 topMostSimulators[i].getTaskViewSimulator().getFullScreenScale(); in createRecentsWindowAnimator()
377 simulatorCopies[i].getTaskViewSimulator().getCurrentMatrix().invert(k0i[i]); in createRecentsWindowAnimator()
385 .getTaskViewSimulator().getCurrentMatrix()); in createRecentsWindowAnimator()
405 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(false); in createRecentsWindowAnimator()
DAbsSwipeUpHandler.java380 initTransitionEndpoints(mRemoteTargetHandles[0].getTaskViewSimulator() in AbsSwipeUpHandler()
571 runActionOnRemoteHandles(remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in onLauncherStart()
838 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(isInAllAppsRegion));
978 RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()
1743 final RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()
1774 mRemoteTargetHandles[0].getTaskViewSimulator().getCurrentCropRect().round(appBounds);
1797 builder.setFromRotation(mRemoteTargetHandles[0].getTaskViewSimulator(), windowRotation,
2600 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator();
DRemoteTargetGluer.java326 public TaskViewSimulator getTaskViewSimulator() { in getTaskViewSimulator() method in RemoteTargetGluer.RemoteTargetHandle
DLauncherSwipeHandlerV2.java236 TaskViewSimulator tvs = remoteTargetHandle.getTaskViewSimulator();
DFallbackSwipeHandler.java123 mMaxLauncherScale = 1 / mRemoteTargetHandles[0].getTaskViewSimulator() in initTransitionEndpoints()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java325 mRemoteTargetHandles[0].getTaskViewSimulator(), new FakeTransformParams()); in ViewSwipeUpAnimation()
331 handle.getTaskViewSimulator() in ViewSwipeUpAnimation()
339 mRemoteTargetHandles[0].getTaskViewSimulator().setPreviewBounds( in initDp()
347 mRemoteTargetHandles[0].getTaskViewSimulator().apply( in onCurrentShiftUpdated()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java400 remoteTargetHandle.getTaskViewSimulator().recentsViewScale.value =
2010 TaskViewSimulator simulator = remoteTargetHandle.getTaskViewSimulator(); in resetTaskVisuals()
2074 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator().setDp(dp)); in setInsets()
2523 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(false)); in reset()
3231 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in updateGridProperties()
3354 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in addDismissedTaskAnimations()
3642 remoteTargetHandle.getTaskViewSimulator() in createTaskDismissAnimation()
3738 remoteTargetHandle.getTaskViewSimulator() in createTaskDismissAnimation()
4490 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in onLayout()
4604 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in updatePageOffsets()
[all …]
DLauncherRecentsView.java191 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(true)); in onStateTransitionComplete()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java285 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(true)); in onStateTransitionComplete()