Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java84 private final PointF mPivot = new PointF(); field in TaskViewSimulator
219 float scale = mOrientationState.getFullScreenScaleAndPivot(scaleRect, mDp, mPivot); in getFullScreenScale()
221 mPivot.set(mPivotOverride); in getFullScreenScale()
475 mMatrix.postScale(carouselScale.value, carouselScale.value, mPivot.x, mPivot.y); in apply()
485 mMatrix.postScale(recentsViewScale.value, recentsViewScale.value, mPivot.x, mPivot.y); in apply()
518 + " pivot: " + mPivot in apply()