HomeSort by relevance Sort by last modified time
    Searched defs:ItemTouchHelper (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java 57 * {@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
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
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java 58 * {@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
107 * ItemTouchHelper is in idle state. At this state, either there is no related motion event by
138 static final String TAG = "ItemTouchHelper";
183 * Set when ItemTouchHelper is assigned to a RecyclerView.
188 * Set when ItemTouchHelper is assigned to a RecyclerView.
214 * Developer callback which controls the behavior of ItemTouchHelper.
419 * Creates an ItemTouchHelper that will work with the given Callback
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 408 milliseconds