Searched defs:newView (Results 1 - 25 of 35) sorted by relevance

12

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastCursorAdapter.java46 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:CellBroadcastCursorAdapter
59 * @param view Existing view, returned earlier by newView
/packages/apps/Gallery2/src/com/android/photos/adapters/
H A DAlbumSetCursorAdapter.java71 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:AlbumSetCursorAdapter
H A DPhotoThumbnailAdapter.java58 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:PhotoThumbnailAdapter
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DGalleryGridAdapter.java58 public View newView(final Context context, final Cursor cursor, final ViewGroup parent) { method in class:GalleryGridAdapter
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DCursorFactoryListAdapter.java34 public View newView(Context context, ViewGroup parent); method in interface:CursorFactoryListAdapter.ViewFactory
49 public View newView(Context context, ViewGroup parent) { method in class:CursorFactoryListAdapter.ResourceViewFactory
67 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:CursorFactoryListAdapter
68 View view = mViewFactory.newView(context, parent);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyContactListAdapter.java73 protected ContactListItemView newView( method in class:LegacyContactListAdapter
H A DEmailAddressListAdapter.java123 protected ContactListItemView newView( method in class:EmailAddressListAdapter
125 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
H A DJoinContactListAdapter.java166 protected ContactListItemView newView( method in class:JoinContactListAdapter
171 return super.newView(context, partition, cursor, position, parent);
H A DLegacyPhoneNumberListAdapter.java77 protected ContactListItemView newView( method in class:LegacyPhoneNumberListAdapter
80 super.newView(context, partition, cursor, position, parent);
H A DLegacyPostalAddressListAdapter.java78 protected ContactListItemView newView( method in class:LegacyPostalAddressListAdapter
H A DMultiSelectEmailAddressesListAdapter.java135 protected ContactListItemView newView( method in class:MultiSelectEmailAddressesListAdapter
137 final ContactListItemView view = super.newView(context, partition, cursor, position, parent);
H A DMultiSelectPhoneNumbersListAdapter.java135 protected ContactListItemView newView( method in class:MultiSelectPhoneNumbersListAdapter
137 final ContactListItemView view = super.newView(context, partition, cursor, position, parent);
H A DPostalAddressListAdapter.java113 protected ContactListItemView newView( method in class:PostalAddressListAdapter
115 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
H A DContactListAdapter.java220 protected ContactListItemView newView( method in class:ContactListAdapter
222 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
H A DPhoneNumberListAdapter.java374 protected ContactListItemView newView( method in class:PhoneNumberListAdapter
376 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
H A DGalleryGridAdapter.java66 view = newView(context, getCursor(), parent);
91 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:GalleryGridAdapter
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBlockedParticipantsFragment.java85 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:BlockedParticipantsFragment.BlockedParticipantListAdapter
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactListAdapter.java61 public View newView(final Context context, final Cursor cursor, final ViewGroup parent) { method in class:ContactListAdapter
/packages/apps/Music/src/com/android/music/
H A DMediaPickerActivity.java223 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:MediaPickerActivity.PickListAdapter
224 View v = super.newView(context, cursor, parent);
H A DAlbumBrowserActivity.java562 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:AlbumBrowserActivity.AlbumListAdapter
563 View v = super.newView(context, cursor, parent);
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactEntryAdapter.java237 v = newView(position, parent);
251 protected abstract View newView(int position, ViewGroup parent); method in class:ContactEntryAdapter
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMembersAdapter.java138 protected ContactListItemView newView(Context context, int partition, Cursor cursor, method in class:GroupMembersAdapter
141 super.newView(context, partition, cursor, position, parent);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactListAdapter.java64 protected ContactListItemView newView( method in class:ContactListAdapter
66 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
H A DPhoneNumberListAdapter.java293 protected ContactListItemView newView( method in class:PhoneNumberListAdapter
295 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DDialerPhoneNumberListAdapter.java122 protected ContactListItemView newView( method in class:DialerPhoneNumberListAdapter
124 final ContactListItemView view = super.newView(context, partition, cursor, position, parent);

Completed in 402 milliseconds

12