Home
last modified time | relevance | path

Searched refs:IMPORTANT_FOR_AUTOFILL_AUTO (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java20 import static android.view.View.IMPORTANT_FOR_AUTOFILL_AUTO;
146 assertThat(rootView.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO); in assertStructureWithManySmallViews()
199 assertThat(rootView.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO); in assertStructureWithOneBigView()
/aosp12/frameworks/base/core/java/android/widget/
H A DRadioGroup.java98 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in RadioGroup()
H A DAbsSpinner.java77 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in AbsSpinner()
H A DTimePicker.java124 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in TimePicker()
H A DDatePicker.java158 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in DatePicker()
H A DImageView.java266 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in initImageView()
H A DTextView.java1035 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
/aosp12/frameworks/base/core/java/android/webkit/
H A DWebView.java424 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in WebView()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java1363 IMPORTANT_FOR_AUTOFILL_AUTO,
1378 public static final int IMPORTANT_FOR_AUTOFILL_AUTO = 0x0; field in View
3431 static final int PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK = (IMPORTANT_FOR_AUTOFILL_AUTO
5989 setImportantForAutofill(a.getInt(attr, IMPORTANT_FOR_AUTOFILL_AUTO));
9472 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_AUTO, to = "auto"),
9480 @EnumEntry(value = IMPORTANT_FOR_AUTOFILL_AUTO, name = "auto"),
9621 if (importance != IMPORTANT_FOR_AUTOFILL_AUTO) { in isImportantForAutofill()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49325 field public static final int IMPORTANT_FOR_AUTOFILL_AUTO = 0; // 0x0