Searched defs:getSupportedOperations (Results 1 - 15 of 15) 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 DMtpDevice.java164 public int getSupportedOperations() { method in class:MtpDevice
H A DMtpImage.java117 public int getSupportedOperations() { method in class:MtpImage
H A DLocalAlbum.java261 public int getSupportedOperations() { method in class:LocalAlbum
H A DLocalImage.java234 public int getSupportedOperations() { method in class:LocalImage
H A DLocalMergeAlbum.java80 supported &= mSources[i].getSupportedOperations();
198 public int getSupportedOperations() { method in class:LocalMergeAlbum
H A DLocalVideo.java182 public int getSupportedOperations() { method in class:LocalVideo
H A DUriImage.java213 public int getSupportedOperations() { method in class:UriImage
H A DDataManager.java246 public int getSupportedOperations(Path path) { method in class:DataManager
247 return getMediaObject(path).getSupportedOperations();
H A DMediaObject.java26 // These are the bits returned from getSupportedOperations():
88 public int getSupportedOperations() { method in class:MediaObject

Completed in 65 milliseconds