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.java732 result.y = calculateCellHeight(availableHeightPx - padding.y in getCellSize()
844 public static int calculateCellHeight(int height, int borderSpacing, int countY) { in calculateCellHeight() method
DCellLayout.java864 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mBorderSpacing, in onMeasure()