Searched refs:checkedIndex (Results 1 – 2 of 2) sorted by relevance
161 int checkedIndex = ALWAYS_ASK_CONDITION_INDEX; in setupRadioButtons() local163 checkedIndex = FOREVER_CONDITION_INDEX; in setupRadioButtons()165 checkedIndex = COUNTDOWN_CONDITION_INDEX; in setupRadioButtons()174 getConditionTagAt(checkedIndex).rb.setChecked(true); in setupRadioButtons()
5547 for (int checkedIndex = 0; checkedIndex < mCheckedIdStates.size(); checkedIndex++) { in confirmCheckedPositionsById()5548 final long id = mCheckedIdStates.keyAt(checkedIndex); in confirmCheckedPositionsById()5549 final int lastPos = mCheckedIdStates.valueAt(checkedIndex); in confirmCheckedPositionsById()5562 mCheckedIdStates.setValueAt(checkedIndex, searchPos); in confirmCheckedPositionsById()5569 checkedIndex--; in confirmCheckedPositionsById()