Searched refs:SELECTOR_ARROW_HEIGHT (Results 1 – 1 of 1) sorted by relevance
35 private static final int SELECTOR_ARROW_HEIGHT = 15; field in VerticalTextSpinner284 final int topBottom = selectorTop + SELECTOR_ARROW_HEIGHT; in onDraw()313 canvas.clipRect(selectorLeft, selectorTop + SELECTOR_ARROW_HEIGHT, in onDraw()314 selectorRight, selectorBottom - SELECTOR_ARROW_HEIGHT); in onDraw()325 final int bottomTop = selectorBottom - SELECTOR_ARROW_HEIGHT; in onDraw()