Home
last modified time | relevance | path

Searched refs:calculateCellHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java480 result.y = calculateCellHeight(availableHeightPx - padding.y in getCellSize()
584 public static int calculateCellHeight(int height, int countY) { in calculateCellHeight() method in DeviceProfile
DCellLayout.java781 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mCountY); in onMeasure()