Home
last modified time | relevance | path

Searched refs:viewGroup (Results 1 – 3 of 3) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoFragment.java102 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()
DPhotoThumbnailFragment.java124 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/
DContactsListFragment.java694 public View newView(Context context, Cursor cursor, ViewGroup viewGroup) { in newView() argument
697 mInflater.inflate(R.layout.contact_list_item, viewGroup, false); in newView()