Searched defs:CellInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java56 private final CellInfo mCellInfo = new CellInfo();
164 final CellInfo cellInfo = mCellInfo;
237 public CellInfo getTag() {
238 final CellInfo info = (CellInfo) super.getTag();
254 private static void findIntersectingVacantCells(CellInfo cellInfo, int x, int y,
273 CellInfo cellInfo) {
310 private static void addVacantCell(Rect current, CellInfo cellInfo) {
311 CellInfo
934 static final class CellInfo implements ContextMenu.ContextMenuInfo { class in class:CellLayout
[all...]

Completed in 5 milliseconds