Searched refs:getImportantForAutofill (Results 1 – 13 of 13) sorted by relevance
143 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()
93 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in RadioGroup()
77 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in AbsSpinner()
124 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in TimePicker()
158 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in DatePicker()
200 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in ImageView()
979 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
1649 public @AutofillImportance int getImportantForAutofill() { in getImportantForAutofill() method in AssistStructure.ViewNode2287 + ", important=" + node.getImportantForAutofill()); in dump()
413 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in WebView()
8656 structure.setImportantForAutofill(getImportantForAutofill());9099 public @AutofillImportance int getImportantForAutofill() {9203 final int parentImportance = ((View) parent).getImportantForAutofill();9215 final int importance = getImportantForAutofill();
7167 method public int getImportantForAutofill();51586 method public int getImportantForAutofill();
7167 method public int getImportantForAutofill();51730 method public int getImportantForAutofill();
16879 HSPLandroid/view/View;->getImportantForAutofill()I