Home
last modified time | relevance | path

Searched refs:getCurrentCropRect (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSwipeUpAnimationLogic.java232 startRects[i] = new RectF(tvs.getCurrentCropRect()); in updateProgressForStartRect()
280 RectF cropRectF = new RectF(taskViewSimulator.getCurrentCropRect()); in getWindowAnimationToHomeInternal()
H A DLauncherSwipeHandlerV2.java165 mRemoteTargetHandles[0].getTaskViewSimulator().getCurrentCropRect().roundOut(crop);
H A DTaskViewUtils.java262 taskViewSimulator.getCurrentCropRect().round(cropRect); in createRecentsWindowAnimator()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskViewSimulator.java251 public RectF getCurrentCropRect() { in getCurrentCropRect() method in TaskViewSimulator
264 RectF result = getCurrentCropRect(); in getCurrentRect()