Searched refs:mTouchSlopSquare (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java57 private int mTouchSlopSquare; field in class:GestureDetectorCompat.GestureDetectorCompatImplBase
180 mTouchSlopSquare = touchSlop * touchSlop;
335 if (distance > mTouchSlopSquare) {
344 if (distance > mTouchSlopSquare) {
/frameworks/base/core/java/android/view/
H A DGestureDetector.java195 private int mTouchSlopSquare; field in class:GestureDetector
406 mTouchSlopSquare = touchSlop * touchSlop;
566 if (distance > mTouchSlopSquare) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java121 private int mTouchSlopSquare; field in class:SlidingChallengeLayout
249 mTouchSlopSquare = mTouchSlop * mTouchSlop;

Completed in 61 milliseconds