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 468 final int myCellY = cellY;
477 y = vStartPadding + myCellY * (cellHeight + heightGap) + topMargin;
480 y = myCellY * (cellHeight + heightGap) + topMargin;
CellLayout.java     [all...]

Completed in 120 milliseconds