Searched refs:calculateCellHeight (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java355 public static int calculateCellHeight(int height, int countY) { method in class:DeviceProfile
H A DWorkspace.java2864 DeviceProfile.calculateCellHeight(height, countY), 0, 0);
2875 DeviceProfile.calculateCellHeight(height, countY), 0, 0);
H A DCellLayout.java819 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mCountY);

Completed in 85 milliseconds