Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java3699 static final int PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT = 19; field in View
3709 << PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT;
10344 & PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK) >> PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT;
10381 mPrivateFlags3 |= (mode << PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT)
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63035 Landroid/view/View;->PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT:I