| /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
| CellBroadcastCursorAdapter.java | 46 public View newView(Context context, Cursor cursor, ViewGroup parent) { 59 * @param view Existing view, returned earlier by newView
|
| /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
| LayoutChangesActivity.java | 81 final ViewGroup newView = (ViewGroup) LayoutInflater.from(this).inflate( 85 ((TextView) newView.findViewById(android.R.id.text1)).setText( 89 newView.findViewById(R.id.delete_button).setOnClickListener(new View.OnClickListener() { 95 mContainerView.removeView(newView); 106 mContainerView.addView(newView, 0);
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowResourceCursorAdapter.java | 79 * @see android.widget.CursorAdapter#newView(android.content.Context, 83 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
| /frameworks/base/core/java/android/widget/ |
| ResourceCursorAdapter.java | 99 * @see android.widget.CursorAdapter#newView(android.content.Context, 103 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
| CursorAdapter.java | 250 v = newView(mContext, mCursor, parent); 283 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); 294 return newView(context, cursor, parent); 299 * @param view Existing view, returned earlier by newView
|
| /frameworks/support/v4/java/android/support/v4/widget/ |
| ResourceCursorAdapter.java | 101 * @see android.widget.CursorAdapter#newView(android.content.Context, 105 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
| CursorAdapter.java | 252 v = newView(mContext, mCursor, parent); 285 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); 296 return newView(context, cursor, parent); 301 * @param view Existing view, returned earlier by newView
|
| /packages/apps/Gallery2/src/com/android/photos/adapters/ |
| AlbumSetCursorAdapter.java | 71 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
| PhotoThumbnailAdapter.java | 58 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
| /packages/experimental/LoaderApp/src/com/android/loaderapp/ |
| CursorFactoryListAdapter.java | 34 public View newView(Context context, ViewGroup parent); 49 public View newView(Context context, ViewGroup parent) { 67 public View newView(Context context, Cursor cursor, ViewGroup parent) { 68 View view = mViewFactory.newView(context, parent);
|
| /cts/tests/tests/view/src/android/view/animation/cts/ |
| GridLayoutAnimCtsActivity.java | 95 ImageView newView = new ImageView(GridLayoutAnimCtsActivity.this); 98 newView.setLayoutParams(params); 99 newView.setImageResource(R.drawable.size_48x48); 100 return newView;
|
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| AutoComplete4.java | 63 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
| /packages/apps/Browser/src/com/android/browser/ |
| BrowserBookmarksAdapter.java | 57 public View newView(Context context, ViewGroup parent) {
|
| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| QuickContactsDemo.java | 88 public View newView(Context context, Cursor cursor, ViewGroup parent) { 89 View view = super.newView(context, cursor, parent);
|
| /frameworks/ex/common/tests/src/com/android/common/widget/ |
| CompositeCursorAdapterTest.java | 58 protected View newView(Context context, int sectionIndex, Cursor cursor, int position,
|
| /packages/apps/Contacts/src/com/android/contacts/list/ |
| LegacyContactListAdapter.java | 76 protected ContactListItemView newView(
|
| LegacyPhoneNumberListAdapter.java | 80 protected ContactListItemView newView( 83 super.newView(context, partition, cursor, position, parent);
|
| LegacyPostalAddressListAdapter.java | 81 protected ContactListItemView newView(
|
| EmailAddressListAdapter.java | 125 protected ContactListItemView newView( 127 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
|
| /packages/apps/Contacts/src/com/android/contacts/widget/ |
| PinnedHeaderListDemoActivity.java | 68 protected View newView(Context context, int partition, Cursor cursor, int position,
|
| /packages/apps/Mms/src/com/android/mms/ui/ |
| ConversationListAdapter.java | 67 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
| /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
| CursorAdapterTest.java | 112 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
| PseudoGridView.java | 180 View newView = mAdapter.getView(i, oldView, viewGroup); 183 viewGroup.addView(newView); 184 } else if (oldView != newView) { 187 viewGroup.addView(newView, i);
|
| /frameworks/opt/chips/src/com/android/ex/chips/ |
| DropdownChipLayouter.java | 139 public View newView(AdapterType type) {
|
| /packages/apps/Browser/src/com/android/browser/util/ |
| ThreadedCursorAdapter.java | 66 public View newView(Context context, Cursor cursor, ViewGroup parent) { 165 convertView = newView(mContext, parent); 208 public abstract View newView(Context context, ViewGroup parent);
|