Home
last modified time | relevance | path

Searched refs:mSelectionDegrees (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java151 private final int[] mSelectionDegrees = new int[2]; field in RadialTimePickerView
497 mSelectionDegrees[HOURS] = degrees; in setCurrentHourInternal()
523 return getHourForDegrees(mSelectionDegrees[HOURS], mIsOnInnerCircle); in getCurrentHour()
571 mSelectionDegrees[MINUTES] = (minute % MINUTES_IN_CIRCLE) * DEGREES_FOR_ONE_MINUTE; in setCurrentMinuteInternal()
582 return getMinuteForDegrees(mSelectionDegrees[MINUTES]); in getCurrentMinute()
748 showActivated && !mIsOnInnerCircle, mSelectionDegrees[HOURS], showActivated); in drawHoursClipped()
754 showActivated && mIsOnInnerCircle, mSelectionDegrees[HOURS], showActivated); in drawHoursClipped()
780 showActivated, mSelectionDegrees[MINUTES], showActivated); in drawMinutesClipped()
796 final int hoursAngleDeg = mSelectionDegrees[hoursIndex % 2]; in drawSelector()
797 final float hoursDotScale = mSelectionDegrees[hoursIndex % 2] % 30 != 0 ? 1 : 0; in drawSelector()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt83260 Landroid/widget/RadialTimePickerView;->mSelectionDegrees:[I