Searched refs:mLabels (Results 1 – 6 of 6) sorted by relevance
44 private String [] mLabels = new String[DAY_COUNT]; field in DateSorter73 mLabels[0] = localeData.today; in DateSorter()74 mLabels[1] = localeData.yesterday; in DateSorter()78 mLabels[2] = String.format(format, NUM_DAYS_AGO); in DateSorter()80 mLabels[3] = context.getString(com.android.internal.R.string.last_month); in DateSorter()81 mLabels[4] = context.getString(com.android.internal.R.string.older); in DateSorter()104 return mLabels[index]; in getLabel()
75 private List<String> mLabels = Lists.newArrayList(); field in ListWithFooterViewAndNewLabels.MyAdapter82 return mLabels.size(); in getCount()86 return mLabels.get(position); in getItem()94 String label = mLabels.get(position); in getView()107 mLabels.add(s + mLabels.size()); in addLabel()
41 setListAdapter(new MyAdapter(this, mLabels)); in onCreate()44 String[] mLabels = { field in ListOfButtons51 return mLabels; in getLabels()
32 private final TextView[] mLabels; field in UsageView39 mLabels = new TextView[] { in UsageView()57 for (TextView v : mLabels) { in UsageView()124 if (labels.length != mLabels.length) { in setSideLabels()127 for (int i = 0; i < mLabels.length; i++) { in setSideLabels()128 mLabels[i].setText(labels[i]); in setSideLabels()
82 private String[] mLabels; field in PlaybackControlsRow.MultiAction108 mLabels = labels; in setLabels()128 if (mLabels != null) { in getActionCount()129 return mLabels.length; in getActionCount()145 return mLabels == null ? null : mLabels[index]; in getLabel()170 if (mLabels != null) {171 setLabel1(mLabels[mIndex]);
137 if (mLabels.containsKey(label)) { in setLabel()144 mLabels.put(label, this); in setLabel()274 targetLabelInstruction = mLabels.get(mTargetLabel); in calculateTargetLabelOffset()359 private final HashMap<String, Instruction> mLabels = new HashMap<String, Instruction>(); field in ApfGenerator