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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java61 * {@link ItemTouchHelper.Callback} class or implementing {@link ItemTouchHelper.ViewDropHandler}
64 * By default, ItemTouchHelper moves the items' translateX/Y properties to reposition them. On
65 * platforms older than Honeycomb, ItemTouchHelper uses canvas translations and View's visibility
75 public class ItemTouchHelper extends RecyclerView.ItemDecoration class in inherits:RecyclerView.ItemDecoration,RecyclerView.OnChildAttachStateChangeListener
113 * ItemTouchHelper is in idle state. At this state, either there is no related motion event by
144 private static final String TAG = "ItemTouchHelper";
205 * Developer callback which controls the behavior of ItemTouchHelper.
417 * Creates an ItemTouchHelper that will work with the given Callback.
419 * You can attach ItemTouchHelper t
425 public ItemTouchHelper(Callback callback) { method in class:ItemTouchHelper
[all...]

Completed in 25 milliseconds