Package ai.nexconn.chatui.activity
Class PicturePagerActivity
-
- All Implemented Interfaces:
public class PicturePagerActivity
-
-
Constructor Summary
Constructors Constructor Description PicturePagerActivity()
-
Method Summary
Modifier and Type Method Description voidonConfigurationChanged(Configuration newConfig)voidfinish()booleanonLongClick(View v)booleanonPictureLongClick(View v, Uri thumbUri, Uri largeImageUri)Handles long press on an image. -
-
Method Detail
-
onConfigurationChanged
void onConfigurationChanged(Configuration newConfig)
-
finish
void finish()
-
onLongClick
boolean onLongClick(View v)
-
onPictureLongClick
boolean onPictureLongClick(View v, Uri thumbUri, Uri largeImageUri)
Handles long press on an image.
- Parameters:
v- the PhotoView displaying the imagethumbUri- the thumbnail UrilargeImageUri- the original image Uri- Returns:
true to consume the event and skip default handling
-
-
-
-