mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Fix outdated javadocs
This commit is contained in:
@@ -114,7 +114,7 @@ public class DatePickerDialog extends DialogFragment implements
|
|||||||
public interface OnDateSetListener {
|
public interface OnDateSetListener {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param view The view associated with this listener.
|
* @param dialog The dialog associated with this listener.
|
||||||
* @param year The year that was set.
|
* @param year The year that was set.
|
||||||
* @param monthOfYear The month that was set (0-11) for compatibility
|
* @param monthOfYear The month that was set (0-11) for compatibility
|
||||||
* with {@link java.util.Calendar}.
|
* with {@link java.util.Calendar}.
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ public abstract class DayPickerView extends ListView implements OnScrollListener
|
|||||||
* the list will not be scrolled unless forceScroll is true. This time may
|
* the list will not be scrolled unless forceScroll is true. This time may
|
||||||
* optionally be highlighted as selected as well.
|
* optionally be highlighted as selected as well.
|
||||||
*
|
*
|
||||||
* @param time The time to move to
|
* @param day The day to move to
|
||||||
* @param animate Whether to scroll to the given time or just redraw at the
|
* @param animate Whether to scroll to the given time or just redraw at the
|
||||||
* new location
|
* new location
|
||||||
* @param setSelected Whether to set the given time as selected
|
* @param setSelected Whether to set the given time as selected
|
||||||
|
|||||||
@@ -392,7 +392,7 @@ public class RadialPickerLayout extends FrameLayout implements OnTouchListener {
|
|||||||
* Returns mapping of any input degrees (0 to 360) to one of 12 visible output degrees (all
|
* Returns mapping of any input degrees (0 to 360) to one of 12 visible output degrees (all
|
||||||
* multiples of 30), where the input will be "snapped" to the closest visible degrees.
|
* multiples of 30), where the input will be "snapped" to the closest visible degrees.
|
||||||
* @param degrees The input degrees
|
* @param degrees The input degrees
|
||||||
* @param forceAboveOrBelow The output may be forced to either the higher or lower step, or may
|
* @param forceHigherOrLower The output may be forced to either the higher or lower step, or may
|
||||||
* be allowed to snap to whichever is closer. Use 1 to force strictly higher, -1 to force
|
* be allowed to snap to whichever is closer. Use 1 to force strictly higher, -1 to force
|
||||||
* strictly lower, and 0 to snap to the closer one.
|
* strictly lower, and 0 to snap to the closer one.
|
||||||
* @return output degrees, will be a multiple of 30
|
* @return output degrees, will be a multiple of 30
|
||||||
|
|||||||
@@ -720,7 +720,7 @@ public class TimePickerDialog extends AppCompatDialogFragment implements OnValue
|
|||||||
/**
|
/**
|
||||||
* Get out of keyboard mode. If there is nothing in typedTimes, revert to TimePicker's time.
|
* Get out of keyboard mode. If there is nothing in typedTimes, revert to TimePicker's time.
|
||||||
*
|
*
|
||||||
* @param changeDisplays If true, update the displays with the relevant time.
|
* @param updateDisplays If true, update the displays with the relevant time.
|
||||||
*/
|
*/
|
||||||
private void finishKbMode(boolean updateDisplays)
|
private void finishKbMode(boolean updateDisplays)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user