Searched refs:mTmpLastVector (Results 1 – 1 of 1) sorted by relevance
33 private final PointF mTmpLastVector = new PointF(); field in PipPinchResizingAlgorithm68 mTmpLastVector.set(lastSecondPoint.x - lastPoint.x, in calculateBoundsAndAngle()70 float angle = (float) Math.atan2(cross(mTmpDownVector, mTmpLastVector), in calculateBoundsAndAngle()71 dot(mTmpDownVector, mTmpLastVector)); in calculateBoundsAndAngle()