Searched defs:newiconIndex (Results 1 – 1 of 1) sorted by relevance
356 int newiconIndex = ((y - 1) * countX) + x; in handleAppsCustomizeKeyEvent() local368 int newiconIndex = Math.min(itemCount - 1, ((y + 1) * countX) + x); in handleAppsCustomizeKeyEvent() local