Home | History | Annotate | Download | only in launcher2

Lines Matching full:newiconindex

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