Home
last modified time | relevance | path

Searched refs:newView (Results 1 – 25 of 36) 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
68 View view = mViewFactory.newView(context, parent); in newView()
/packages/apps/Calendar/src/com/android/calendar/
DStickyHeaderListView.java229 boolean newView = false; in updateStickyHeader()
237 newView = true; in updateStickyHeader()
247 newView = true; in updateStickyHeader()
270 if (newView) { in updateStickyHeader()
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DDownloadAdapter.java83 public View newView() { in newView() method in DownloadAdapter
200 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in DownloadAdapter
201 return newView(); in newView()
DDateSortedDownloadAdapter.java47 convertView = mDelegate.newView(); in getChildView()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastListAdapter.java44 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in CellBroadcastListAdapter
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactEntryAdapter.java237 v = newView(position, parent); in getView()
251 protected abstract View newView(int position, ViewGroup parent); in newView() method in ContactEntryAdapter
/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListAdapter.java189 protected View newView(Context context, int partition, Cursor cursor, int position, in newView() method in JoinContactListAdapter
194 return super.newView(context, partition, cursor, position, parent); in newView()
DLegacyContactListAdapter.java73 protected View newView(Context context, int partition, Cursor cursor, int position, in newView() method in LegacyContactListAdapter
DLegacyPhoneNumberListAdapter.java77 protected View newView(Context context, int partition, Cursor cursor, int position, in newView() method in LegacyPhoneNumberListAdapter
DLegacyPostalAddressListAdapter.java78 protected View newView(Context context, int partition, Cursor cursor, int position, in newView() method in LegacyPostalAddressListAdapter
DPostalAddressListAdapter.java108 protected View newView(Context context, int partition, Cursor cursor, int position, in newView() method in PostalAddressListAdapter
DEmailAddressListAdapter.java119 protected View newView(Context context, int partition, Cursor cursor, int position, in newView() method in EmailAddressListAdapter
DPhoneNumberListAdapter.java217 protected View newView(Context context, int partition, Cursor cursor, int position, in newView() method in PhoneNumberListAdapter
DContactListAdapter.java216 protected View newView(Context context, int partition, Cursor cursor, int position, in newView() method in ContactListAdapter
/packages/apps/Settings/src/com/android/settings/
DDeviceAdminSettings.java158 v = newView(parent); in getView()
166 public View newView(ViewGroup parent) { in newView() method in DeviceAdminSettings.PolicyListAdapter
/packages/apps/Mms/src/com/android/mms/ui/
DConversationListAdapter.java67 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ConversationListAdapter
/packages/apps/Gallery/src/com/android/camera/
DViewImage.java822 ImageViewTouchBase newView = in loadNextImage()
824 newView.setVisibility(View.VISIBLE); in loadNextImage()
825 newView.setImageRotateBitmapResetBase(bitmap, true); in loadNextImage()
826 newView.bringToFront(); in loadNextImage()
839 newView.startAnimation(aIn); in loadNextImage()
840 newView.setVisibility(View.VISIBLE); in loadNextImage()
/packages/apps/Music/src/com/android/music/
DMediaPickerActivity.java242 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in MediaPickerActivity.PickListAdapter
243 View v = super.newView(context, cursor, parent); in newView()
DMusicPicker.java216 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in MusicPicker.TrackListAdapter
217 View v = super.newView(context, cursor, parent); in newView()
DAlbumBrowserActivity.java576 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in AlbumBrowserActivity.AlbumListAdapter
577 View v = super.newView(context, cursor, parent); in newView()
/packages/apps/Contacts/src/com/android/contacts/widget/
DPinnedHeaderListDemoActivity.java67 protected View newView(Context context, int partition, Cursor cursor, int position, in newView() method in PinnedHeaderListDemoActivity.TestPinnedHeaderListAdapter
/packages/apps/Browser/src/com/android/browser/
DBrowserBookmarksAdapter.java114 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in BrowserBookmarksAdapter
/packages/apps/Email/src/com/android/email/activity/
DMailboxMoveToAdapter.java113 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in MailboxMoveToAdapter
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
DVoiceInput.java189 newView(); in VoiceInput()
415 public void newView() { in newView() method in VoiceInput
/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java273 v = newView(parent); in getView()
281 public View newView(ViewGroup parent) { in newView() method in RunningProcessesView.ServiceListAdapter

12