/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
D | CursorFactoryListAdapter.java | 34 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/ |
D | StickyHeaderListView.java | 269 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/ |
D | ViewImage.java | 822 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/ |
D | ThreadedCursorAdapter.java | 66 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/ |
D | StaggeredGridView.java | 2280 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/Launcher3/src/com/android/launcher3/util/ |
D | FocusLogic.java | 499 View newView = nextPage.getChildAt(column, row); in getAdjacentChildInNextPage() local 500 if (newView != null) { in getAdjacentChildInNextPage() 501 return newView; in getAdjacentChildInNextPage()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | LegacyPhoneNumberListAdapter.java | 80 protected ContactListItemView newView( in newView() method in LegacyPhoneNumberListAdapter 83 super.newView(context, partition, cursor, position, parent); in newView()
|
D | PostalAddressListAdapter.java | 115 protected ContactListItemView newView( in newView() method in PostalAddressListAdapter 117 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
|
D | EmailAddressListAdapter.java | 125 protected ContactListItemView newView( in newView() method in EmailAddressListAdapter 127 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
|
D | JoinContactListAdapter.java | 169 protected ContactListItemView newView( in newView() method in JoinContactListAdapter 174 return super.newView(context, partition, cursor, position, parent); in newView()
|
D | HeaderEntryContactListAdapter.java | 65 itemView = newView(getContext(), 0, getCursor(0), 0, parent); in getView()
|
D | LegacyContactListAdapter.java | 76 protected ContactListItemView newView( in newView() method in LegacyContactListAdapter
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
D | ContactEntryAdapter.java | 237 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/ |
D | WordListPreference.java | 103 final View newView = super.onCreateView(parent); in onCreateView() 104 return mInterfaceState.addToCacheAndReturnView(newView); in onCreateView()
|
/packages/apps/Music/src/com/android/music/ |
D | MediaPickerActivity.java | 242 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()
|
D | MusicPicker.java | 216 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()
|
D | AlbumBrowserActivity.java | 576 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/ContactsCommon/src/com/android/contacts/common/list/ |
D | ContactListAdapter.java | 197 protected ContactListItemView newView( in newView() method in ContactListAdapter 199 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
|
D | PhoneNumberListAdapter.java | 323 protected ContactListItemView newView( in newView() method in PhoneNumberListAdapter 325 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | RunningProcessesView.java | 290 v = newView(parent); in getView() 298 public View newView(ViewGroup parent) { in newView() method in RunningProcessesView.ServiceListAdapter
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastCursorAdapter.java | 46 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in CellBroadcastCursorAdapter
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | GalleryGridAdapter.java | 58 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/ |
D | PhotoThumbnailAdapter.java | 58 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in PhotoThumbnailAdapter
|
D | AlbumSetCursorAdapter.java | 71 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in AlbumSetCursorAdapter
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactListAdapter.java | 61 public View newView(final Context context, final Cursor cursor, final ViewGroup parent) { in newView() method in ContactListAdapter
|