Home
last modified time | relevance | path

Searched defs:dirFlag (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java1199 final int dirFlag = mDx > 0 ? RIGHT : LEFT; in checkHorizontalSwipe() local
1226 final int dirFlag = mDy > 0 ? DOWN : UP; in checkVerticalSwipe() local