Searched defs:mLastDownEventY (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java364 private float mLastDownEventY; field in class:NumberPicker
804 mLastDownOrMoveEventY = mLastDownEventY = event.getY();
809 if (mLastDownEventY < mTopSelectionDividerTop) {
814 } else if (mLastDownEventY > mBottomSelectionDividerBottom) {
829 } else if (mLastDownEventY < mTopSelectionDividerTop) {
833 } else if (mLastDownEventY > mBottomSelectionDividerBottom) {
864 int deltaDownY = (int) Math.abs(currentMoveY - mLastDownEventY);
888 int deltaMoveY = (int) Math.abs(eventY - mLastDownEventY);

Completed in 9 milliseconds