Searched refs:swipeDirs (Results 1 – 2 of 2) sorted by relevance
64 private RecyclerView setup(int dragDirs, int swipeDirs) throws Throwable { in setup() argument88 mCalback = new LoggingCalback(dragDirs, swipeDirs); in setup()141 public void basicSwipeTest(int dir, int swipeDirs, int targetX) throws Throwable { in basicSwipeTest() argument142 final RecyclerView recyclerView = setup(0, swipeDirs); in basicSwipeTest()180 public LoggingCalback(int dragDirs, int swipeDirs) { in LoggingCalback() argument181 super(dragDirs, swipeDirs); in LoggingCalback()
2198 public SimpleCallback(int dragDirs, int swipeDirs) { in SimpleCallback() argument2199 mDefaultSwipeDirs = swipeDirs; in SimpleCallback()