Searched refs:mTmpLastCentroid (Results 1 – 1 of 1) sorted by relevance
35 private final PointF mTmpLastCentroid = new PointF(); field in PipPinchResizingAlgorithm61 getCentroid(lastPoint, lastSecondPoint, mTmpLastCentroid); in calculateBoundsAndAngle()62 resizeBoundsOut.offset((int) (mTmpLastCentroid.x - mTmpDownCentroid.x), in calculateBoundsAndAngle()63 (int) (mTmpLastCentroid.y - mTmpDownCentroid.y)); in calculateBoundsAndAngle()