Searched refs:mSelectionDividerHeight (Results 1 – 1 of 1) sorted by relevance
461 private int mSelectionDividerHeight; field in NumberPicker670 mSelectionDividerHeight = attributesArray.getDimensionPixelSize( in NumberPicker()841 - mSelectionDividerHeight; in onLayout()842 mBottomSelectionDividerBottom = mTopSelectionDividerTop + 2 * mSelectionDividerHeight in onLayout()1583 mSelectionDividerHeight = height; in setSelectionDividerHeight()1594 return mSelectionDividerHeight; in getSelectionDividerHeight()1692 int bottomOfTopDivider = topOfTopDivider + mSelectionDividerHeight; in onDraw()1698 int topOfBottomDivider = bottomOfBottomDivider - mSelectionDividerHeight; in onDraw()2498 mTopSelectionDividerTop + mSelectionDividerHeight); in createAccessibilityNodeInfo()2501 mTopSelectionDividerTop + mSelectionDividerHeight, in createAccessibilityNodeInfo()[all …]