Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DVerticalTextSpinner.java416 mText1 = getTextToDraw(-2); in calculateTextPositions()
417 mText2 = getTextToDraw(-1); in calculateTextPositions()
418 mText3 = getTextToDraw(0); in calculateTextPositions()
419 mText4 = getTextToDraw(1); in calculateTextPositions()
420 mText5 = getTextToDraw(2); in calculateTextPositions()
423 private String getTextToDraw(int offset) { in getTextToDraw() method in VerticalTextSpinner