Searched refs:mBottomSelectionDividerBottom (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java456 private int mBottomSelectionDividerBottom; field in class:NumberPicker
799 mBottomSelectionDividerBottom = mTopSelectionDividerTop + 2 * mSelectionDividerHeight
870 } else if (mLastDownEventY > mBottomSelectionDividerBottom) {
889 } else if (mLastDownEventY > mBottomSelectionDividerBottom) {
1046 } else if (eventY > mBottomSelectionDividerBottom) {
1596 mVirtualButtonPressedDrawable.setBounds(0, mBottomSelectionDividerBottom, mRight,
1628 int bottomOfBottomDivider = mBottomSelectionDividerBottom;
2196 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2225 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2241 invalidate(0, mBottomSelectionDividerBottom, mRigh
[all...]

Completed in 1769 milliseconds