Home
last modified time | relevance | path

Searched refs:sortedBitmaps (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java152 ArrayList<Bitmap> sortedBitmaps = new ArrayList<Bitmap>(bitmaps); in AssetAtlasService() local
155 Collections.sort(sortedBitmaps, new Comparator<Bitmap>() { in AssetAtlasService()
166 new Thread(new Renderer(sortedBitmaps, totalPixelCount)).start(); in AssetAtlasService()