Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java152 private final int[] mSelectionDegrees = new int[2]; field in RadialTimePickerView
498 mSelectionDegrees[HOURS] = degrees; in setCurrentHourInternal()
524 return getHourForDegrees(mSelectionDegrees[HOURS], mIsOnInnerCircle); in getCurrentHour()
583 return getMinuteForDegrees(mSelectionDegrees[MINUTES]); in getCurrentMinute()
781 showActivated, mSelectionDegrees[MINUTES], showActivated); in drawMinutesClipped()
797 final int hoursAngleDeg = mSelectionDegrees[hoursIndex % 2]; in drawSelector()
802 final int minutesAngleDeg = mSelectionDegrees[minutesIndex]; in drawSelector()
1015 || mSelectionDegrees[HOURS] != snapDegrees; in handleTouchInput()
1017 mSelectionDegrees[HOURS] = snapDegrees; in handleTouchInput()
1022 valueChanged = mSelectionDegrees[MINUTES] != snapDegrees; in handleTouchInput()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt68831 Landroid/widget/RadialTimePickerView;->mSelectionDegrees:[I