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) {
FilterSet.java 122 public int getSupportedOperations() {
130 if ((item.getSupportedOperations() & SUPPORT_DELETE) != 0) {
MediaObject.java 26 // These are the bits returned from getSupportedOperations():
74 public int getSupportedOperations() {
LocalMergeAlbum.java 62 supported &= mSources[i].getSupportedOperations();
164 public int getSupportedOperations() {
MtpDevice.java 161 public int getSupportedOperations() {
MtpImage.java 115 public int getSupportedOperations() {
DataManager.java 223 public int getSupportedOperations(Path path) {
224 return getMediaObject(path).getSupportedOperations();
LocalAlbum.java 237 public int getSupportedOperations() {
LocalVideo.java 170 public int getSupportedOperations() {
UriImage.java 222 public int getSupportedOperations() {
LocalImage.java 226 public int getSupportedOperations() {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 184 int support = manager.getSupportedOperations(path);
225 int support = manager.getSupportedOperations(path);
AlbumSetSlidingWindow.java 471 if (set == null || (set.getSupportedOperations()
480 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);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SinglePhotoDataAdapter.java 56 mHasFullImage = (item.getSupportedOperations() &
PhotoPage.java 309 int supportedOperations = mCurrentPhoto.getSupportedOperations();
517 (item.getSupportedOperations() & MediaItem.SUPPORT_PLAY) != 0;
ManageCachePage.java 164 if ((targetSet.getSupportedOperations()
AlbumSetPage.java 206 if (!mGetContent && (targetSet.getSupportedOperations()
PhotoDataAdapter.java 539 && (item.getSupportedOperations()
CropImage.java 803 (mMediaItem.getSupportedOperations() & MediaItem.SUPPORT_FULL_IMAGE) != 0;
    [all...]

Completed in 198 milliseconds