Home
last modified time | relevance | path

Searched refs:SELECTOR_ARROW_HEIGHT (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Music/src/com/android/music/
DVerticalTextSpinner.java35 private static final int SELECTOR_ARROW_HEIGHT = 15; field in VerticalTextSpinner
284 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()