Searched refs:viewGroup (Results 1 – 3 of 3) sorted by relevance
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoFragment.java | 102 public View onCreateView(LayoutInflater inflater, ViewGroup viewGroup, Bundle bundle) { in onCreateView() argument 103 super.onCreateView(inflater, viewGroup, bundle); in onCreateView() 109 View localView = inflater.inflate(R.layout.photo, viewGroup, false); in onCreateView()
|
D | PhotoThumbnailFragment.java | 124 public View onCreateView(LayoutInflater inflater, ViewGroup viewGroup, Bundle bundle) { in onCreateView() argument 127 super.onCreateView(inflater, viewGroup, bundle); in onCreateView() 133 View localView = inflater.inflate(R.layout.gridlist, viewGroup, false); in onCreateView() 407 public View newView(Context context, Cursor cursor, ViewGroup viewGroup) { in newView() argument
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
D | ContactsListFragment.java | 694 public View newView(Context context, Cursor cursor, ViewGroup viewGroup) { in newView() argument 697 mInflater.inflate(R.layout.contact_list_item, viewGroup, false); in newView()
|