HomeSort by relevance Sort by last modified time
    Searched full:contactitem (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ContactsExpansion.java 66 View contactItem = inflater.inflate(R.layout.contact_collapsed, container, false);
67 ImageView thumbnailView = (ImageView) contactItem.findViewById(R.id.contact_picture);
69 ((TextView)contactItem.findViewById(R.id.contact_name)).setText(contactsData[dataIndex++]);
70 ((TextView)contactItem.findViewById(R.id.contact_street)).
72 ((TextView)contactItem.findViewById(R.id.contact_city)).setText(contactsData[dataIndex++]);
73 ((TextView)contactItem.findViewById(R.id.contact_phone)).setText(contactsData[dataIndex++]);
74 ((TextView)contactItem.findViewById(R.id.contact_email)).setText(contactsData[dataIndex++]);
75 container.addView(contactItem);
84 contactItem.setOnClickListener(new View.OnClickListener() {
  /frameworks/base/docs/html/topic/libraries/data-binding/
index.jd 713 <data class="ContactItem">
718 This generates the binding class as <code>ContactItem</code> in the
725 &lt;data class=".ContactItem"&gt;
730 In this case, <code>ContactItem</code> is generated in the module package
735 &lt;data class="com.example.ContactItem"&gt;
    [all...]

Completed in 171 milliseconds