Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DLevelSelectActivity.java44 private final static LevelDataComparator sLevelComparator = new LevelDataComparator();
343 private final static class LevelDataComparator implements Comparator<LevelMetaData> { class in LevelSelectActivity