Searched refs:taskViewSimulator (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SwipeUpAnimationLogic.java | 114 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator(); in initTransitionEndpoints() local 115 taskViewSimulator.setDp(dp); in initTransitionEndpoints() 116 taskViewSimulator.addAppToOverviewAnim(pendingAnimation, LINEAR); in initTransitionEndpoints() 121 playbackController, mContext, taskViewSimulator.getOrientationState(), in initTransitionEndpoints() 122 mDp, taskViewSimulator.recentsViewScale, AnimatedFloat.VALUE, in initTransitionEndpoints() 123 taskViewSimulator.recentsViewSecondaryTranslation, AnimatedFloat.VALUE in initTransitionEndpoints() 331 TaskViewSimulator taskViewSimulator, in getWindowAnimationToHomeInternal() argument 334 RectF cropRectF = new RectF(taskViewSimulator.getCurrentCropRect()); in getWindowAnimationToHomeInternal() 374 taskViewSimulator, in getWindowAnimationToHomeInternal() 420 TaskViewSimulator taskViewSimulator, in SpringAnimationRunner() argument [all …]
|
D | RemoteTargetGluer.java | 320 public RemoteTargetHandle(TaskViewSimulator taskViewSimulator, in RemoteTargetHandle() argument 323 mTaskViewSimulator = taskViewSimulator; in RemoteTargetHandle()
|
D | AbsSwipeUpHandler.java | 2540 TaskViewSimulator taskViewSimulator, 2558 transformParams.createSurfaceParams(taskViewSimulator); 2569 taskViewSimulator.taskPrimaryTranslation.value = 2571 taskViewSimulator.apply(transformParams, surfaceTransaction); 2600 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator(); 2602 taskViewSimulator.setScroll(scrollOffset); 2606 transformParams, taskViewSimulator, progress)) { 2609 taskViewSimulator.apply(transformParams);
|
D | TaskViewUtils.java | 292 TaskViewSimulator taskViewSimulator = handle.getTaskViewSimulator(); in createRecentsWindowAnimator() 293 taskViewSimulator.getCurrentCropRect().round(cropRect); in createRecentsWindowAnimator() 294 navBuilder.setMatrix(taskViewSimulator.getCurrentMatrix()) in createRecentsWindowAnimator()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SwipePipToHomeAnimator.java | 417 public Builder setFromRotation(TaskViewSimulator taskViewSimulator, in setFromRotation() argument 425 taskViewSimulator.applyWindowToHomeRotation(matrix); in setFromRotation()
|