Searched defs:swipeDirs (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
H A DItemTouchHelperTest.java67 private RecyclerView setup(int dragDirs, int swipeDirs) throws Throwable { argument
91 mCalback = new LoggingCalback(dragDirs, swipeDirs);
139 public void basicSwipeTest(int dir, int swipeDirs, int targetX) throws Throwable { argument
140 final RecyclerView recyclerView = setup(0, swipeDirs);
184 LoggingCalback(int dragDirs, int swipeDirs) { argument
185 super(dragDirs, swipeDirs);
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java2174 * @param swipeDirs Binary OR of direction flags in which the Views can be swiped. Must be
2179 public SimpleCallback(int dragDirs, int swipeDirs) { argument
2180 mDefaultSwipeDirs = swipeDirs;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java2180 * @param swipeDirs Binary OR of direction flags in which the Views can be swiped. Must be
2185 public SimpleCallback(int dragDirs, int swipeDirs) { argument
2186 mDefaultSwipeDirs = swipeDirs;

Completed in 115 milliseconds