HomeSort by relevance Sort by last modified time
    Searched refs:cellInfo (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 56 private final CellInfo mCellInfo = new CellInfo();
164 final CellInfo cellInfo = mCellInfo;
180 cellInfo.cell = child;
181 cellInfo.cellX = lp.cellX;
182 cellInfo.cellY = lp.cellY;
183 cellInfo.spanX = lp.cellHSpan;
184 cellInfo.spanY = lp.cellVSpan;
185 cellInfo.valid = true
    [all...]
Launcher.java 177 private CellLayout.CellInfo mAddItemCellInfo;
178 private CellLayout.CellInfo mMenuAddInfo;
672 mAddItemCellInfo = new CellLayout.CellInfo();
673 final CellLayout.CellInfo addItemCellInfo = mAddItemCellInfo;
834 * @param cellInfo The position on screen where to create the shortcut.
836 void completeAddApplication(Context context, Intent data, CellLayout.CellInfo cellInfo) {
837 cellInfo.screen = mWorkspace.getCurrentScreen();
838 if (!findSingleSlot(cellInfo)) return;
847 mWorkspace.addApplicationShortcut(info, cellInfo, isWorkspaceLocked())
    [all...]
Workspace.java 79 * CellInfo for the cell that is currently being dragged
81 private CellLayout.CellInfo mDragInfo;
105 private CellLayout.CellInfo mVacantCache = null;
394 CellLayout.CellInfo findAllVacantCells(boolean[] occupied) {
    [all...]
LauncherModel.java     [all...]

Completed in 175 milliseconds