Home | History | Annotate | Download | only in launcher2

Lines Matching refs:buttonIndex

497         final int buttonIndex = parent.indexOfChild(v);
512 if (buttonIndex > 0) {
513 parent.getChildAt(buttonIndex - 1).requestFocus();
523 if (buttonIndex < (buttonCount - 1)) {
524 parent.getChildAt(buttonIndex + 1).requestFocus();