Searched refs:TILE_COMPARATOR (Results 1 – 1 of 1) sorted by relevance
242 Collections.sort(category.tiles, TILE_COMPARATOR); in getCategories()533 public static final Comparator<Tile> TILE_COMPARATOR = field in TileUtils