Lines Matching refs:mCountX

87     private int mCountX;
210 mCountX = grid.inv.numColumns;
212 mOccupied = new GridOccupancy(mCountX, mCountY);
213 mTmpOccupied = new GridOccupancy(mCountX, mCountY);
289 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY);
369 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY);
373 mCountX = x;
375 mOccupied = new GridOccupancy(mCountX, mCountY);
376 mTmpOccupied = new GridOccupancy(mCountX, mCountY);
378 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY);
485 for (int i = 0; i < mCountX; i++) {
596 return mCountX;
622 if (lp.cellX >= 0 && lp.cellX <= mCountX - 1 && lp.cellY >= 0 && lp.cellY <= mCountY - 1) {
625 if (lp.cellHSpan < 0) lp.cellHSpan = mCountX;
702 final int xAxis = mCountX;
806 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX);
811 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY);
880 return getMeasuredWidth() - getPaddingLeft() - getPaddingRight() - (mCountX * mCellWidth);
1108 for (int i = 0; i < mCountX * mCountY; i++) {
1152 final int countX = mCountX;
1280 final int countX = mCountX;
1358 int[] topEdge = new int[mCountX];
1359 int[] bottomEdge = new int[mCountX];
1371 for (int i = 0; i < mCountX; i++) {
1604 if (!fail && clusterRect.left >= 0 && clusterRect.right <= mCountX && clusterRect.top >= 0 &&
2212 if (dropRegionSpanX == mCountX || spanX == mCountX) {
2586 return getPaddingLeft() + getPaddingRight() + (mCountX * mCellWidth);
2594 if (x < mCountX && y < mCountY) {