HomeSort by relevance Sort by last modified time
    Searched refs:mPhotoIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 105 private Integer mPhotoIndex;
158 mPhotoIndex = photoIndex;
276 if (mPhotoIndex != null) {
277 mIntent.putExtra(EXTRA_PHOTO_INDEX, (int) mPhotoIndex);
284 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 553 milliseconds