Searched refs:mLastDragY (Results 1 – 1 of 1) sorted by relevance
51 private int mLastDragY; field in PhoneFavoriteListView89 if (mLastDragY <= mTopScrollBound) {91 } else if (mLastDragY >= mBottomScrollBound) {164 mLastDragY = eY; in onDragEvent()169 (Math.abs(mLastDragY - mTouchDownForDragStartY) >= 4 * mTouchSlop)) { in onDragEvent()