Searched defs:choices (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyViewTest.java | 296 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello", "Bye"}; in testMeasure_shortChoices() local 313 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello", "Bye"}; in testLayout_shortChoices() local 333 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\neveryone", "Bye"}; in testMeasure_choiceWithTwoLines() local 350 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\neveryone", "Bye"}; in testLayout_choiceWithTwoLines() local 370 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\nevery\nbody", "Bye"}; in testMeasure_choiceWithThreeLines() local 388 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\nevery\nbody", "Bye"}; in testLayout_choiceWithThreeLines() local 410 final CharSequence[] choices = new CharSequence[]{"Short", "Short", "Looooooong replyyyyy"}; in testMeasure_squeezeLongest() local 430 final CharSequence[] choices = new CharSequence[]{"Short", "Short", "Looooooong replyyyyy"}; in testLayout_squeezeLongest() local 453 final CharSequence[] choices = new CharSequence[]{"Short", "Short", in testMeasure_dropLongest() local 475 private void setSmartReplies(CharSequence[] choices) { in setSmartReplies() [all …]
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | ListUtils.java | 87 public static <T> T listSelectFirstFrom(List<T> list, T[] choices) { in listSelectFirstFrom()
|
/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()
|
/frameworks/base/core/java/android/app/ |
D | RemoteInput.java | 126 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, in RemoteInput() 261 public Builder setChoices(@Nullable CharSequence[] choices) { in setChoices()
|
D | Notification.java | 5851 CharSequence[] choices = r.getChoices(); in hasValidRemoteInput() local
|
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/ |
D | MainActivity.java | 391 private static Size chooseVideoSize(Size[] choices) { in chooseVideoSize() 401 private static Size chooseOptimalSize(Size[] choices, int width, int height, Size aspectRatio) { in chooseOptimalSize()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationUiAdjustmentTest.java | 243 private RemoteInput createRemoteInput(String resultKey, String label, CharSequence[] choices) { in createRemoteInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyView.java | 821 public final List<CharSequence> choices; field in SmartReplyView.SmartReplies 824 public SmartReplies(@NonNull List<CharSequence> choices, @NonNull RemoteInput remoteInput, in SmartReplies()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 373 ArrayList<CharSequence> choices = new ArrayList<>(); in getSmartReplies() local
|