Home
last modified time | relevance | path

Searched refs:DIRECTION_BOTH (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSScrollLayout.java64 mSwipeDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_BOTH, true); in QSScrollLayout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
H A DSwipeDetector.java46 public static final int DIRECTION_BOTH = DIRECTION_NEGATIVE | DIRECTION_POSITIVE; field in SwipeDetector