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

  /packages/apps/Gallery3D/src/com/cooliris/media/
Utils.java 115 public static final long Crc64Long(String in) {
153 long crc = Crc64Long(in);
DisplayItem.java 149 ((UriTexture) texture).setCacheId(Utils.Crc64Long(mItemRef.mFilePath));
338 texture.setCacheId(Utils.Crc64Long(mItemRef.mFilePath));

Completed in 31 milliseconds