Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipPinchResizingAlgorithm.java42 PointF lastPoint, PointF lastSecondPoint, Point minSize, Point maxSize, in calculateBoundsAndAngle() argument
46 float dist = (float) Math.hypot(lastSecondPoint.x - lastPoint.x, in calculateBoundsAndAngle()
47 lastSecondPoint.y - lastPoint.y); in calculateBoundsAndAngle()
61 getCentroid(lastPoint, lastSecondPoint, mTmpLastCentroid); in calculateBoundsAndAngle()
68 mTmpLastVector.set(lastSecondPoint.x - lastPoint.x, in calculateBoundsAndAngle()
69 lastSecondPoint.y - lastPoint.y); in calculateBoundsAndAngle()