Searched refs:IdenticalBoardComparator (Results 1 – 2 of 2) sorted by relevance
25 class IdenticalBoardComparator : Comparator<CellLayoutBoard> { class
37 public static final Comparator<CellLayoutBoard> COMPARATOR = new IdenticalBoardComparator();162 if (IdenticalBoardComparator.Companion.touchesPoint(widget.mBounds, p)) { in removeOverlappingItems()