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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 467 final int myCellX = cellX;
476 x = hStartPadding + myCellX * (cellWidth + widthGap) + leftMargin;
479 x = myCellX * (cellWidth + widthGap) + leftMargin;
CellLayout.java     [all...]

Completed in 30 milliseconds