Home
last modified time | relevance | path

Searched refs:swipeDirs (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()
141 public void basicSwipeTest(int dir, int swipeDirs, int targetX) throws Throwable { in basicSwipeTest() argument
142 final RecyclerView recyclerView = setup(0, swipeDirs); in basicSwipeTest()
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
2199 mDefaultSwipeDirs = swipeDirs; in SimpleCallback()