Home | History | Annotate | Download | only in helper

Lines Matching refs:leftDiff

719             final int leftDiff = curX - mTmpRect.left - mRecyclerView.getPaddingLeft();
720 if (mDx < 0 && leftDiff < 0) {
721 scrollX = leftDiff;