OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhotoFragment
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/photos/
PhotoFragment.java
23
public class
PhotoFragment
extends Fragment {
/development/samples/training/threadsample/src/com/example/android/threadsample/
DisplayActivity.java
410
PhotoFragment
photoFragment
;
422
photoFragment
=
423
(
PhotoFragment
) fragmentManager1.findFragmentByTag(
431
if (null !=
photoFragment
) {
434
if (!urlString.equals(
photoFragment
.getURLString())) {
437
photoFragment
.setPhoto(urlString);
440
photoFragment
.loadPhoto();
446
photoFragment
= new
PhotoFragment
();
[
all
...]
PhotoFragment.java
32
public class
PhotoFragment
extends Fragment implements View.OnClickListener {
115
* The click listener becomes this class (
PhotoFragment
). The onClick() method in this
Completed in 603 milliseconds