Searched defs:isInnerCircle (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialSelectorView.java83 * @param isInnerCircle Whether the initial selection is in the inner or outer circle.
87 boolean disappearsOut, int selectionDegrees, boolean isInnerCircle) {
131 setSelection(selectionDegrees, isInnerCircle, false);
138 * @param isInnerCircle Whether the selection should be in the inner circle or outer. Will be
144 public void setSelection(int selectionDegrees, boolean isInnerCircle, boolean forceDrawDot) { argument
150 if (isInnerCircle) {
174 final Boolean[] isInnerCircle) {
185 // If we're told to force the coordinates to be legal, we'll set the isInnerCircle
192 isInnerCircle[0] = (distanceToInnerNumber <= distanceToOuterNumber);
195 // two allotted equally), set the isInnerCircle boolea
86 initialize(Context context, boolean is24HourMode, boolean hasInnerCircle, boolean disappearsOut, int selectionDegrees, boolean isInnerCircle) argument
173 getDegreesFromCoords(float pointX, float pointY, boolean forceLegal, final Boolean[] isInnerCircle) argument
[all...]
H A DRadialPickerLayout.java416 * @param isInnerCircle Whether the selection should be in the inner circle; will be ignored
424 private int reselectSelector(int degrees, boolean isInnerCircle, argument
447 radialSelectorView.setSelection(degrees, isInnerCircle, forceDrawDot);
453 if (degrees == 0 && isInnerCircle) {
455 } else if (degrees == 360 && !isInnerCircle) {
466 if (currentShowing == HOUR_INDEX && mIs24HourMode && !isInnerCircle && degrees != 0) {
479 * @param isInnerCircle If the selection may be in the inner circle, pass in a size-1 boolean
485 final Boolean[] isInnerCircle) {
489 pointX, pointY, forceLegal, isInnerCircle);
492 pointX, pointY, forceLegal, isInnerCircle);
484 getDegreesFromCoords(float pointX, float pointY, boolean forceLegal, final Boolean[] isInnerCircle) argument
[all...]

Completed in 32 milliseconds