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