Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java3192 static final int PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK = (IMPORTANT_FOR_AUTOFILL_AUTO field in View
8331 & PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK) >> PFLAG3_IMPORTANT_FOR_AUTOFILL_SHIFT;
8366 mPrivateFlags3 &= ~PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK;
8368 & PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK;
/frameworks/base/config/
Dhiddenapi-private-dex.txt97519 Landroid/view/View;->PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK:I