Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskViewUtils.java263 navBuilder.withMatrix(taskViewSimulator.getCurrentMatrix()) in createRecentsWindowAnimator()
328 simulatorCopies[i].getTaskViewSimulator().getCurrentMatrix().invert(k0i[i]); in createRecentsWindowAnimator()
336 .getTaskViewSimulator().getCurrentMatrix()); in createRecentsWindowAnimator()
H A DSwipeUpAnimationLogic.java235 tvs.getCurrentMatrix().mapRect(startRects[i]); in updateProgressForStartRect()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskViewSimulator.java279 public Matrix getCurrentMatrix() { in getCurrentMatrix() method in TaskViewSimulator