Home
last modified time | relevance | path

Searched refs:getImportantForAutofill (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/assist/
DAssistStructureTest.java143 assertThat(rootView.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO); in assertStructureWithManySmallViews()
196 assertThat(rootView.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO); in assertStructureWithOneBigView()
249 assertThat(view.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_YES); in assertSmallView()
/frameworks/base/core/java/android/widget/
DRadioGroup.java93 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in RadioGroup()
DAbsSpinner.java77 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in AbsSpinner()
DTimePicker.java124 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in TimePicker()
DDatePicker.java158 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in DatePicker()
DImageView.java200 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in ImageView()
DTextView.java979 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1649 public @AutofillImportance int getImportantForAutofill() { in getImportantForAutofill() method in AssistStructure.ViewNode
2287 + ", important=" + node.getImportantForAutofill()); in dump()
/frameworks/base/core/java/android/webkit/
DWebView.java413 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in WebView()
/frameworks/base/core/java/android/view/
DView.java8656 structure.setImportantForAutofill(getImportantForAutofill());
9099 public @AutofillImportance int getImportantForAutofill() {
9203 final int parentImportance = ((View) parent).getImportantForAutofill();
9215 final int importance = getImportantForAutofill();
/frameworks/base/non-updatable-api/
Dcurrent.txt7167 method public int getImportantForAutofill();
51586 method public int getImportantForAutofill();
/frameworks/base/api/
Dcurrent.txt7167 method public int getImportantForAutofill();
51730 method public int getImportantForAutofill();
/frameworks/base/config/
Dboot-image-profile.txt16879 HSPLandroid/view/View;->getImportantForAutofill()I