Home | History | Annotate | Download | only in helper

Lines Matching refs:onChildDraw

63  * overriding {@link Callback#onChildDraw(Canvas, RecyclerView, ViewHolder, float, float, int,
68 * Most of the time, you only need to override <code>onChildDraw</code> but due to limitations of
1403 * public void onChildDraw(Canvas c, RecyclerView recyclerView,
1931 onChildDraw(c, parent, anim.mViewHolder, anim.mX, anim.mY, anim.mActionState,
1937 onChildDraw(c, parent, selected, dX, dY, actionState, true);
1978 * {@link #onChildDraw(Canvas, RecyclerView, ViewHolder, float, float, int,
2016 public void onChildDraw(Canvas c, RecyclerView recyclerView,