Home | History | Annotate | Download | only in launcher2

Lines Matching refs:info

238         final CellInfo info = (CellInfo) super.getTag();
239 if (mDirtyTag && info.valid) {
247 findIntersectingVacantCells(info, info.cellX, info.cellY, xCount, yCount, occupied);
251 return info;
965 VacantCell info = sRoot;
966 sRoot = info.next;
969 return info;