OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhotoThumbnailFragment
(Results
1 - 2
of
2
) sorted by null
/development/samples/training/threadsample/src/com/example/android/threadsample/
DisplayActivity.java
245
// Adds the
PhotoThumbnailFragment
to the host View
247
new
PhotoThumbnailFragment
(), Constants.THUMBNAIL_FRAGMENT_TAG);
364
PhotoThumbnailFragment
localThumbnailFragment =
365
(
PhotoThumbnailFragment
) getSupportFragmentManager().findFragmentByTag(
496
PhotoThumbnailFragment
localThumbnailFragment =
497
(
PhotoThumbnailFragment
) localFragmentManager2.findFragmentByTag(
PhotoThumbnailFragment.java
46
*
PhotoThumbnailFragment
displays a GridView of picture thumbnails downloaded from Picasa
48
public class
PhotoThumbnailFragment
extends Fragment implements
174
* GridView,
PhotoThumbnailFragment
.onClick() is invoked.
386
localURL, true,
PhotoThumbnailFragment
.this.mEmptyDrawable);
428
PhotoThumbnailFragment
.this.mColumnWidth));
Completed in 199 milliseconds