Searched refs:curY (Results 1 – 1 of 1) sorted by relevance
739 int curY = (int) (mSelectedStartY + mDy); in scrollIfNecessary() local740 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() argument1770 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()