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

/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java155 private boolean mSloppyGesture; field in class:ScaleGestureDetector
206 mSloppyGesture = true;
210 mSloppyGesture = true;
214 mSloppyGesture = true;
222 if (mSloppyGesture) {
247 mSloppyGesture = false;
254 if (mSloppyGesture) {
276 if (!mSloppyGesture) {
284 if (!mSloppyGesture) {
373 mSloppyGesture
[all...]

Completed in 104 milliseconds