Searched refs:curY (Results 1 – 1 of 1) sorted by relevance
732 int curY = (int) (mSelectedStartY + mDy); in scrollIfNecessary() local733 final int topDiff = curY - mTmpRect.top - mRecyclerView.getPaddingTop(); in scrollIfNecessary()737 final int bottomDiff = curY + mSelected.itemView.getHeight() + mTmpRect.bottom in scrollIfNecessary()1749 List<ViewHolder> dropTargets, int curX, int curY) { in chooseDropTarget() argument1751 int bottom = curY + selected.itemView.getHeight(); in chooseDropTarget()1755 final int dy = curY - selected.itemView.getTop(); in chooseDropTarget()1780 int diff = target.itemView.getTop() - curY; in chooseDropTarget()