Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskViewSimulator.java73 private final PointF mPivot = new PointF(); field in TaskViewSimulator
166 return mOrientationState.getFullScreenScaleAndPivot(fullTaskSize, mDp, mPivot); in getFullScreenScale()
345 mMatrix.postScale(recentsViewScale.value, recentsViewScale.value, mPivot.x, mPivot.y); in apply()
375 + " pivot: " + mPivot in apply()