Home
last modified time | relevance | path

Searched refs:PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DView.java3431 static final int PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK = (IMPORTANT_FOR_AUTOFILL_AUTO field in View
9490 & PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK) >> PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT; in getImportantForAutofill()
9525 mPrivateFlags3 &= ~PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK; in setImportantForAutofill()
9527 & PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK; in setImportantForAutofill()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67000 Landroid/view/View;->PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK:I