Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/board/
DIdenticalBoardComparator.kt25 class IdenticalBoardComparator : Comparator<CellLayoutBoard> { class
DCellLayoutBoard.java37 public static final Comparator<CellLayoutBoard> COMPARATOR = new IdenticalBoardComparator();
162 if (IdenticalBoardComparator.Companion.touchesPoint(widget.mBounds, p)) { in removeOverlappingItems()