Searched refs:buttonIndex (Results 1 – 2 of 2) sorted by relevance
497 final int buttonIndex = parent.indexOfChild(v); in handleHotseatButtonKeyEvent() local512 if (buttonIndex > 0) { in handleHotseatButtonKeyEvent()513 parent.getChildAt(buttonIndex - 1).requestFocus(); in handleHotseatButtonKeyEvent()523 if (buttonIndex < (buttonCount - 1)) { in handleHotseatButtonKeyEvent()524 parent.getChildAt(buttonIndex + 1).requestFocus(); in handleHotseatButtonKeyEvent()
924 final int buttonIndex = i; in bindExpandArea() local930 itemHolder.dayButtons[buttonIndex].isActivated(); in bindExpandArea()931 alarm.daysOfWeek.setDaysOfWeek(!isActivated, DAY_ORDER[buttonIndex]); in bindExpandArea()933 turnOnDayOfWeek(itemHolder, buttonIndex); in bindExpandArea()935 turnOffDayOfWeek(itemHolder, buttonIndex); in bindExpandArea()