Loading src/com/android/launcher3/DeviceProfile.java +4 −0 Original line number Diff line number Diff line Loading @@ -886,6 +886,10 @@ public class DeviceProfile { updateIconSize(1f, res); updateWorkspacePadding(); if (mIsResponsiveGrid) { return 0; } // Check to see if the icons fit within the available height. float usedHeight = getCellLayoutHeightSpecification(); final int maxHeight = getCellLayoutHeight(); Loading Loading
src/com/android/launcher3/DeviceProfile.java +4 −0 Original line number Diff line number Diff line Loading @@ -886,6 +886,10 @@ public class DeviceProfile { updateIconSize(1f, res); updateWorkspacePadding(); if (mIsResponsiveGrid) { return 0; } // Check to see if the icons fit within the available height. float usedHeight = getCellLayoutHeightSpecification(); final int maxHeight = getCellLayoutHeight(); Loading