Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskViewUtils.java207 simulatorToCopy.getCurrentMatrix().invert(k0i); in createRecentsWindowAnimator()
213 animationMatrix.postConcat(simulatorToCopy.getCurrentMatrix()); in createRecentsWindowAnimator()
DSwipeUpAnimationLogic.java199 mTaskViewSimulator.getCurrentMatrix().mapRect(startRect); in createWindowAnimationToHome()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DTaskViewSimulator.java207 public Matrix getCurrentMatrix() { in getCurrentMatrix() method in TaskViewSimulator