Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
DItemTouchHelperTest.java64 private RecyclerView setup(int dragDirs, int swipeDirs) throws Throwable { in setup() argument
88 mCalback = new LoggingCalback(dragDirs, swipeDirs); in setup()
180 public LoggingCalback(int dragDirs, int swipeDirs) { in LoggingCalback() argument
181 super(dragDirs, swipeDirs); in LoggingCalback()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java2198 public SimpleCallback(int dragDirs, int swipeDirs) { in SimpleCallback() argument
2200 mDefaultDragDirs = dragDirs; in SimpleCallback()