HomeSort by relevance Sort by last modified time
    Searched defs:getSupportedOperations (Results 1 - 14 of 14) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
CameraShortcutImage.java 31 public int getSupportedOperations() {
32 return super.getSupportedOperations() | SUPPORT_CAMERA_SHORTCUT;
EmptyAlbumImage.java 31 public int getSupportedOperations() {
32 return super.getSupportedOperations() | SUPPORT_BACK;
UnlockImage.java 31 public int getSupportedOperations() {
32 return super.getSupportedOperations() | SUPPORT_UNLOCK;
ActionImage.java 75 public int getSupportedOperations() {
ClusterAlbum.java 122 public int getSupportedOperations() {
131 if ((item.getSupportedOperations() & SUPPORT_DELETE) != 0) {
FilterTypeSet.java 121 public int getSupportedOperations() {
130 if ((item.getSupportedOperations() & SUPPORT_DELETE) != 0) {
LocalAlbum.java 261 public int getSupportedOperations() {
LocalMergeAlbum.java 80 supported &= mSources[i].getSupportedOperations();
198 public int getSupportedOperations() {
LocalVideo.java 182 public int getSupportedOperations() {
MtpDevice.java 164 public int getSupportedOperations() {
LocalImage.java 234 public int getSupportedOperations() {
MediaObject.java 26 // These are the bits returned from getSupportedOperations():
88 public int getSupportedOperations() {
UriImage.java 213 public int getSupportedOperations() {
DataManager.java 246 public int getSupportedOperations(Path path) {
247 return getMediaObject(path).getSupportedOperations();

Completed in 1323 milliseconds