Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeUpAnimationLogic.java192 RectF cropRectF = new RectF(mTaskViewSimulator.getCurrentCropRect()); in createWindowAnimationToHome()
DBaseSwipeUpHandlerV2.java561 mTaskViewSimulator.getCurrentCropRect(), in updateFinalShift()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DTaskViewSimulator.java191 public RectF getCurrentCropRect() { in getCurrentCropRect() method in TaskViewSimulator