Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnificationGestureDetector.java86 private int mTouchSlopSquare; field in MagnificationGestureDetector
100 mTouchSlopSquare = touchSlop * touchSlop; in MagnificationGestureDetector()
156 if (distanceSquare > mTouchSlopSquare) { in stopSingleTapDetectionIfNeeded()
/frameworks/base/core/java/android/view/
DGestureDetector.java244 private int mTouchSlopSquare; field in GestureDetector
515 mTouchSlopSquare = touchSlop * touchSlop; in init()
708 int slopSquare = isGeneratedGesture ? 0 : mTouchSlopSquare; in onTouchEvent()