Searched refs:mSelectionDegrees (Results 1 – 2 of 2) sorted by relevance
151 private final int[] mSelectionDegrees = new int[2]; field in RadialTimePickerView495 mSelectionDegrees[HOURS] = degrees; in setCurrentHourInternal()521 return getHourForDegrees(mSelectionDegrees[HOURS], mIsOnInnerCircle); in getCurrentHour()569 mSelectionDegrees[MINUTES] = (minute % MINUTES_IN_CIRCLE) * DEGREES_FOR_ONE_MINUTE; in setCurrentMinuteInternal()580 return getMinuteForDegrees(mSelectionDegrees[MINUTES]); in getCurrentMinute()746 showActivated && !mIsOnInnerCircle, mSelectionDegrees[HOURS], showActivated); in drawHoursClipped()752 showActivated && mIsOnInnerCircle, mSelectionDegrees[HOURS], showActivated); in drawHoursClipped()778 showActivated, mSelectionDegrees[MINUTES], showActivated); in drawMinutesClipped()794 final int hoursAngleDeg = mSelectionDegrees[hoursIndex % 2]; in drawSelector()795 final float hoursDotScale = mSelectionDegrees[hoursIndex % 2] % 30 != 0 ? 1 : 0; in drawSelector()[all …]
72 private int mSelectionDegrees; field in RadialSelectorView167 mSelectionDegrees = selectionDegrees; in setSelection()305 if (mForceDrawDot | mSelectionDegrees % 30 != 0) { in onDraw()