Home
last modified time | relevance | path

Searched refs:IMPORTANT_FOR_AUTOFILL_NO (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DImageView.java268 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_NO); in initImageView()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java1410 IMPORTANT_FOR_AUTOFILL_NO,
1439 public static final int IMPORTANT_FOR_AUTOFILL_NO = 0x2; field in View
3515 | IMPORTANT_FOR_AUTOFILL_YES | IMPORTANT_FOR_AUTOFILL_NO
9809 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO, to = "no"),
9817 @EnumEntry(value = IMPORTANT_FOR_AUTOFILL_NO, name = "no"),
9963 || importance == IMPORTANT_FOR_AUTOFILL_NO) { in isImportantForAutofill()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52732 field public static final int IMPORTANT_FOR_AUTOFILL_NO = 2; // 0x2