Searched refs:SIZE_BY_SIZE (Results 1 – 2 of 2) sorted by relevance
38 public static final Comparator<Size> SIZE_BY_SIZE = new Comparator<Size>() { field in Sort55 return SIZE_BY_SIZE.compare(b.getTotalRetainedSize(), a.getTotalRetainedSize());74 return SIZE_BY_SIZE.compare(b.getRetainedSize(mHeap), a.getRetainedSize(mHeap)); in compare()171 return SIZE_BY_SIZE.compare(b.getSize(mHeap), a.getSize(mHeap)); in compare()182 return SIZE_BY_SIZE.compare(b.getTotalSize(), a.getTotalSize());218 return SIZE_BY_SIZE.compare(b.numBytes, a.numBytes);
279 field public static final Comparator<Size> SIZE_BY_SIZE;