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

12

/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/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDateSortedDownloadAdapter.java47 convertView = mDelegate.newView();
H A DDownloadAdapter.java83 public View newView() { method in class:DownloadAdapter
207 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:DownloadAdapter
208 return newView();
/packages/apps/Calendar/src/com/android/calendar/
H A DStickyHeaderListView.java269 boolean newView = false;
280 newView = true;
290 newView = true;
327 if (newView) {
/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/Contacts/src/com/android/contacts/list/
H A DLegacyContactListAdapter.java73 protected View newView(Context context, int partition, Cursor cursor, int position, method in class:LegacyContactListAdapter
H A DLegacyPhoneNumberListAdapter.java77 protected View newView(Context context, int partition, Cursor cursor, int position, method in class:LegacyPhoneNumberListAdapter
H A DLegacyPostalAddressListAdapter.java78 protected View newView(Context context, int partition, Cursor cursor, int position, method in class:LegacyPostalAddressListAdapter
H A DJoinContactListAdapter.java165 protected View newView(Context context, int partition, Cursor cursor, int position, method in class:JoinContactListAdapter
170 return super.newView(context, partition, cursor, position, parent);
H A DPostalAddressListAdapter.java108 protected View newView(Context context, int partition, Cursor cursor, int position, method in class:PostalAddressListAdapter
H A DEmailAddressListAdapter.java118 protected View newView(Context context, int partition, Cursor cursor, int position, method in class:EmailAddressListAdapter
H A DContactListAdapter.java186 protected View newView(Context context, int partition, Cursor cursor, int position, method in class:ContactListAdapter
H A DPhoneNumberListAdapter.java211 protected View newView(Context context, int partition, Cursor cursor, int position, method in class:PhoneNumberListAdapter
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationListAdapter.java66 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:ConversationListAdapter
/packages/apps/Browser/src/com/android/browser/util/
H A DThreadedCursorAdapter.java66 public View newView(Context context, Cursor cursor, ViewGroup parent) {
165 convertView = newView(mContext, parent);
208 public abstract View newView(Context context, ViewGroup parent); method in class:ThreadedCursorAdapter
/packages/apps/Settings/src/com/android/settings/
H A DDeviceAdminSettings.java158 v = newView(parent);
166 public View newView(ViewGroup parent) { method in class:DeviceAdminSettings.PolicyListAdapter
/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/Browser/src/com/android/browser/
H A DBrowserBookmarksAdapter.java57 public View newView(Context context, ViewGroup parent) { method in class:BrowserBookmarksAdapter
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DPinnedHeaderListDemoActivity.java67 protected View newView(Context context, int partition, Cursor cursor, int position, method in class:PinnedHeaderListDemoActivity.TestPinnedHeaderListAdapter
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxMoveToAdapter.java113 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:MailboxMoveToAdapter
/packages/apps/Music/src/com/android/music/
H A DMediaPickerActivity.java242 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:MediaPickerActivity.PickListAdapter
243 View v = super.newView(context, cursor, parent);
H A DMusicPicker.java216 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:MusicPicker.TrackListAdapter
217 View v = super.newView(context, cursor, parent);
/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java822 ImageViewTouchBase newView =
824 newView.setVisibility(View.VISIBLE);
825 newView.setImageRotateBitmapResetBase(bitmap, true);
826 newView.bringToFront();
839 newView.startAnimation(aIn);
840 newView.setVisibility(View.VISIBLE);
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java286 v = newView(parent);
294 public View newView(ViewGroup parent) { method in class:RunningProcessesView.ServiceListAdapter
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClock.java559 v = newView(mContext, getCursor(), parent);
565 v = newView(mContext, getCursor(), parent);
575 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:AlarmClock.AlarmItemAdapter

Completed in 448 milliseconds

12