Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java341 public RectF getCurrentCropRect() { in getCurrentCropRect() method in TaskViewSimulator
352 RectF result = getCurrentCropRect(); in getCurrentRect()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java274 startRects[i] = new RectF(tvs.getCurrentCropRect()); in updateProgressForStartRect()
333 RectF cropRectF = new RectF(taskViewSimulator.getCurrentCropRect()); in getWindowAnimationToHomeInternal()
DLauncherSwipeHandlerV2.java231 tvs.getCurrentCropRect().roundOut(crop);
DTaskViewUtils.java333 taskViewSimulator.getCurrentCropRect().round(cropRect); in createRecentsWindowAnimator()
DAbsSwipeUpHandler.java1887 mRemoteTargetHandles[0].getTaskViewSimulator().getCurrentCropRect().round(appBounds);