Searched refs:DIRECTION_BOTH (Results 1 – 2 of 2) sorted by relevance
64 mSwipeDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_BOTH, true); in QSScrollLayout()
46 public static final int DIRECTION_BOTH = DIRECTION_NEGATIVE | DIRECTION_POSITIVE; field in SwipeDetector