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