Searched refs:TaskViewSimulator (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RemoteTargetGluer.java | 34 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()
|
D | SwipeUpAnimationLogic.java | 50 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()
|
D | TaskViewUtils.java | 78 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()
|
D | LauncherSwipeHandlerV2.java | 53 import com.android.quickstep.util.TaskViewSimulator; 236 TaskViewSimulator tvs = remoteTargetHandle.getTaskViewSimulator();
|
D | AbsSwipeUpHandler.java | 136 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/ |
D | TaskViewSimulatorTest.java | 204 TaskViewSimulator tvs = new TaskViewSimulator(helper.sandboxContext, in verifyNoTransforms()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackRecentsView.java | 49 import com.android.quickstep.util.TaskViewSimulator; 121 TaskViewSimulator[] taskViewSimulators) { in onPrepareGestureEndAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | TaskViewSimulator.java | 64 public class TaskViewSimulator implements TransformParams.BuilderProxy { class 126 public TaskViewSimulator(Context context, BaseContainerInterface sizeStrategy) { in TaskViewSimulator() method in TaskViewSimulator
|
D | SwipePipToHomeAnimator.java | 417 public Builder setFromRotation(TaskViewSimulator taskViewSimulator, in setFromRotation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 211 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()
|