Searched refs:initialStep (Results 1 – 1 of 1) sorted by relevance
1115 final int initialStep; in adjustPicker() local1123 initialStep = currentHour24; in adjustPicker()1127 initialStep = hour24To12(currentHour24); in adjustPicker()1133 initialStep = getCurrentMinute() / stepSize; in adjustPicker()1138 final int nextValue = (initialStep + step) * stepSize; in adjustPicker()