Searched refs:mSelectionDegrees (Results 1 – 2 of 2) sorted by relevance
150 private final int[] mSelectionDegrees = new int[2]; field in RadialTimePickerView494 mSelectionDegrees[HOURS] = degrees; in setCurrentHourInternal()520 return getHourForDegrees(mSelectionDegrees[HOURS], mIsOnInnerCircle); in getCurrentHour()568 mSelectionDegrees[MINUTES] = (minute % MINUTES_IN_CIRCLE) * DEGREES_FOR_ONE_MINUTE; in setCurrentMinuteInternal()579 return getMinuteForDegrees(mSelectionDegrees[MINUTES]); in getCurrentMinute()745 showActivated && !mIsOnInnerCircle, mSelectionDegrees[HOURS], showActivated); in drawHoursClipped()751 showActivated && mIsOnInnerCircle, mSelectionDegrees[HOURS], showActivated); in drawHoursClipped()777 showActivated, mSelectionDegrees[MINUTES], showActivated); in drawMinutesClipped()793 final int hoursAngleDeg = mSelectionDegrees[hoursIndex % 2]; in drawSelector()794 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()