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

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 669 int calculateCellHeight(int height, int countY) {
    [all...]
CellLayout.java 825 grid.calculateCellHeight(paddedMeasureHeight, countY), 0, 0);
846 int ch = grid.calculateCellHeight(childHeightSize, mCountY);
    [all...]

Completed in 47 milliseconds