Home
last modified time | relevance | path

Searched defs:itemView (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
DMessagesAdapter.java93 void onAdapterFavoriteChanged(MessageListItem itemView, boolean newFavorite); in onAdapterFavoriteChanged()
95 void onAdapterSelectedChanged(MessageListItem itemView, boolean newSelected, in onAdapterSelectedChanged()
177 public boolean isSelected(MessageListItem itemView) { in isSelected()
184 MessageListItem itemView = (MessageListItem) view; in bindView() local
225 public void toggleSelected(MessageListItem itemView) { in toggleSelected()
237 private void updateSelected(MessageListItem itemView, boolean newSelected) { in updateSelected()
256 public void updateFavorite(MessageListItem itemView, boolean newFavorite) { in updateFavorite()
DMessageListFragment.java597 MessageListItem itemView = (MessageListItem) view; in onListItemClick() local
769 private void toggleSelection(MessageListItem itemView) { in toggleSelection()
1058 public void onAdapterFavoriteChanged(MessageListItem itemView, boolean newFavorite) { in onAdapterFavoriteChanged()
1064 public void onAdapterSelectedChanged(MessageListItem itemView, boolean newSelected, in onAdapterSelectedChanged()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactNameHighlightingAnimation.java43 View itemView = mListView.getChildAt(i); in invalidate() local
DLegacyContactListAdapter.java81 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DDefaultContactListAdapter.java219 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DLegacyPhoneNumberListAdapter.java85 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DLegacyPostalAddressListAdapter.java86 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DEmailAddressListAdapter.java128 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DPostalAddressListAdapter.java117 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DPhoneFavoriteMergedAdapter.java164 final ContactListItemView itemView = (ContactListItemView) in getView() local
DJoinContactListAdapter.java206 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DPhoneNumberListAdapter.java227 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaByDayAdapter.java238 View itemView = mAgendaAdapter.getView(row.mPosition, convertView, parent); in getView() local