Searched refs:forceDrawDot (Results 1 - 2 of 2) sorted by path

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java429 * @param forceDrawDot The dot in the circle will generally only be shown when the selection
434 boolean forceToVisibleValue, boolean forceDrawDot) {
456 radialSelectorView.setSelection(degrees, isInnerCircle, forceDrawDot);
433 reselectSelector(int degrees, boolean isInnerCircle, boolean forceToVisibleValue, boolean forceDrawDot) argument
H A DRadialSelectorView.java162 * @param forceDrawDot Whether to force the dot in the center of the selection circle to be
166 public void setSelection(int selectionDegrees, boolean isInnerCircle, boolean forceDrawDot) { argument
169 mForceDrawDot = forceDrawDot;

Completed in 53 milliseconds