Searched refs:mInLongPress (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java77 private boolean mInLongPress; field in class:GestureDetectorCompat.GestureDetectorCompatImplBase
310 mInLongPress = false;
323 if (mInLongPress) {
360 } else if (mInLongPress) {
362 mInLongPress = false;
419 if (mInLongPress) {
420 mInLongPress = false;
432 if (mInLongPress) {
433 mInLongPress = false;
455 mInLongPress
[all...]
/frameworks/base/core/java/android/view/
H A DGestureDetector.java217 private boolean mInLongPress; field in class:GestureDetector
541 mInLongPress = false;
554 if (mInLongPress) {
591 } else if (mInLongPress) {
593 mInLongPress = false;
652 if (mInLongPress) {
653 mInLongPress = false;
665 if (mInLongPress) {
666 mInLongPress = false;
689 mInLongPress
[all...]

Completed in 24 milliseconds