Searched refs:SUPPORT_ACTION (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DActionImage.java76 return SUPPORT_ACTION;
H A DMediaObject.java41 public static final int SUPPORT_ACTION = 1 << 14; field in class:MediaObject
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java341 && (mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_ACTION) != 0) {
736 if ((mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_ACTION) != 0
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java999 if ((supported & MediaItem.SUPPORT_ACTION) == 0) {

Completed in 60 milliseconds