Home
last modified time | relevance | path

Searched defs:newiconIndex (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java158 int newiconIndex = ((y - 1) * countX) + x; in handleAppsCustomizeKeyEvent() local
169 int newiconIndex = Math.min(itemCount - 1, ((y + 1) * countX) + x); in handleAppsCustomizeKeyEvent() local
/packages/apps/Launcher2/src/com/android/launcher2/
DFocusHelper.java356 int newiconIndex = ((y - 1) * countX) + x; in handleAppsCustomizeKeyEvent() local
368 int newiconIndex = Math.min(itemCount - 1, ((y + 1) * countX) + x); in handleAppsCustomizeKeyEvent() local