Searched refs:isInnerCircle (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java425 * @param isInnerCircle Whether the selection should be in the inner circle; will be ignored
433 private int reselectSelector(int degrees, boolean isInnerCircle, argument
456 radialSelectorView.setSelection(degrees, isInnerCircle, forceDrawDot);
462 if (degrees == 0 && isInnerCircle) {
464 } else if (degrees == 360 && !isInnerCircle) {
475 if (currentShowing == HOUR_INDEX && mIs24HourMode && !isInnerCircle && degrees != 0) {
488 * @param isInnerCircle If the selection may be in the inner circle, pass in a size-1 boolean
494 final Boolean[] isInnerCircle) {
498 pointX, pointY, forceLegal, isInnerCircle);
501 pointX, pointY, forceLegal, isInnerCircle);
493 getDegreesFromCoords(float pointX, float pointY, boolean forceLegal, final Boolean[] isInnerCircle) argument
[all...]
H A DRadialSelectorView.java91 * @param isInnerCircle Whether the initial selection is in the inner or outer circle.
95 boolean disappearsOut, int selectionDegrees, boolean isInnerCircle) {
140 setSelection(selectionDegrees, isInnerCircle, false);
160 * @param isInnerCircle Whether the selection should be in the inner circle or outer. Will be
166 public void setSelection(int selectionDegrees, boolean isInnerCircle, boolean forceDrawDot) { argument
172 if (isInnerCircle) {
196 final Boolean[] isInnerCircle) {
207 // If we're told to force the coordinates to be legal, we'll set the isInnerCircle
214 isInnerCircle[0] = (distanceToInnerNumber <= distanceToOuterNumber);
217 // two allotted equally), set the isInnerCircle boolea
94 initialize(Context context, boolean is24HourMode, boolean hasInnerCircle, boolean disappearsOut, int selectionDegrees, boolean isInnerCircle) argument
195 getDegreesFromCoords(float pointX, float pointY, boolean forceLegal, final Boolean[] isInnerCircle) argument
[all...]

Completed in 90 milliseconds