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

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 425 * @param isInnerCircle Whether the selection should be in the inner circle; will be ignored
433 private int reselectSelector(int degrees, boolean isInnerCircle,
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);
    [all...]
RadialSelectorView.java 91 * @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) {
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 boolean as the closer one
    [all...]

Completed in 989 milliseconds