Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java739 int curY = (int) (mSelectedStartY + mDy); in scrollIfNecessary() local
740 final int topDiff = curY - mTmpRect.top - mRecyclerView.getPaddingTop(); in scrollIfNecessary()
744 final int bottomDiff = curY + mSelected.itemView.getHeight() + mTmpRect.bottom - in scrollIfNecessary()
1768 List<ViewHolder> dropTargets, int curX, int curY) { in chooseDropTarget() argument
1770 int bottom = curY + selected.itemView.getHeight(); in chooseDropTarget()
1774 final int dy = curY - selected.itemView.getTop(); in chooseDropTarget()
1799 int diff = target.itemView.getTop() - curY; in chooseDropTarget()