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

/packages/apps/Music/src/com/android/music/
H A DVerticalTextSpinner.java70 private boolean mWrapAround = true; field in class:VerticalTextSpinner
161 mWrapAround = wrap;
185 return (mCurrentSelectedPos > 0) || mWrapAround;
189 return ((mCurrentSelectedPos < (mTextList.length - 1)) || mWrapAround);
340 if (newPos < 0 || ((newPos >= mTextList.length - 1) && !mWrapAround)) {
353 if (newPos < 0 || (newPos == 0 && !mWrapAround)) {
416 if (mWrapAround) {
422 if (mWrapAround) {

Completed in 246 milliseconds