Class PicturePagerActivity

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void onConfigurationChanged(Configuration newConfig)
      void finish()
      boolean onLongClick(View v)
      boolean onPictureLongClick(View v, Uri thumbUri, Uri largeImageUri) Handles long press on an image.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PicturePagerActivity

        PicturePagerActivity()
    • Method Detail

      • onPictureLongClick

         boolean onPictureLongClick(View v, Uri thumbUri, Uri largeImageUri)

        Handles long press on an image.

        Parameters:
        v - the PhotoView displaying the image
        thumbUri - the thumbnail Uri
        largeImageUri - the original image Uri
        Returns:

        true to consume the event and skip default handling