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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java1333 static final int RELATIVE_DIR_FLAGS = START | END | field in class:ItemTouchHelper.Callback
1517 int masked = flags & RELATIVE_DIR_FLAGS;
1528 flags |= ((masked >> 1) & ~RELATIVE_DIR_FLAGS);
1530 flags |= ((masked >> 1) & RELATIVE_DIR_FLAGS) >> 2;

Completed in 27 milliseconds