OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCells
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java
132
private View[]
mCells
;
248
mCells
= null;
255
mCells
= new View[mRows * mColumns];
289
if (
mCells
[j*mColumns+i] != null) continue;
359
mCells
[oc.y*mColumns + oc.x] = null;
384
final View squatter =
mCells
[oc.y*mColumns + oc.x];
393
mCells
[sq.y*mColumns + sq.x] = null;
418
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 202 milliseconds