HomeSort by relevance Sort by last modified time
    Searched refs:getSupportedOperations (Results 1 - 25 of 25) 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():
88 public int getSupportedOperations() {
LocalMergeAlbum.java 80 supported &= mSources[i].getSupportedOperations();
198 public int getSupportedOperations() {
MtpImage.java 117 public int getSupportedOperations() {
DataManager.java 246 public int getSupportedOperations(Path path) {
247 return getMediaObject(path).getSupportedOperations();
LocalVideo.java 182 public int getSupportedOperations() {
MtpDevice.java 164 public int getSupportedOperations() {
UriImage.java 213 public int getSupportedOperations() {
LocalAlbum.java 261 public int getSupportedOperations() {
LocalImage.java 234 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 363 && (mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_ACTION) != 0) {
607 && (mCurrentPhoto.getSupportedOperations() & MediaItem.SUPPORT_EDIT) != 0
699 if (current == null || (current.getSupportedOperations()
733 if ((mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_ACTION) != 0
744 && (mCurrentPhoto.getSupportedOperations() & MediaItem.SUPPORT_SHARE) != 0) {
    [all...]
ManageCachePage.java 163 if ((targetSet.getSupportedOperations()
PhotoDataAdapter.java 520 : (item.getSupportedOperations() & MediaItem.SUPPORT_DELETE) != 0;
798 && (item.getSupportedOperations()
    [all...]
AlbumSetPage.java 266 if (!mGetContent && (targetSet.getSupportedOperations()
CropImage.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 290 int support = mediaObject.getSupportedOperations();
361 int support = manager.getSupportedOperations(path);
AlbumSetSlidingWindow.java 466 if (set == null || (set.getSupportedOperations()
475 if (set == null || (set.getSupportedOperations()
PhotoView.java     [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
LocalDataTest.java 199 assertTrue((sub.getSupportedOperations() & MediaSet.SUPPORT_DELETE) != 0);
221 assertTrue((sub.getSupportedOperations() & MediaSet.SUPPORT_DELETE) != 0);

Completed in 180 milliseconds