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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java 62 * {@link ItemTouchHelper.Callback} class or implementing {@link ItemTouchHelper.ViewDropHandler}
65 * By default, ItemTouchHelper moves the items' translateX/Y properties to reposition them. On
66 * platforms older than Honeycomb, ItemTouchHelper uses canvas translations and View's visibility
76 public class ItemTouchHelper extends RecyclerView.ItemDecoration
114 * ItemTouchHelper is in idle state. At this state, either there is no related motion event by
145 private static final String TAG = "ItemTouchHelper";
190 * Set when ItemTouchHelper is assigned to a RecyclerView.
195 * Set when ItemTouchHelper is assigned to a RecyclerView.
221 * Developer callback which controls the behavior of ItemTouchHelper
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 193 milliseconds