Searched refs:mSelectionDividerHeight (Results 1 – 1 of 1) sorted by relevance
460 private int mSelectionDividerHeight; field in NumberPicker669 mSelectionDividerHeight = attributesArray.getDimensionPixelSize( in NumberPicker()841 - mSelectionDividerHeight; in onLayout()842 mBottomSelectionDividerBottom = mTopSelectionDividerTop + 2 * mSelectionDividerHeight in onLayout()1582 mSelectionDividerHeight = height; in setSelectionDividerHeight()1593 return mSelectionDividerHeight; in getSelectionDividerHeight()1691 int bottomOfTopDivider = topOfTopDivider + mSelectionDividerHeight; in onDraw()1697 int topOfBottomDivider = bottomOfBottomDivider - mSelectionDividerHeight; in onDraw()2497 mTopSelectionDividerTop + mSelectionDividerHeight); in createAccessibilityNodeInfo()2500 mTopSelectionDividerTop + mSelectionDividerHeight, in createAccessibilityNodeInfo()[all …]