Home | History | Annotate | Download | only in widget

Lines Matching refs:mTexts

1658         private List<String> mTexts;
1662 mTexts = texts;
1667 if (mTexts != null) {
1668 if (position < mTexts.size()) {
1669 return mTexts.get(position);
1677 return (mTexts == null) ? 0 : mTexts.size();
1707 textView.setText(mTexts.get(position));
1715 mTexts = texts;