Searched defs:label (Results 1 – 8 of 8) sorted by relevance
130 TextView label = (TextView) mSteps[i].getChildAt(0); in finishIt() local160 TextView label = new TextView(this); in newStep() local
176 private String label; field in SetTimerActivity.ListViewItem178 public ListViewItem(String label, long duration) { in ListViewItem()
39 TextView label = (TextView) findViewById(R.id.label); in onCreate() local
76 TextView label = (TextView)findViewById(R.id.label); in onCreate() local
63 TextView label = (TextView) picker.findViewById(R.id.bg_picker_label); in generatePickers() local
330 public Line addLine(String idEntryPrefix, int autofillType, String label, String text, in addLine()372 private Line(String idEntryPrefix, int autofillType, String label, String[] hints, in Line()
171 final CharSequence label; field in AppListFragment.ApplicationItem
58 public String label = null; field in TouchDisplayView.TouchHistory