Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteTargetGluer.java34 import com.android.quickstep.util.TaskViewSimulator;
96 TaskViewSimulator tvs = new TaskViewSimulator(context, sizingStrategy); in createHandles()
315 private final TaskViewSimulator mTaskViewSimulator;
320 public RemoteTargetHandle(TaskViewSimulator taskViewSimulator, in RemoteTargetHandle()
326 public TaskViewSimulator getTaskViewSimulator() { in getTaskViewSimulator()
DSwipeUpAnimationLogic.java50 import com.android.quickstep.util.TaskViewSimulator;
114 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator(); in initTransitionEndpoints()
272 TaskViewSimulator tvs = remoteHandle.getTaskViewSimulator(); in updateProgressForStartRect()
291 protected TaskViewSimulator[] getRemoteTaskViewSimulators() { in getRemoteTaskViewSimulators()
294 .toArray(TaskViewSimulator[]::new); in getRemoteTaskViewSimulators()
331 TaskViewSimulator taskViewSimulator, in getWindowAnimationToHomeInternal()
420 TaskViewSimulator taskViewSimulator, in SpringAnimationRunner()
DTaskViewUtils.java78 import com.android.quickstep.util.TaskViewSimulator;
221 TaskViewSimulator tvsLocal = targetHandle.getTaskViewSimulator(); in createRecentsWindowAnimator()
233 TaskViewSimulator::setTaskRectTranslation, taskRectTranslationPrimary, in createRecentsWindowAnimator()
243 TaskViewSimulator tvsLocal = targetHandle.getTaskViewSimulator(); in createRecentsWindowAnimator()
292 TaskViewSimulator taskViewSimulator = handle.getTaskViewSimulator(); in createRecentsWindowAnimator()
DLauncherSwipeHandlerV2.java53 import com.android.quickstep.util.TaskViewSimulator;
236 TaskViewSimulator tvs = remoteTargetHandle.getTaskViewSimulator();
DAbsSwipeUpHandler.java136 import com.android.quickstep.util.TaskViewSimulator;
2540 TaskViewSimulator taskViewSimulator,
2600 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator();
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java204 TaskViewSimulator tvs = new TaskViewSimulator(helper.sandboxContext, in verifyNoTransforms()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java49 import com.android.quickstep.util.TaskViewSimulator;
121 TaskViewSimulator[] taskViewSimulators) { in onPrepareGestureEndAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java64 public class TaskViewSimulator implements TransformParams.BuilderProxy { class
126 public TaskViewSimulator(Context context, BaseContainerInterface sizeStrategy) { in TaskViewSimulator() method in TaskViewSimulator
DSwipePipToHomeAnimator.java417 public Builder setFromRotation(TaskViewSimulator taskViewSimulator, in setFromRotation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java211 import com.android.quickstep.util.TaskViewSimulator;
2010 TaskViewSimulator simulator = remoteTargetHandle.getTaskViewSimulator(); in resetTaskVisuals()
2731 TaskViewSimulator[] taskViewSimulators) { in onPrepareGestureEndAnimation()
2751 for (TaskViewSimulator tvs : taskViewSimulators) { in onPrepareGestureEndAnimation()
5449 TaskViewSimulator tvs = remoteTargetHandle.getTaskViewSimulator(); in setRecentsAnimationTargets()