HomeSort by relevance Sort by last modified time
    Searched refs:getSupportedOperations (Results 1 - 24 of 24) 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;
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) {
ActionImage.java 75 public int getSupportedOperations() {
MediaObject.java 26 // These are the bits returned from getSupportedOperations():
89 public int getSupportedOperations() {
LocalMergeAlbum.java 78 supported &= mSources[i].getSupportedOperations();
195 public int getSupportedOperations() {
DataManager.java 244 public int getSupportedOperations(Path path) {
245 return getMediaObject(path).getSupportedOperations();
LocalVideo.java 184 public int getSupportedOperations() {
UriImage.java 213 public int getSupportedOperations() {
LocalAlbum.java 264 public int getSupportedOperations() {
LocalImage.java 238 public int getSupportedOperations() {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SinglePhotoDataAdapter.java 59 mHasFullImage = (item.getSupportedOperations() &
231 return (mItem.getSupportedOperations() & MediaItem.SUPPORT_DELETE) != 0;
PhotoPage.java 341 && (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) {
    [all...]
ManageCachePage.java 163 if ((targetSet.getSupportedOperations()
PhotoDataAdapter.java 519 : (item.getSupportedOperations() & MediaItem.SUPPORT_DELETE) != 0;
796 && (item.getSupportedOperations()
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/
SelectionManager.java 138 public int getSupportedOperations() {
MultiChoiceManager.java 130 mSelectionManager.getSupportedOperations());
  /packages/apps/Gallery2/src/com/android/photos/shims/
MediaItemsLoader.java 132 item.getSupportedOperations();
MediaSetLoader.java 119 row[AlbumSetLoader.INDEX_SUPPORTED_OPERATIONS] = m.getSupportedOperations();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 291 int support = mediaObject.getSupportedOperations();
362 int support = manager.getSupportedOperations(path);
AlbumSetSlidingWindow.java 462 if (set == null || (set.getSupportedOperations()
471 if (set == null || (set.getSupportedOperations()
PhotoView.java     [all...]

Completed in 901 milliseconds