Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java1362 static final int RELATIVE_DIR_FLAGS = START | END | field in ItemTouchHelper.Callback
1547 int masked = flags & RELATIVE_DIR_FLAGS; in convertToAbsoluteDirection()
1558 flags |= ((masked >> 1) & ~RELATIVE_DIR_FLAGS); in convertToAbsoluteDirection()
1560 flags |= ((masked >> 1) & RELATIVE_DIR_FLAGS) >> 2; in convertToAbsoluteDirection()