Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A 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()
582 return getMinuteForDegrees(mSelectionDegrees[MINUTES]); in getCurrentMinute()
780 showActivated, mSelectionDegrees[MINUTES], showActivated); in drawMinutesClipped()
796 final int hoursAngleDeg = mSelectionDegrees[hoursIndex % 2]; in drawSelector()
801 final int minutesAngleDeg = mSelectionDegrees[minutesIndex]; in drawSelector()
1014 || mSelectionDegrees[HOURS] != snapDegrees; in handleTouchInput()
1016 mSelectionDegrees[HOURS] = snapDegrees; in handleTouchInput()
1021 valueChanged = mSelectionDegrees[MINUTES] != snapDegrees; in handleTouchInput()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt72154 Landroid/widget/RadialTimePickerView;->mSelectionDegrees:[I