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

/frameworks/base/core/java/android/view/
H A DView.java1207 IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS,
1243 public static final int IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS = 0x4; field in class:View
3087 | IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS
7811 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS,
7835 * be {@link #IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS}.
7846 * {@link #IMPORTANT_FOR_AUTOFILL_NO}, {@link #IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS},
7880 * {@link #IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS}, then it returns {@code true}
7911 * @see #IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS
7921 || parentImportance == IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS) {
7930 if (importance == IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS
[all...]

Completed in 92 milliseconds