Searched defs:countX (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutAndWidgetContainer.java52 int countX) {
57 mCountX = countX;
51 setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap, int countX) argument
H A DCellLayout.java929 int countX, int countY, int orientation) {
930 int numWidthGaps = countX - 1;
967 int hFreeSpace = hSpace - (countX * cellWidth);
1189 final int countX = mCountX;
1197 int rightOverhang = result[0] + spanX - countX;
1392 final int countX = mCountX;
1402 for (int x = 0; x < countX - (minSpanX - 1); x++) {
1426 if (x + xSize > countX -1 || occupied[x + xSize][y + j]) {
1525 final int countX = mCountX;
1530 for (int x = 0; x < countX
928 getMetrics(Rect metrics, Resources res, int measureWidth, int measureHeight, int countX, int countY, int orientation) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java55 int countX, int countY) {
60 mCountX = countX;
54 setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap, int countX, int countY) argument
H A DDeviceProfile.java676 int calculateCellWidth(int width, int countX) { argument
677 return width / countX;
H A DCellLayout.java821 int paddedMeasureHeight, int countX, int countY) {
824 metrics.set(grid.calculateCellWidth(paddedMeasureWidth, countX),
1067 final int countX = mCountX;
1075 int rightOverhang = result[0] + spanX - countX;
1266 final int countX = mCountX;
1276 for (int x = 0; x < countX - (minSpanX - 1); x++) {
1300 if (x + xSize > countX -1 || occupied[x + xSize][y + j]) {
1399 final int countX = mCountX;
1404 for (int x = 0; x < countX - (spanX - 1); x++) {
820 getMetrics(Rect metrics, int paddedMeasureWidth, int paddedMeasureHeight, int countX, int countY) argument

Completed in 122 milliseconds