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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbum.java 119 public int getSupportedOperations() {
127 if ((item.getSupportedOperations() & SUPPORT_DELETE) != 0) {
FilterTypeSet.java 120 public int getSupportedOperations() {
128 if ((item.getSupportedOperations() & SUPPORT_DELETE) != 0) {
MediaObject.java 26 // These are the bits returned from getSupportedOperations():
78 public int getSupportedOperations() {
LocalMergeAlbum.java 67 supported &= mSources[i].getSupportedOperations();
175 public int getSupportedOperations() {
MtpDevice.java 161 public int getSupportedOperations() {
MtpImage.java 115 public int getSupportedOperations() {
DataManager.java 230 public int getSupportedOperations(Path path) {
231 return getMediaObject(path).getSupportedOperations();
LocalVideo.java 180 public int getSupportedOperations() {
UriImage.java 209 public int getSupportedOperations() {
LocalAlbum.java 254 public int getSupportedOperations() {
LocalImage.java 211 public int getSupportedOperations() {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SinglePhotoDataAdapter.java 57 mHasFullImage = (item.getSupportedOperations() &
210 return (mItem.getSupportedOperations() & MediaItem.SUPPORT_DELETE) != 0;
PhotoPage.java 349 if ((photo.getSupportedOperations() & MediaItem.SUPPORT_SHARE) != 0) {
371 int supportedOperations = mCurrentPhoto.getSupportedOperations();
673 (item.getSupportedOperations() & MediaItem.SUPPORT_PLAY) != 0;
    [all...]
ManageCachePage.java 158 if ((targetSet.getSupportedOperations()
PhotoDataAdapter.java 476 : (item.getSupportedOperations() & MediaItem.SUPPORT_DELETE) != 0;
743 && (item.getSupportedOperations()
    [all...]
AlbumSetPage.java 221 if (!mGetContent && (targetSet.getSupportedOperations()
CropImage.java 818 (mMediaItem.getSupportedOperations() & MediaItem.SUPPORT_FULL_IMAGE) != 0;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 208 int support = manager.getSupportedOperations(path);
243 int support = manager.getSupportedOperations(path);
AlbumSetSlidingWindow.java 462 if (set == null || (set.getSupportedOperations()
471 if (set == null || (set.getSupportedOperations()
  /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 256 milliseconds