Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mMaxCountY

81     private int mMaxCountY;
126 mMaxCountY = res.getInteger(R.integer.folder_max_count_y);
128 if (mMaxCountX < 0 || mMaxCountY < 0 || mMaxNumItems < 0) {
130 mMaxCountY = LauncherModel.getCellCountY();
131 mMaxNumItems = mMaxCountX * mMaxCountY;
773 if ((countX <= countY || countY == mMaxCountY) && countX < mMaxCountX) {
775 } else if (countY < mMaxCountY) {