Searched defs:cellY (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | ItemInfo.java | 67 int cellY = -1; field in ItemInfo
|
D | CellLayout.java | 436 void cellToPoint(int cellX, int cellY, int[] result) { in cellToPoint() 697 void onDragOverChild(View child, int cellX, int cellY) { in onDragOverChild() 714 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, RectF dragRect) { in cellToRect() 866 public int cellY; field in CellLayout.LayoutParams 908 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { in LayoutParams() 943 int cellY; field in CellLayout.CellInfo.VacantCell 992 int cellY; field in CellLayout.CellInfo
|
D | InstallShortcutReceiver.java | 107 int cellY = c.getInt(cellYIndex); in findEmptyCell() local
|
D | LauncherModel.java | 135 int screen, int cellX, int cellY) { in addOrMoveItemInDatabase() 149 int cellX, int cellY) { in moveItemInDatabase() 240 int screen, int cellX, int cellY, boolean notify) { in addItemToDatabase()
|