Home | History | Annotate | Download | only in ui

Lines Matching refs:LABEL

58         Phone.LABEL,                // 4
90 String label = cursor.getString(RecipientsAdapter.LABEL_INDEX);
91 CharSequence displayLabel = Phone.getDisplayLabel(mContext, type, label);
122 out.setSpan(new Annotation("label", displayLabel.toString()), 0, len,
135 TextView label = (TextView) view.findViewById(R.id.label);
139 // When there's no label, getDisplayLabel() returns a CharSequence of length==1 containing
140 // a unicode non-breaking space. Need to check for that and consider that as "no label".
143 label.setVisibility(View.GONE);
145 label.setText(labelText);
146 label.setVisibility(View.VISIBLE);
199 * to display the default label ("Home") next to the transformation
202 result.add("\u00A0"); // LABEL