Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DDisplayActivity.java410 PhotoFragment photoFragment;
423 (PhotoFragment) fragmentManager1.findFragmentByTag(
446 photoFragment = new PhotoFragment();
DPhotoFragment.java32 public class PhotoFragment extends Fragment implements View.OnClickListener { class