Searched defs:getAutofillValue (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRadioGroup.java451 public AutofillValue getAutofillValue() { method in class:RadioGroup
H A DAbsSpinner.java512 public AutofillValue getAutofillValue() { method in class:AbsSpinner
H A DCompoundButton.java602 public AutofillValue getAutofillValue() { method in class:CompoundButton
H A DTimePicker.java373 AutofillValue getAutofillValue(); method in interface:TimePicker.TimePickerDelegate
428 // The value that was passed to autofill() - it must be stored because it getAutofillValue()
463 // returned by getAutofillValue() matches it.
468 public final AutofillValue getAutofillValue() { method in class:TimePicker.AbstractTimePickerDelegate
574 public AutofillValue getAutofillValue() { method in class:TimePicker
575 return isEnabled() ? mDelegate.getAutofillValue() : null;
H A DDatePicker.java533 AutofillValue getAutofillValue(); method in interface:DatePicker.DatePickerDelegate
587 // The value that was passed to autofill() - it must be stored because it getAutofillValue()
636 // returned by getAutofillValue() matches it.
641 public final AutofillValue getAutofillValue() { method in class:DatePicker.AbstractDatePickerDelegate
818 public AutofillValue getAutofillValue() { method in class:DatePicker
819 return isEnabled() ? mDelegate.getAutofillValue() : null;
H A DTextView.java10345 public AutofillValue getAutofillValue() { method in class:TextView
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1003 @Nullable public AutofillValue getAutofillValue() { method in class:AssistStructure.ViewNode
2038 + ", value=" + node.getAutofillValue()
/frameworks/base/core/java/android/view/
H A DView.java1100 * <li>{@link #getAutofillValue()} to return a
7541 structure.setAutofillValue(getAutofillValue());
7736 * {@link #getAutofillValue()} must be equal to the {@code value} passed to it, otherwise the
7838 public AutofillValue getAutofillValue() { method in class:View

Completed in 298 milliseconds