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

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java419 private final int mSelectionDividerHeight; field in class:NumberPicker
577 mSelectionDividerHeight = attributesArray.getDimensionPixelSize(
742 - mSelectionDividerHeight;
743 mBottomSelectionDividerBottom = mTopSelectionDividerTop + 2 * mSelectionDividerHeight
1446 int bottomOfTopDivider = topOfTopDivider + mSelectionDividerHeight;
1452 int topOfBottomDivider = bottomOfBottomDivider - mSelectionDividerHeight;
2154 mTopSelectionDividerTop + mSelectionDividerHeight);
2160 mBottomSelectionDividerBottom - mSelectionDividerHeight,

Completed in 10 milliseconds