Searched refs:markCellsForRect (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 1449 markCellsForRect(rectOccupiedByPotentialDrop, mTmpOccupied, true); in addViewToTempLocation() 1824 markCellsForRect(rectOccupiedByPotentialDrop, mTmpOccupied, true); in addViewsToTempLocation() 1849 private void markCellsForRect(Rect r, boolean[][] occupied, boolean value) { in markCellsForRect() method in CellLayout
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 1575 markCellsForRect(rectOccupiedByPotentialDrop, mTmpOccupied, true); in addViewToTempLocation() 1950 markCellsForRect(rectOccupiedByPotentialDrop, mTmpOccupied, true); in addViewsToTempLocation() 1975 private void markCellsForRect(Rect r, boolean[][] occupied, boolean value) { in markCellsForRect() method in CellLayout
|