HomeSort by relevance Sort by last modified time
    Searched refs:typeView (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 572 final CheckableImageView typeView = (CheckableImageView) getLayoutInflater().inflate(
576 typeView.setTag(mimeType);
582 typeView.setChecked(false);
583 typeView.setContentDescription(descrip);
584 typeView.setImageDrawable(icon);
585 typeView.setOnClickListener(mTypeViewClickListener);
587 return typeView;
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 269 final TextView typeView = (TextView) field.findViewById(R.id.type);
271 typeView.setText(type);
273 typeView.setVisibility(View.GONE);
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 166 final TextView typeView = (TextView) view.findViewById(android.R.id.text1);
170 typeView.setText(value);

Completed in 802 milliseconds