Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java3508 static final int PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT = 19; field in View
3518 << PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT;
9825 & PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK) >> PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT; in getImportantForAutofill()
9862 mPrivateFlags3 |= (mode << PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT) in setImportantForAutofill()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63678 Landroid/view/View;->PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT:I