Home
last modified time | relevance | path

Searched refs:newView (Results 1 – 25 of 38) 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.java269 boolean newView = false; in updateStickyHeader()
280 newView = true; in updateStickyHeader()
290 newView = true; in updateStickyHeader()
327 if (newView) { in updateStickyHeader()
/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/Browser/src/com/android/browser/util/
DThreadedCursorAdapter.java66 public View newView(Context context, Cursor cursor, ViewGroup parent) { in ThreadedCursorAdapter()
165 convertView = newView(mContext, parent); in getView()
208 public abstract View newView(Context context, ViewGroup parent); in newView() method in ThreadedCursorAdapter
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
DStaggeredGridView.java2280 View newView = null;
2286 newView = obtainView(position);
2288 newView = obtainView(position, child);
2292 lp = (LayoutParams) newView.getLayoutParams();
2294 if (newView != child) {
2304 if (newView.getParent() == this) {
2305 detachViewFromParent(newView);
2306 attachViewToParent(newView, i, lp);
2308 addViewInLayout(newView, i, lp);
2312 child = newView;
/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyPhoneNumberListAdapter.java80 protected ContactListItemView newView( in newView() method in LegacyPhoneNumberListAdapter
83 super.newView(context, partition, cursor, position, parent); in newView()
DPostalAddressListAdapter.java115 protected ContactListItemView newView( in newView() method in PostalAddressListAdapter
117 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
DEmailAddressListAdapter.java125 protected ContactListItemView newView( in newView() method in EmailAddressListAdapter
127 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
DJoinContactListAdapter.java169 protected ContactListItemView newView( in newView() method in JoinContactListAdapter
174 return super.newView(context, partition, cursor, position, parent); in newView()
DHeaderEntryContactListAdapter.java65 itemView = newView(getContext(), 0, getCursor(0), 0, parent); in getView()
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DWordListPreference.java109 final View newView = super.onCreateView(parent); in onCreateView()
110 return mInterfaceState.addToCacheAndReturnView(newView); in onCreateView()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListAdapter.java197 protected ContactListItemView newView( in newView() method in ContactListAdapter
199 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
DPhoneNumberListAdapter.java293 protected ContactListItemView newView( in newView() method in PhoneNumberListAdapter
295 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
/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/Settings/src/com/android/settings/notification/
DManagedServiceSettings.java299 v = newView(parent);
307 public View newView(ViewGroup parent) {
DNotificationAppList.java245 v = newView(parent, r); in getView()
253 public View newView(ViewGroup parent, Row r) { in newView() method in NotificationAppList.NotificationAppAdapter
/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java290 v = newView(parent); in getView()
298 public View newView(ViewGroup parent) { in newView() method in RunningProcessesView.ServiceListAdapter
/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/UnifiedEmail/src/com/android/mail/ui/
DAnimatedAdapter.java554 convertView = newView(mContext, cursor, parent); in getView()
777 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in AnimatedAdapter
/packages/apps/Gallery2/src/com/android/photos/adapters/
DPhotoThumbnailAdapter.java58 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in PhotoThumbnailAdapter
DAlbumSetCursorAdapter.java71 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in AlbumSetCursorAdapter
/packages/apps/Mms/src/com/android/mms/ui/
DConversationListAdapter.java67 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ConversationListAdapter

12