Searched defs:PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java3085 static final int PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK = (IMPORTANT_FOR_AUTOFILL_AUTO field in class:View
7817 & PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK) >> PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT;
7852 mPrivateFlags3 &= ~PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK;
7854 & PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK;

Completed in 95 milliseconds