Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipPinchResizingAlgorithm.java35 private final PointF mTmpLastCentroid = new PointF(); field in PipPinchResizingAlgorithm
61 getCentroid(lastPoint, lastSecondPoint, mTmpLastCentroid); in calculateBoundsAndAngle()
62 resizeBoundsOut.offset((int) (mTmpLastCentroid.x - mTmpDownCentroid.x), in calculateBoundsAndAngle()
63 (int) (mTmpLastCentroid.y - mTmpDownCentroid.y)); in calculateBoundsAndAngle()