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

  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 55 cell.cellY = mCoordinates[1];
94 new String[] { LauncherSettings.Favorites.CELLX, LauncherSettings.Favorites.CELLY,
100 final int cellYIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY);
107 int cellY = c.getInt(cellYIndex);
112 for (int y = cellY; y < cellY + spanY && y < yCount; y++) {
ItemInfo.java 67 int cellY = -1;
90 cellY = info.cellY;
109 values.put(LauncherSettings.Favorites.CELLY, cellY);
CellLayout.java 182 cellInfo.cellY = lp.cellY;
208 cellInfo.cellY = cellXY[1];
225 cellInfo.cellY = -1;
247 findIntersectingVacantCells(info, info.cellX, info.cellY, xCount, yCount, occupied);
313 cell.cellY = current.top;
365 cellInfo.cellY = -1;
432 * @param cellY Y coordinate of the cell
436 void cellToPoint(int cellX, int cellY, int[] result) {
444 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap)
    [all...]
  /development/apps/Term/src/com/android/term/
Term.java     [all...]

Completed in 1056 milliseconds