Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java1205 final int velDirFlag = xVelocity > 0f ? RIGHT : LEFT; in checkHorizontalSwipe() local
1232 final int velDirFlag = yVelocity > 0f ? DOWN : UP; in checkVerticalSwipe() local