Home
last modified time | relevance | path

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

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