Searched refs:sortedBitmaps (Results 1 – 1 of 1) sorted by relevance
152 ArrayList<Bitmap> sortedBitmaps = new ArrayList<Bitmap>(bitmaps); in AssetAtlasService() local155 Collections.sort(sortedBitmaps, new Comparator<Bitmap>() { in AssetAtlasService()166 new Thread(new Renderer(sortedBitmaps, totalPixelCount)).start(); in AssetAtlasService()