Home
last modified time | relevance | path

Searched defs:newView (Results 1 – 25 of 29) 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/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/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastCursorAdapter.java46 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in CellBroadcastCursorAdapter
/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/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/Browser/src/com/android/browser/
DBrowserBookmarksAdapter.java57 public View newView(Context context, ViewGroup parent) { in newView() method in BrowserBookmarksAdapter
/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/Browser/src/com/android/browser/util/
DThreadedCursorAdapter.java208 public abstract View newView(Context context, ViewGroup parent); in newView() method in ThreadedCursorAdapter
/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.java197 protected ContactListItemView newView( in newView() method in ContactListAdapter
DPhoneNumberListAdapter.java323 protected ContactListItemView newView( in newView() method in PhoneNumberListAdapter
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java499 View newView = nextPage.getChildAt(column, row); in getAdjacentChildInNextPage() local
/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java298 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