Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java1949 onChildDrawOver(c, parent, anim.mViewHolder, anim.mX, anim.mY, anim.mActionState, in onDrawOver()
1955 onChildDrawOver(c, parent, selected, dX, dY, actionState, true); in onDrawOver()
2050 public void onChildDrawOver(Canvas c, RecyclerView recyclerView, in onChildDrawOver() method in ItemTouchHelper.Callback