OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hourdegrees
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java
211
int
hourDegrees
= (initialHoursOfDay % 12) * HOUR_VALUE_TO_DEGREES_STEP_SIZE;
213
hourDegrees
, isHourInnerCircle(initialHoursOfDay));
232
int
hourDegrees
= (value % 12) * HOUR_VALUE_TO_DEGREES_STEP_SIZE;
233
mHourRadialSelectorView.setSelection(
hourDegrees
, isHourInnerCircle(value), false);
[
all
...]
Completed in 237 milliseconds