OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPhotoIndex
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java
107
private Integer
mPhotoIndex
;
171
mPhotoIndex
= photoIndex;
297
if (
mPhotoIndex
!= null) {
298
mIntent.putExtra(EXTRA_PHOTO_INDEX, (int)
mPhotoIndex
);
305
if (mInitialPhotoUri != null &&
mPhotoIndex
!= null) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java
57
private int
mPhotoIndex
;
101
mPhotoIndex
= index;
140
childCount, new ViewIndexDistanceComparator(
mPhotoIndex
));
Completed in 74 milliseconds