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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 479 final int myCellY = cellY;
488 y = vStartPadding + myCellY * (cellHeight + heightGap) + topMargin;
491 y = myCellY * (cellHeight + heightGap) + topMargin;
CellLayout.java     [all...]

Completed in 29 milliseconds