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

/packages/apps/Music/src/com/android/music/
H A DVerticalTextSpinner.java77 private String[] mTextList; field in class:VerticalTextSpinner
145 mTextList = textList;
189 return ((mCurrentSelectedPos < (mTextList.length - 1)) || mWrapAround);
264 if (mTextList == null) {
337 mListener.onChanged(this, oldPos, mCurrentSelectedPos, mTextList);
340 if (newPos < 0 || ((newPos >= mTextList.length - 1) && !mWrapAround)) {
350 mListener.onChanged(this, oldPos, mCurrentSelectedPos, mTextList);
371 if ("".equals(mTextList[mCurrentSelectedPos])) {
410 return mTextList[index];
417 index += mTextList
[all...]

Completed in 26 milliseconds