Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java360 List<WorkerResult> results = Collections.synchronizedList(new ArrayList<WorkerResult>()); in computeBestConfiguration()
396 Collections.sort(results, new Comparator<WorkerResult>() { in computeBestConfiguration()
398 public int compare(WorkerResult r1, WorkerResult r2) { in computeBestConfiguration()
411 WorkerResult result = results.get(0); in computeBestConfiguration()
601 private static class WorkerResult { class in AssetAtlasService
607 WorkerResult(Atlas.Type type, int width, int height, int count) { in WorkerResult() method in AssetAtlasService.WorkerResult
629 private final List<WorkerResult> mResults;
646 List<WorkerResult> results, CountDownLatch signal) { in ComputeWorker()
679 mResults.add(new WorkerResult(type, width, height, count)); in run()