Home | History | Annotate | Download | only in launcher3

Lines Matching refs:Math

61         float smallestCellWidth = DeviceProfile.calculateCellWidth(Math.min(
65 float smallestCellHeight = DeviceProfile.calculateCellWidth(Math.min(
74 spanX = Math.max(1, (int) Math.ceil(
76 spanY = Math.max(1, (int) Math.ceil(
79 minSpanX = Math.max(1, (int) Math.ceil(
81 minSpanY = Math.max(1, (int) Math.ceil(