Searched refs:mTmpOccupied (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 96 boolean[][] mTmpOccupied; field in CellLayout 201 mTmpOccupied = new boolean[mCountX][mCountY]; in CellLayout() 366 mTmpOccupied = new boolean[mCountX][mCountY]; in setGridSize() 979 occupied = mTmpOccupied; in animateChildToPosition() 1406 markCellsForView(c.x, c.y, c.spanX, c.spanY, mTmpOccupied, false); in addViewToTempLocation() 1407 markCellsForRect(rectOccupiedByPotentialDrop, mTmpOccupied, true); in addViewToTempLocation() 1409 findNearestArea(c.x, c.y, c.spanX, c.spanY, direction, mTmpOccupied, null, mTempLocation); in addViewToTempLocation() 1416 markCellsForView(c.x, c.y, c.spanX, c.spanY, mTmpOccupied, true); in addViewToTempLocation() 1688 markCellsForView(c.x, c.y, c.spanX, c.spanY, mTmpOccupied, false); in pushViewsToTempLocation() 1718 markCellsForView(c.x, c.y, c.spanX, c.spanY, mTmpOccupied, false); in pushViewsToTempLocation() [all …]
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 88 boolean[][] mTmpOccupied; field in CellLayout 197 mTmpOccupied = new boolean[mCountX][mCountY]; in CellLayout() 334 mTmpOccupied = new boolean[mCountX][mCountY]; in setGridSize() 1100 occupied = mTmpOccupied; in animateChildToPosition() 1574 markCellsForView(c.x, c.y, c.spanX, c.spanY, mTmpOccupied, false); in addViewToTempLocation() 1575 markCellsForRect(rectOccupiedByPotentialDrop, mTmpOccupied, true); in addViewToTempLocation() 1577 findNearestArea(c.x, c.y, c.spanX, c.spanY, direction, mTmpOccupied, null, mTempLocation); in addViewToTempLocation() 1584 markCellsForView(c.x, c.y, c.spanX, c.spanY, mTmpOccupied, true); in addViewToTempLocation() 1856 markCellsForView(c.x, c.y, c.spanX, c.spanY, mTmpOccupied, false); in pushViewsToTempLocation() 1886 markCellsForView(c.x, c.y, c.spanX, c.spanY, mTmpOccupied, false); in pushViewsToTempLocation() [all …]
|