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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpContext.java 104 if (GalleryUtils.hasSpaceForSize(objInfo.getCompressedSize())) {
128 if (!GalleryUtils.hasSpaceForSize(child.getCompressedSize())) continue;
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 325 public static boolean hasSpaceForSize(long size) {

Completed in 32 milliseconds