Searched refs:mCells (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java125 private View[] mCells; field in class:DessertCaseView
241 mCells = null;
248 mCells = new View[mRows * mColumns];
282 if (mCells[j*mColumns+i] != null) continue;
352 mCells[oc.y*mColumns + oc.x] = null;
377 final View squatter = mCells[oc.y*mColumns + oc.x];
386 mCells[sq.y*mColumns + sq.x] = null;
411 mCells[oc.y*mColumns + oc.x] = v;

Completed in 29 milliseconds