Searched refs:GESTURE_NONE (Results 1 – 2 of 2) sorted by relevance
88 private static final int GESTURE_NONE = 0; field in StackView131 private int mSwipeGestureType = GESTURE_NONE;396 if (mSwipeGestureType != GESTURE_NONE) return; in showNext()414 if (mSwipeGestureType != GESTURE_NONE) return; in showPrevious()653 mSwipeGestureType = GESTURE_NONE; in onInterceptTouchEvent()657 return mSwipeGestureType != GESTURE_NONE; in onInterceptTouchEvent()661 if ((int) Math.abs(deltaY) > mTouchSlop && mSwipeGestureType == GESTURE_NONE) { in beginGestureIfNeeded()762 mSwipeGestureType = GESTURE_NONE;833 mSwipeGestureType = GESTURE_NONE;846 mSwipeGestureType = GESTURE_NONE;[all …]
69383 Landroid/widget/StackView;->GESTURE_NONE:I