Searched defs:getSupportedOperations (Results 1 - 14 of 14) 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 DActionImage.java75 public int getSupportedOperations() { method in class:ActionImage
H A DFilterTypeSet.java121 public int getSupportedOperations() { method in class:FilterTypeSet
130 if ((item.getSupportedOperations() & SUPPORT_DELETE) != 0) {
H A DClusterAlbum.java122 public int getSupportedOperations() { method in class:ClusterAlbum
131 if ((item.getSupportedOperations() & SUPPORT_DELETE) != 0) {
H A DLocalAlbum.java264 public int getSupportedOperations() { method in class:LocalAlbum
H A DLocalImage.java238 public int getSupportedOperations() { method in class:LocalImage
H A DLocalMergeAlbum.java78 supported &= mSources[i].getSupportedOperations();
195 public int getSupportedOperations() { method in class:LocalMergeAlbum
H A DLocalVideo.java184 public int getSupportedOperations() { method in class:LocalVideo
H A DUriImage.java213 public int getSupportedOperations() { method in class:UriImage
H A DDataManager.java244 public int getSupportedOperations(Path path) { method in class:DataManager
245 return getMediaObject(path).getSupportedOperations();
H A DMediaObject.java26 // These are the bits returned from getSupportedOperations():
89 public int getSupportedOperations() { method in class:MediaObject
/packages/apps/Gallery2/src/com/android/photos/
H A DSelectionManager.java138 public int getSupportedOperations() { method in class:SelectionManager

Completed in 105 milliseconds