Searched defs:dispatchProvideAutofillStructure (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTimePicker.java553 public void dispatchProvideAutofillStructure(ViewStructure structure, int flags) { method in class:TimePicker
H A DDatePicker.java797 public void dispatchProvideAutofillStructure(ViewStructure structure, int flags) { method in class:DatePicker
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java319 public void dispatchProvideAutofillStructure(ViewStructure structure, int flags) { method in class:TextInputLayout
321 super.dispatchProvideAutofillStructure(structure, flags);
330 super.dispatchProvideAutofillStructure(structure, flags);
387 // Save the hint so it can be restored on dispatchProvideAutofillStructure();
/frameworks/base/core/java/android/view/
H A DViewGroup.java3487 public void dispatchProvideAutofillStructure(ViewStructure structure, method in class:ViewGroup
3489 super.dispatchProvideAutofillStructure(structure, flags);
3495 Log.v(VIEW_LOG_TAG, "dispatchProvideAutofillStructure(): not laid out, ignoring "
3506 child.dispatchProvideAutofillStructure(cstructure, flags);
H A DView.java8103 * {@code super.dispatchProvideAutofillStructure(structure, flags)} or explicitly
8120 public void dispatchProvideAutofillStructure(@NonNull ViewStructure structure, method in class:View

Completed in 238 milliseconds