Searched refs:mLastPoint (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipResizeGestureHandler.java | 77 private final PointF mLastPoint = new PointF(); field in PipResizeGestureHandler 316 mLastPoint.set(mDownPoint); in onPinchResize() 337 mLastPoint.set(x0, y0); in onPinchResize() 343 || distanceBetween(mDownPoint, mLastPoint) > mTouchSlop)) { in onPinchResize() 347 mDownPoint.set(mLastPoint); in onPinchResize() 357 mDownSecondPoint, mLastPoint, mLastSecondPoint, mMinSize, mMaxSize, in onPinchResize()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipResizeGestureHandler.java | 80 private final PointF mLastPoint = new PointF(); field in PipResizeGestureHandler 325 mLastPoint.set(mDownPoint); in onPinchResize() 346 mLastPoint.set(x0, y0); in onPinchResize() 352 || distanceBetween(mDownPoint, mLastPoint) > mTouchSlop)) { in onPinchResize() 356 mDownPoint.set(mLastPoint); in onPinchResize() 366 mDownSecondPoint, mLastPoint, mLastSecondPoint, mMinSize, mMaxSize, in onPinchResize()
|