Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java1931 onChildDraw(c, parent, anim.mViewHolder, anim.mX, anim.mY, anim.mActionState, in onDraw()
1937 onChildDraw(c, parent, selected, dX, dY, actionState, true); in onDraw()
2016 public void onChildDraw(Canvas c, RecyclerView recyclerView, in onChildDraw() method in ItemTouchHelper.Callback