Home | History | Annotate | Download | only in widget

Lines Matching defs:mLabels

83         private String[] mLabels;
109 mLabels = labels;
129 if (mLabels != null) {
130 return mLabels.length;
146 return mLabels == null ? null : mLabels[index];
171 if (mLabels != null) {
172 setLabel1(mLabels[mIndex]);