OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
550
final CheckableImageView
typeView
= (CheckableImageView) getLayoutInflater().inflate(
554
typeView
.setTag(mimeType);
560
typeView
.setChecked(false);
561
typeView
.setContentDescription(descrip);
562
typeView
.setImageDrawable(icon);
563
typeView
.setOnClickListener(mTypeViewClickListener);
565
return
typeView
;
/packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java
272
final TextView
typeView
= (TextView) field.findViewById(R.id.type);
274
typeView
.setText(type);
276
typeView
.setVisibility(View.GONE);
/packages/apps/Contacts/src/com/android/contacts/interactions/
PhoneNumberInteraction.java
165
final TextView
typeView
= (TextView) view.findViewById(android.R.id.text1);
173
typeView
.setText(header.inflateUsing(getContext(), values));
175
typeView
.setText(R.string.call_other);
Completed in 1171 milliseconds