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