HomeSort by relevance Sort by last modified time
    Searched defs:getSupportedOperations (Results 1 - 15 of 15) 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 264 public int getSupportedOperations() {
LocalMergeAlbum.java 78 supported &= mSources[i].getSupportedOperations();
195 public int getSupportedOperations() {
LocalVideo.java 184 public int getSupportedOperations() {
MediaObject.java 26 // These are the bits returned from getSupportedOperations():
89 public int getSupportedOperations() {
UriImage.java 213 public int getSupportedOperations() {
DataManager.java 244 public int getSupportedOperations(Path path) {
245 return getMediaObject(path).getSupportedOperations();
LocalImage.java 238 public int getSupportedOperations() {
  /packages/apps/Gallery2/src/com/android/photos/
SelectionManager.java 138 public int getSupportedOperations() {
MultiChoiceManager.java 130 mSelectionManager.getSupportedOperations());

Completed in 88 milliseconds