Searched refs:localCellY (Results 1 – 1 of 1) sorted by relevance
489 long container, int screen, int localCellX, int localCellY, int spanX, int spanY) { in getCellLayoutChildId() argument491 | (screen & 0xFF) << 16 | (localCellX & 0xFF) << 8 | (localCellY & 0xFF); in getCellLayoutChildId()