Searched refs:mSwipeDetector (Results 1 – 3 of 3) sorted by relevance
44 private final SwipeDetector mSwipeDetector; field in QSScrollLayout63 mSwipeDetector = new SwipeDetector(context, mOverScrollHelper, SwipeDetector.VERTICAL); in QSScrollLayout()64 mSwipeDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_BOTH, true); in QSScrollLayout()72 mSwipeDetector.onTouchEvent(ev); in onInterceptTouchEvent()81 mSwipeDetector.onTouchEvent(ev); in onTouchEvent()
52 private final GestureDetector mSwipeDetector; field in DraggableConstraintLayout100 mSwipeDetector = new GestureDetector(mContext, in DraggableConstraintLayout()114 mSwipeDetector.setIsLongpressEnabled(false); in DraggableConstraintLayout()140 return mSwipeDetector.onTouchEvent(ev); in onInterceptTouchEvent()
136 private final GestureDetector mSwipeDetector; field in ScreenshotView216 mSwipeDetector = new GestureDetector(mContext, in ScreenshotView()230 mSwipeDetector.setIsLongpressEnabled(false); in ScreenshotView()