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

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

Completed in 162 milliseconds