Home
last modified time | relevance | path

Searched refs:choices (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/base/core/java/android/app/
DRemoteInput.java79 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, in RemoteInput() argument
83 this.mChoices = choices; in RemoteInput()
165 public Builder setChoices(CharSequence[] choices) { in setChoices() argument
166 if (choices == null) { in setChoices()
169 mChoices = new CharSequence[choices.length]; in setChoices()
170 for (int i = 0; i < choices.length; i++) { in setChoices()
171 mChoices[i] = Notification.safeCharSequence(choices[i]); in setChoices()
/frameworks/support/v4/java/android/support/v4/app/
DRemoteInput.java43 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, in RemoteInput() argument
47 this.mChoices = choices; in RemoteInput()
129 public Builder setChoices(CharSequence[] choices) { in setChoices() argument
130 mChoices = choices; in setChoices()
266 CharSequence label, CharSequence[] choices, boolean allowFreeFormInput,
268 return new RemoteInput(resultKey, label, choices, allowFreeFormInput, extras);
/frameworks/base/docs/html/guide/topics/ui/controls/
Dspinner.jd39 <p>To populate the spinner with a list of choices, you then need to specify a {@link
45 <p>The choices you provide for the spinner can come from any source, but must be provided through
47 choices are available in an array or a {@link android.widget.CursorAdapter} if the choices are
50 <p>For instance, if the available choices for your spinner are pre-determined, you can provide
80 // Specify the layout to use when the list of choices appears
95 the layout the adapter should use to display the list of spinner choices ({@link
/frameworks/base/core/java/android/hardware/camera2/utils/
DListUtils.java87 public static <T> T listSelectFirstFrom(List<T> list, T[] choices) { in listSelectFirstFrom() argument
92 for (T choice : choices) { in listSelectFirstFrom()
/frameworks/base/tools/preload2/src/com/android/preload/ui/
DUI.java184 public <T> T showChoiceDialog(String title, String message, T[] choices) { in showChoiceDialog() argument
196 choices, in showChoiceDialog()
197 choices[0]); in showChoiceDialog()
/frameworks/support/v4/donut/android/support/v4/app/
DRemoteInputCompatBase.java32 CharSequence[] choices, boolean allowFreeFormInput, Bundle extras); in build() argument
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
DCameraTooActivity.java90 static Size chooseBigEnoughSize(Size[] choices, int width, int height) { in chooseBigEnoughSize() argument
93 for (Size option : choices) { in chooseBigEnoughSize()
104 return choices[0]; in chooseBigEnoughSize()
/frameworks/base/cmds/uiautomator/library/
Dapicheck_msg_current.txt5 To make these errors go away, you have two choices:
/frameworks/support/
Dapicheck_msg_current.txt5 To make these errors go away, you have two choices:
/frameworks/base/docs/html/guide/topics/connectivity/
Dindex.jd17 the wireless radio can affect your choices on when, what, and how to transfer data in order to
/frameworks/base/docs/html/training/wearables/watch-faces/
Dconfiguration.jd84 <p>Wearable configuration activities provide a limited set of customization choices for a
86 configuration activity should provide binary choices and just a few selections to customize
122 <p>Companion configuration activities give users access to the full set of configuration choices
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd74 <p>Learn peoples' preferences over time. Rather than asking them to make the same choices over and
75 over, place previous choices within easy reach.</p>
124 <p>Take your best guess and act rather than asking first. Too many choices and decisions make people
Dcreative-vision.jd37 of all ages and cultures feel firmly in control, and are never overwhelmed by too many choices or
/frameworks/base/docs/html/training/tv/discovery/
Dindex.jd26 least amount of input possible. With the number of choices available to users, it is important for
/frameworks/base/docs/html/training/efficient-downloads/
Dindex.jd29 …ll learn how the power-use profile of the wireless radio can affect your choices on when, what, an…
/frameworks/base/docs/html/wear/preview/features/
Dnotifications.jd95 …(e.g., a Reply action), then the choices you set with <a href="http://developer.android.com/refere…
176 Smart Reply provides the user with contextually relevant, touchable choices in
178 list of choices that the developer provides in
/frameworks/base/docs/html/training/tv/playback/
Dguided-step.jd132 provide additional information about user choices, use label actions.
163 choices. Subactions are described in <a href="#subactions">Add subactions</a>.
190 Some actions might require giving the user an additional set of choices. A
/frameworks/base/docs/html/design/patterns/
Dwidgets.jd125choices right after the widget is dropped onto a home panel. Keep the widget configuration light a…
Dhelp.jd110 …r they need. Make it less burdensome with friendly formatting and layout choices like bold heading…
/frameworks/base/docs/html/training/wearables/ui/
Dlists.jd28 <p>Lists let users select an item from a set of choices easily on wearable devices. This lesson
/frameworks/base/docs/html/training/design-navigation/
Dwireframing.jd34 …d consistent with Android best practices. We also need to make different choices for our different…
/frameworks/base/docs/html/training/articles/
Duser-data-overview.jd92 choices, without being overwhelmed by complex and technical permission
/frameworks/base/docs/html/design/wear/
Dpatterns.jd135 … be required. In these cases, the most probable default values for these choices should be chosen …
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd260 multiple choices that are mutually exclusive (radio button choices).
262 has multiple choices that are <em>not</em> mutually exclusive (checkbox choices).
/frameworks/base/docs/html/wear/preview/
Dapi-overview.jd159 touchable choices in the expanded notification and in

12