Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DVerticalTextSpinner.java72 private boolean mWrapAround = true; field in VerticalTextSpinner
165 mWrapAround = wrap; in setWrapAround()
190 return (mCurrentSelectedPos > 0) || mWrapAround; in canScrollDown()
194 return ((mCurrentSelectedPos < (mTextList.length - 1)) || mWrapAround); in canScrollUp()
358 if (newPos < 0 || ((newPos >= mTextList.length - 1) && !mWrapAround)) { in onDraw()
371 if (newPos < 0 || (newPos == 0 && !mWrapAround)) { in onDraw()
434 if (mWrapAround) { in getNewIndex()
440 if (mWrapAround) { in getNewIndex()