Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/board/
DCellLayoutBoard.java79 public boolean pointInsideRect(int x, int y, WidgetRect rect) { in pointInsideRect() method in CellLayoutBoard
96 .filter(widgetRect -> pointInsideRect(x, y, widgetRect)).findFirst().orElse(null); in getWidgetAt()