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

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java451 private int mTopSelectionDividerTop; field in class:NumberPicker
797 mTopSelectionDividerTop = (getHeight() - mSelectionDividersDistance) / 2
799 mBottomSelectionDividerBottom = mTopSelectionDividerTop + 2 * mSelectionDividerHeight
865 if (mLastDownEventY < mTopSelectionDividerTop) {
885 } else if (mLastDownEventY < mTopSelectionDividerTop) {
1044 if (eventY < mTopSelectionDividerTop) {
1591 mVirtualButtonPressedDrawable.setBounds(0, 0, mRight, mTopSelectionDividerTop);
1622 int topOfTopDivider = mTopSelectionDividerTop;
2200 invalidate(0, 0, mRight, mTopSelectionDividerTop);
2229 invalidate(0, 0, mRight, mTopSelectionDividerTop);
[all...]

Completed in 196 milliseconds