Home | History | Annotate | Download | only in launcher3

Lines Matching defs:countX

87             final int countX = cellLayout.getCountX();
99 int newIconIndex = FocusLogic.handleKeyEvent(keyCode, countX,
117 ^ newParent.invertLayoutHorizontally()) ? 0 : countX - 1, row);
131 child = newParent.getChildAt(countX - 1, countY - 1);
204 int countX = -1;
228 countX = iconLayout.getCountX();
237 countX = iconLayout.getCountX() + hotseatLayout.getCountX();
247 countX = hotseatLayout.getCountX();
253 int newIconIndex = FocusLogic.handleKeyEvent(keyCode, countX,
307 int countX = iconLayout.getCountX();
327 countX = countX + 1;
336 int newIconIndex = FocusLogic.handleKeyEvent(keyCode, countX,
359 newIconIndex = FocusLogic.handleKeyEvent(keyCode, countX + 1, countY,
393 newIconIndex = FocusLogic.handleKeyEvent(keyCode, countX + 1, countY,