Home
last modified time | relevance | path

Searched refs:getSupportedOperations (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java341 … && (mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_ACTION) != 0) { in onCreate()
590 && (mCurrentPhoto.getSupportedOperations() & MediaItem.SUPPORT_EDIT) != 0 in canDisplayBottomControl()
680 if (current == null || (current.getSupportedOperations() in launchPhotoEditor()
702 if (current == null || (current.getSupportedOperations() in launchSimpleEditor()
736 if ((mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_ACTION) != 0 in updateUIForCurrentPhoto()
747 && (mCurrentPhoto.getSupportedOperations() & MediaItem.SUPPORT_SHARE) != 0) { in updateUIForCurrentPhoto()
774 int supportedOperations = mCurrentPhoto.getSupportedOperations(); in updateMenuOperations()
1140 int supported = item.getSupportedOperations(); in onSingleTapUp()
1496 } else if ((mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_SHARE) != 0) { in updatePanoramaUI()
DSinglePhotoDataAdapter.java59 mHasFullImage = (item.getSupportedOperations() & in SinglePhotoDataAdapter()
231 return (mItem.getSupportedOperations() & MediaItem.SUPPORT_DELETE) != 0; in isDeletable()
DPhotoDataAdapter.java519 : (item.getSupportedOperations() & MediaItem.SUPPORT_DELETE) != 0; in isDeletable()
796 && (item.getSupportedOperations() in startTaskIfNeeded()
DManageCachePage.java163 if ((targetSet.getSupportedOperations() in onSingleTapUp()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DUnlockImage.java31 public int getSupportedOperations() { in getSupportedOperations() method in UnlockImage
32 return super.getSupportedOperations() | SUPPORT_UNLOCK; in getSupportedOperations()
DCameraShortcutImage.java31 public int getSupportedOperations() { in getSupportedOperations() method in CameraShortcutImage
32 return super.getSupportedOperations() | SUPPORT_CAMERA_SHORTCUT; in getSupportedOperations()
DEmptyAlbumImage.java31 public int getSupportedOperations() { in getSupportedOperations() method in EmptyAlbumImage
32 return super.getSupportedOperations() | SUPPORT_BACK; in getSupportedOperations()
DFilterTypeSet.java121 public int getSupportedOperations() { in getSupportedOperations() method in FilterTypeSet
130 if ((item.getSupportedOperations() & SUPPORT_DELETE) != 0) { in delete()
DClusterAlbum.java122 public int getSupportedOperations() { in getSupportedOperations() method in ClusterAlbum
131 if ((item.getSupportedOperations() & SUPPORT_DELETE) != 0) { in delete()
DLocalMergeAlbum.java78 supported &= mSources[i].getSupportedOperations(); in updateData()
195 public int getSupportedOperations() { in getSupportedOperations() method in LocalMergeAlbum
DDataManager.java244 public int getSupportedOperations(Path path) { in getSupportedOperations() method in DataManager
245 return getMediaObject(path).getSupportedOperations(); in getSupportedOperations()
DActionImage.java75 public int getSupportedOperations() { in getSupportedOperations() method in ActionImage
DMediaObject.java89 public int getSupportedOperations() { in getSupportedOperations() method in MediaObject
DUriImage.java213 public int getSupportedOperations() { in getSupportedOperations() method in UriImage
DLocalVideo.java184 public int getSupportedOperations() { in getSupportedOperations() method in LocalVideo
DLocalAlbum.java264 public int getSupportedOperations() { in getSupportedOperations() method in LocalAlbum
DLocalImage.java238 public int getSupportedOperations() { in getSupportedOperations() method in LocalImage
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DActionModeHandler.java291 int support = mediaObject.getSupportedOperations(); in computeMenuOptions()
362 int support = manager.getSupportedOperations(path); in computeSharingIntent()
DAlbumSetSlidingWindow.java462 if (set == null || (set.getSupportedOperations() in identifyCacheFlag()
471 if (set == null || (set.getSupportedOperations() in identifyCacheStatus()
DPhotoView.java997 if (item != null) supported = item.getSupportedOperations(); in onSingleTapUp()
/packages/apps/Gallery2/src/com/android/photos/
DSelectionManager.java138 public int getSupportedOperations() { in getSupportedOperations() method in SelectionManager
DMultiChoiceManager.java130 mSelectionManager.getSupportedOperations()); in onItemCheckedStateChanged()
/packages/apps/Gallery2/src/com/android/photos/shims/
DMediaItemsLoader.java132 item.getSupportedOperations(); in loadInBackground()
DMediaSetLoader.java119 row[AlbumSetLoader.INDEX_SUPPORTED_OPERATIONS] = m.getSupportedOperations(); in loadInBackground()