Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java213 RectF cropRectF = new RectF(mTaskViewSimulator.getCurrentCropRect()); in updateProgressForStartRect()
233 RectF cropRectF = new RectF(mTaskViewSimulator.getCurrentCropRect()); in createWindowAnimationToHome()
DLauncherSwipeHandlerV2.java182 mTaskViewSimulator.getCurrentCropRect().roundOut(crop);
DTaskViewUtils.java256 finalTsv.getCurrentCropRect().round(cropRect); in createRecentsWindowAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java196 public RectF getCurrentCropRect() { in getCurrentCropRect() method in TaskViewSimulator
209 RectF result = getCurrentCropRect(); in getCurrentRect()