OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SinglePhotoPage
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
SinglePhotoPage.java
19
public class
SinglePhotoPage
extends PhotoPage {
ActivityState.java
172
if (outgoing ==
SinglePhotoPage
.class && incoming == AlbumPage.class) {
174
} else if (outgoing == AlbumPage.class && incoming ==
SinglePhotoPage
.class) {
GalleryActivity.java
226
getStateManager().startState(
SinglePhotoPage
.class, data);
AlbumPage.java
311
SinglePhotoPage
.class, REQUEST_PHOTO, data);
PhotoPage.java
[
all
...]
Completed in 739 milliseconds