Searched refs:initialStep (Results 1 – 1 of 1) sorted by relevance
1128 final int initialStep; in adjustPicker() local1136 initialStep = currentHour24; in adjustPicker()1140 initialStep = hour24To12(currentHour24); in adjustPicker()1146 initialStep = getCurrentMinute() / stepSize; in adjustPicker()1151 final int nextValue = (initialStep + step) * stepSize; in adjustPicker()