Package 

Interface ItemTouchUIUtil

    • Method Summary

      Modifier and Type Method Description
      abstract void onDraw(Canvas c, RecyclerView recyclerView, View view, float dX, float dY, int actionState, boolean isCurrentlyActive) The default implementation for onChildDraw
      abstract void onDrawOver(Canvas c, RecyclerView recyclerView, View view, float dX, float dY, int actionState, boolean isCurrentlyActive) The default implementation for onChildDrawOver
      abstract void clearView(View view) The default implementation for clearView
      abstract void onSelected(View view) The default implementation for onSelectedChanged
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait