Home | History | Annotate | Download | only in launcher3

Lines Matching refs:screenOffset

2476                     int screenOffset = cellCountX * cellCountY;
2477 int containerOffset = screenOffset * (Launcher.SCREEN_COUNT + 1); // +1 hotseat
2478 long lr = (lhs.container * containerOffset + lhs.screenId * screenOffset +
2480 long rr = (rhs.container * containerOffset + rhs.screenId * screenOffset +