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

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java430 private final int mSelectionDividerHeight; field in class:NumberPicker
633 mSelectionDividerHeight = attributesArray.getDimensionPixelSize(
798 - mSelectionDividerHeight;
799 mBottomSelectionDividerBottom = mTopSelectionDividerTop + 2 * mSelectionDividerHeight
1623 int bottomOfTopDivider = topOfTopDivider + mSelectionDividerHeight;
1629 int topOfBottomDivider = bottomOfBottomDivider - mSelectionDividerHeight;
2371 mTopSelectionDividerTop + mSelectionDividerHeight);
2374 mTopSelectionDividerTop + mSelectionDividerHeight,
2376 mBottomSelectionDividerBottom - mSelectionDividerHeight);
2380 mBottomSelectionDividerBottom - mSelectionDividerHeight,
[all...]

Completed in 63 milliseconds