Searched refs:pathName (Results 1 – 2 of 2) sorted by relevance
246 final String pathName; in folderSort() local250 pathName = currentNode.mWrappedObject.mFolder.name; in folderSort()256 pathName = parentNode.mWrappedObject.mPathName + "/" in folderSort()259 currentNode.mWrappedObject.mPathName = pathName; in folderSort()
57 String pathName, boolean isShareable) { in newInstance() argument59 BitmapRegionDecoder d = BitmapRegionDecoder.newInstance(pathName, isShareable); in newInstance()64 Log.w("BitmapRegionTileSource", "getting decoder failed for path " + pathName, e); in newInstance()100 public static DumbBitmapRegionDecoder newInstance(String pathName) { in newInstance() argument101 Bitmap b = BitmapFactory.decodeFile(pathName); in newInstance()