Searched refs:newiconIndex (Results 1 – 1 of 1) sorted by relevance
356 int newiconIndex = ((y - 1) * countX) + x; in handleAppsCustomizeKeyEvent() local357 itemContainer.getChildAt(newiconIndex).requestFocus(); in handleAppsCustomizeKeyEvent()368 int newiconIndex = Math.min(itemCount - 1, ((y + 1) * countX) + x); in handleAppsCustomizeKeyEvent() local369 itemContainer.getChildAt(newiconIndex).requestFocus(); in handleAppsCustomizeKeyEvent()