Searched refs:onChildDraw (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java67 * overriding {@link Callback#onChildDraw(Canvas, RecyclerView, ViewHolder, float, float, int,
72 * Most of the time, you only need to override <code>onChildDraw</code> but due to limitations of
1392 * public void onChildDraw(Canvas c, RecyclerView recyclerView,
1873 onChildDraw(c, parent, anim.mViewHolder, anim.mX, anim.mY, anim.mActionState,
1879 onChildDraw(c, parent, selected, dX, dY, actionState, true);
1921 * {@link #onChildDraw(Canvas, RecyclerView, ViewHolder, float, float, int,
1959 public void onChildDraw(Canvas c, RecyclerView recyclerView, method in class:ItemTouchHelper.Callback

Completed in 28 milliseconds