Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DFocusHelper.java356 int newiconIndex = ((y - 1) * countX) + x; in handleAppsCustomizeKeyEvent() local
357 itemContainer.getChildAt(newiconIndex).requestFocus(); in handleAppsCustomizeKeyEvent()
368 int newiconIndex = Math.min(itemCount - 1, ((y + 1) * countX) + x); in handleAppsCustomizeKeyEvent() local
369 itemContainer.getChildAt(newiconIndex).requestFocus(); in handleAppsCustomizeKeyEvent()