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

/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java57 * {@link ItemTouchHelper.Callback} class or implementing {@link ItemTouchHelper.ViewDropHandler}
60 * By default, ItemTouchHelper moves the items' translateX/Y properties to reposition them. On
61 * platforms older than Honeycomb, ItemTouchHelper uses canvas translations and View's visibility
71 public class ItemTouchHelper extends RecyclerView.ItemDecoration class in inherits:RecyclerView.ItemDecoration,RecyclerView.OnChildAttachStateChangeListener
109 * ItemTouchHelper is in idle state. At this state, either there is no related motion event by
140 static final String TAG = "ItemTouchHelper";
185 * Set when ItemTouchHelper is assigned to a RecyclerView.
190 * Set when ItemTouchHelper is assigned to a RecyclerView.
216 * Developer callback which controls the behavior of ItemTouchHelper
429 public ItemTouchHelper(Callback callback) { method in class:ItemTouchHelper
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DItemTouchHelper.java58 * {@link ItemTouchHelper.Callback} class or implementing {@link ItemTouchHelper.ViewDropHandler}
61 * By default, ItemTouchHelper moves the items' translateX/Y properties to reposition them. You can
69 public class ItemTouchHelper extends RecyclerView.ItemDecoration class in inherits:RecyclerView.ItemDecoration,RecyclerView.OnChildAttachStateChangeListener
107 * ItemTouchHelper is in idle state. At this state, either there is no related motion event by
143 private static final String TAG = "ItemTouchHelper";
188 * Set when ItemTouchHelper is assigned to a RecyclerView.
193 * Set when ItemTouchHelper is assigned to a RecyclerView.
219 * Developer callback which controls the behavior of ItemTouchHelper.
431 * Creates an ItemTouchHelper tha
439 public ItemTouchHelper(@NonNull Callback callback) { method in class:ItemTouchHelper
[all...]

Completed in 58 milliseconds