Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DCellLayoutBoard.java62 Set<Rect> widgetsSet = new HashSet<>(); in compareTo() local
68 widgetsSet.add(rect.mBounds); in compareTo()
76 if (!widgetsSet.contains(rect.mBounds)) { in compareTo()
79 widgetsSet.remove(rect.mBounds); in compareTo()
81 if (!widgetsSet.isEmpty()) { in compareTo()