HomeSort by relevance Sort by last modified time
    Searched refs:mCells (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 125 private View[] mCells;
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;
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 79 mCells = new VTermScreenCell[cols];
82 delete mCells;
87 memcpy(mCells, cells, sizeof(VTermScreenCell) * n);
93 memcpy(cells, mCells, sizeof(VTermScreenCell) * n);
98 *cell = mCells[col];
104 VTermScreenCell* mCells;

Completed in 1496 milliseconds