Searched defs:countY (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java55 int countX, int countY) {
61 mCountY = countY;
54 setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap, int countX, int countY) argument
H A DDeviceProfile.java679 int calculateCellHeight(int height, int countY) { argument
680 return height / countY;
H A DCellLayout.java821 int paddedMeasureHeight, int countX, int countY) {
825 grid.calculateCellHeight(paddedMeasureHeight, countY), 0, 0);
1068 final int countY = mCountY;
1080 int bottomOverhang = result[1] + spanY - countY;
1267 final int countY = mCountY;
1274 for (int y = 0; y < countY - (minSpanY - 1); y++) {
1310 if (y + ySize > countY - 1 || occupied[x + i][y + ySize]) {
1400 final int countY = mCountY;
1402 for (int y = 0; y < countY - (spanY - 1); y++) {
820 getMetrics(Rect metrics, int paddedMeasureWidth, int paddedMeasureHeight, int countX, int countY) argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java929 int countX, int countY, int orientation) {
931 int numHeightGaps = countY - 1;
968 int vFreeSpace = vSpace - (countY * cellHeight);
1190 final int countY = mCountY;
1202 int bottomOverhang = result[1] + spanY - countY;
1393 final int countY = mCountY;
1400 for (int y = 0; y < countY - (minSpanY - 1); y++) {
1436 if (y + ySize > countY - 1 || occupied[x + i][y + ySize]) {
1526 final int countY = mCountY;
1528 for (int y = 0; y < countY
928 getMetrics(Rect metrics, Resources res, int measureWidth, int measureHeight, int countX, int countY, int orientation) argument
[all...]

Completed in 291 milliseconds