Searched defs:IMPORTANT_FOR_AUTOFILL_AUTO (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java1244 IMPORTANT_FOR_AUTOFILL_AUTO,
1259 public static final int IMPORTANT_FOR_AUTOFILL_AUTO = 0x0; field in class:View
3123 static final int PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK = (IMPORTANT_FOR_AUTOFILL_AUTO
5218 setImportantForAutofill(a.getInt(attr, IMPORTANT_FOR_AUTOFILL_AUTO));
7848 * @return {@link #IMPORTANT_FOR_AUTOFILL_AUTO} by default, or value passed to
7854 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_AUTO, to = "auto"),
7891 * @param mode {@link #IMPORTANT_FOR_AUTOFILL_AUTO}, {@link #IMPORTANT_FOR_AUTOFILL_YES},
7929 * <li>if it returns {@link #IMPORTANT_FOR_AUTOFILL_AUTO}, then it uses some simple heuristics
7954 * @see #IMPORTANT_FOR_AUTOFILL_AUTO

Completed in 93 milliseconds