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

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
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...]
RadialPickerLayout.java 427 * @param isInnerCircle Whether the selection should be in the inner circle; will be ignored
435 private int reselectSelector(int degrees, boolean isInnerCircle,
458 radialSelectorView.setSelection(degrees, isInnerCircle, forceDrawDot);
464 if (degrees == 0 && isInnerCircle) {
466 } else if (degrees == 360 && !isInnerCircle) {
477 if (currentShowing == HOUR_INDEX && mIs24HourMode && !isInnerCircle && degrees != 0) {
490 * @param isInnerCircle If the selection may be in the inner circle, pass in a size-1 boolean
496 final Boolean[] isInnerCircle) {
500 pointX, pointY, forceLegal, isInnerCircle);
503 pointX, pointY, forceLegal, isInnerCircle);
    [all...]

Completed in 76 milliseconds