Home | History | Annotate | Download | only in systemui

Lines Matching refs:mRows

131     private int mRows, mColumns;
252 mRows = mHeight / mCellSize;
255 mCells = new View[mRows * mColumns];
257 if (DEBUG) Log.v(TAG, String.format("New dimensions: %dx%d", mColumns, mRows));
262 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE);
264 for (int j=0; j<mRows; j++) {
333 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate);
364 if (!(i >= mColumns-3 || j >= mRows-3)) {
368 if (!(i >= mColumns-2 || j >= mRows-2)) {
372 if (!(i == mColumns-1 || j == mRows-1)) {