Home
last modified time | relevance | path

Searched refs:localCellX (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java681 long container, int screen, int localCellX, int localCellY, int spanX, int spanY) { in getCellLayoutChildId() argument
683 | (screen & 0xFF) << 16 | (localCellX & 0xFF) << 8 | (localCellY & 0xFF); in getCellLayoutChildId()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java1046 long container, long screen, int localCellX, int localCellY, int spanX, int spanY) { in getCellLayoutChildId() argument
1048 | ((int) screen & 0xFF) << 16 | (localCellX & 0xFF) << 8 | (localCellY & 0xFF); in getCellLayoutChildId()