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 483 final int myCellX = cellX;
492 x = hStartPadding + myCellX * (cellWidth + widthGap) + leftMargin;
495 x = myCellX * (cellWidth + widthGap) + leftMargin;
CellLayout.java     [all...]

Completed in 185 milliseconds