Searched refs:initialStep (Results 1 – 1 of 1) sorted by relevance
1120 final int initialStep; in adjustPicker() local1128 initialStep = currentHour24; in adjustPicker()1132 initialStep = hour24To12(currentHour24); in adjustPicker()1138 initialStep = getCurrentMinute() / stepSize; in adjustPicker()1143 final int nextValue = (initialStep + step) * stepSize; in adjustPicker()