Searched refs:pickerIndex (Results 1 – 4 of 4) sorted by relevance
392 public void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance) {393 if (pickerIndex == HOUR_INDEX) {404 } else if (pickerIndex == MINUTE_INDEX){407 } else if (pickerIndex == AMPM_INDEX) {409 } else if (pickerIndex == ENABLE_PICKER_INDEX) {
97 void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance); in onValueSelected() argument
693 public void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance) {694 switch (pickerIndex) {
190 void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance); in onValueSelected() argument