Searched refs:mLastSecondPoint (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipResizeGestureHandler.java | 78 private final PointF mLastSecondPoint = new PointF(); field in PipResizeGestureHandler 317 mLastSecondPoint.set(mLastSecondPoint); in onPinchResize() 338 mLastSecondPoint.set(x1, y1); in onPinchResize() 342 && (distanceBetween(mDownSecondPoint, mLastSecondPoint) > mTouchSlop in onPinchResize() 348 mDownSecondPoint.set(mLastSecondPoint); 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 | 81 private final PointF mLastSecondPoint = new PointF(); field in PipResizeGestureHandler 326 mLastSecondPoint.set(mLastSecondPoint); in onPinchResize() 347 mLastSecondPoint.set(x1, y1); in onPinchResize() 351 && (distanceBetween(mDownSecondPoint, mLastSecondPoint) > mTouchSlop in onPinchResize() 357 mDownSecondPoint.set(mLastSecondPoint); in onPinchResize() 366 mDownSecondPoint, mLastPoint, mLastSecondPoint, mMinSize, mMaxSize, in onPinchResize()
|