Home
last modified time | relevance | path

Searched refs:localFragmentTransaction (Results 1 – 2 of 2) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoThumbnailFragment.java210 FragmentTransaction localFragmentTransaction = in onCreateView() local
214 localFragmentTransaction.hide(this); in onCreateView()
217 localFragmentTransaction.commit(); in onCreateView()
DDisplayActivity.java242 FragmentTransaction localFragmentTransaction = localFragmentManager
246 localFragmentTransaction.add(R.id.fragmentHost,
250 localFragmentTransaction.commit();