Searched refs:initialStep (Results 1 – 1 of 1) sorted by relevance
1117 final int initialStep; in adjustPicker() local1125 initialStep = currentHour24; in adjustPicker()1129 initialStep = hour24To12(currentHour24); in adjustPicker()1135 initialStep = getCurrentMinute() / stepSize; in adjustPicker()1140 final int nextValue = (initialStep + step) * stepSize; in adjustPicker()