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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 34 public static final String EXTRA_INITIAL_PHOTO_URI = "initial_photo_uri";
230 mIntent.putExtra(EXTRA_INITIAL_PHOTO_URI, mInitialPhotoUri);
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 222 if (intent.hasExtra(Intents.EXTRA_INITIAL_PHOTO_URI)) {
223 mCurrentPhotoUri = intent.getStringExtra(Intents.EXTRA_INITIAL_PHOTO_URI);
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 221 if (intent.hasExtra(Intents.EXTRA_INITIAL_PHOTO_URI)) {
222 mCurrentPhotoUri = intent.getStringExtra(Intents.EXTRA_INITIAL_PHOTO_URI);
    [all...]

Completed in 97 milliseconds