Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java732 int curY = (int) (mSelectedStartY + mDy); in scrollIfNecessary() local
733 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() argument
1751 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()