Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d280012 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 4b2eb9a5: Merge "docs: fix typos and clarify some grammar in summary...

am 4b2eb9a5: Merge "docs: fix typos and clarify some grammar in summary external issue 21548" into ics-mr1

* commit '4b2eb9a5':
  docs: fix typos and clarify some grammar in summary external issue 21548
parents b7b56baa 4b2eb9a5
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -54,14 +54,14 @@ import com.android.internal.R;

/**
 * A widget that enables the user to select a number form a predefined range.
 * The widget presents an input filed and up and down buttons for selecting the
 * current value. Pressing/long pressing the up and down buttons increments and
 * decrements the current value respectively. Touching the input filed shows a
 * scroll wheel, tapping on which while shown and not moving allows direct edit
 * of the current value. Sliding motions up or down hide the buttons and the
 * input filed, show the scroll wheel, and rotate the latter. Flinging is
 * The widget presents an input field and up and down buttons for selecting the
 * current value. Pressing/long-pressing the up and down buttons increments and
 * decrements the current value respectively. Touching the input field shows a
 * scroll wheel, which when touched allows direct edit
 * of the current value. Sliding gestures up or down hide the buttons and the
 * input filed, show and rotates the scroll wheel. Flinging is
 * also supported. The widget enables mapping from positions to strings such
 * that instead the position index the corresponding string is displayed.
 * that, instead of the position index, the corresponding string is displayed.
 * <p>
 * For an example of using this widget, see {@link android.widget.TimePicker}.
 * </p>