Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mCellCountX

37     private int mCellCountX;
69 mCellCountX = LauncherModel.getCellCountX();
107 if (lp.cellX >= 0 && lp.cellX <= (mCellCountX - 1) &&
111 if (lp.cellHSpan < 0) lp.cellHSpan = mCellCountX;
163 return mCellCountX;
181 int numWidthGaps = mCellCountX - 1;
187 int hFreeSpace = hSpace - (mCellCountX * mOriginalCellWidth);
202 newWidth = getPaddingLeft() + getPaddingRight() + (mCellCountX * mCellWidth) +
203 ((mCellCountX - 1) * mWidthGap);
236 if (mCellCountX > 0) {
237 return mCellCountX * mCellWidth + (mCellCountX - 1) * Math.max(0, mWidthGap);
280 mCellCountX = xCount;
352 mCellCountX = Math.min(maxCellCountX, estimateCellHSpan(width));