Home
last modified time | relevance | path

Searched defs:newView (Results 1 – 25 of 26) sorted by relevance

12

/packages/experimental/LoaderApp/src/com/android/loaderapp/
DCursorFactoryListAdapter.java34 public View newView(Context context, ViewGroup parent); in newView() method
49 public View newView(Context context, ViewGroup parent) { in newView() method in CursorFactoryListAdapter.ResourceViewFactory
67 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in CursorFactoryListAdapter
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastCursorAdapter.java46 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in CellBroadcastCursorAdapter
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridAdapter.java58 public View newView(final Context context, final Cursor cursor, final ViewGroup parent) { in newView() method in GalleryGridAdapter
/packages/apps/Gallery2/src/com/android/photos/adapters/
DAlbumSetCursorAdapter.java71 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in AlbumSetCursorAdapter
DPhotoThumbnailAdapter.java58 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in PhotoThumbnailAdapter
/packages/apps/TV/src/com/android/tv/menu/
DMenuView.java206 View newView = super.focusSearch(focused, direction); in focusSearch() local
221 View newView = super.focusSearch(focused, direction); in focusSearch() local
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListAdapter.java61 public View newView(final Context context, final Cursor cursor, final ViewGroup parent) { in newView() method in ContactListAdapter
/packages/apps/Messaging/src/com/android/messaging/ui/
DBlockedParticipantsFragment.java85 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in BlockedParticipantsFragment.BlockedParticipantListAdapter
/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyContactListAdapter.java76 protected ContactListItemView newView( in newView() method in LegacyContactListAdapter
DLegacyPostalAddressListAdapter.java81 protected ContactListItemView newView( in newView() method in LegacyPostalAddressListAdapter
DLegacyPhoneNumberListAdapter.java80 protected ContactListItemView newView( in newView() method in LegacyPhoneNumberListAdapter
DPostalAddressListAdapter.java115 protected ContactListItemView newView( in newView() method in PostalAddressListAdapter
DEmailAddressListAdapter.java125 protected ContactListItemView newView( in newView() method in EmailAddressListAdapter
DJoinContactListAdapter.java169 protected ContactListItemView newView( in newView() method in JoinContactListAdapter
/packages/apps/Dialer/src/com/android/dialer/list/
DDialerPhoneNumberListAdapter.java114 protected ContactListItemView newView( in newView() method in DialerPhoneNumberListAdapter
/packages/apps/Music/src/com/android/music/
DMediaPickerActivity.java242 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in MediaPickerActivity.PickListAdapter
DMusicPicker.java216 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in MusicPicker.TrackListAdapter
DAlbumBrowserActivity.java576 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in AlbumBrowserActivity.AlbumListAdapter
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactEntryAdapter.java251 protected abstract View newView(int position, ViewGroup parent); in newView() method in ContactEntryAdapter
DContactFragment.java702 protected View newView(int position, ViewGroup parent) { in newView() method in ContactFragment.ViewAdapter
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListAdapter.java216 protected ContactListItemView newView( in newView() method in ContactListAdapter
DPhoneNumberListAdapter.java374 protected ContactListItemView newView( in newView() method in PhoneNumberListAdapter
DContactEntryListAdapter.java122 protected ContactListItemView newView( in newView() method in ContactEntryListAdapter
/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java297 public View newView(ViewGroup parent) { in newView() method in RunningProcessesView.ServiceListAdapter
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAnimatedAdapter.java777 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in AnimatedAdapter

12