/frameworks/base/core/java/android/app/ |
D | RemoteInput.java | 79 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/ |
D | RemoteInput.java | 43 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/ |
D | spinner.jd | 39 <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/ |
D | ListUtils.java | 87 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/ |
D | UI.java | 184 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/ |
D | RemoteInputCompatBase.java | 32 CharSequence[] choices, boolean allowFreeFormInput, Bundle extras); in build() argument
|
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/ |
D | CameraTooActivity.java | 90 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/ |
D | apicheck_msg_current.txt | 5 To make these errors go away, you have two choices:
|
/frameworks/support/ |
D | apicheck_msg_current.txt | 5 To make these errors go away, you have two choices:
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | index.jd | 17 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/ |
D | configuration.jd | 84 <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/ |
D | principles.jd | 74 <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
|
D | creative-vision.jd | 37 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/ |
D | index.jd | 26 least amount of input possible. With the number of choices available to users, it is important for
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | index.jd | 29 …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/ |
D | notifications.jd | 95 …(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/ |
D | guided-step.jd | 132 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/ |
D | widgets.jd | 125 …choices right after the widget is dropped onto a home panel. Keep the widget configuration light a…
|
D | help.jd | 110 …r they need. Make it less burdensome with friendly formatting and layout choices like bold heading…
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | lists.jd | 28 <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/ |
D | wireframing.jd | 34 …d consistent with Android best practices. We also need to make different choices for our different…
|
/frameworks/base/docs/html/training/articles/ |
D | user-data-overview.jd | 92 choices, without being overwhelmed by complex and technical permission
|
/frameworks/base/docs/html/design/wear/ |
D | patterns.jd | 135 … be required. In these cases, the most probable default values for these choices should be chosen …
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.3.jd | 260 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/ |
D | api-overview.jd | 159 touchable choices in the expanded notification and in
|