Home | History | Annotate | Download | only in launcher2

Lines Matching full:newiconindex

356                         int newiconIndex = ((y - 1) * countX) + x;
357 itemContainer.getChildAt(newiconIndex).requestFocus();
368 int newiconIndex = Math.min(itemCount - 1, ((y + 1) * countX) + x);
369 itemContainer.getChildAt(newiconIndex).requestFocus();