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

/frameworks/base/core/java/android/view/
H A DView.java1245 IMPORTANT_FOR_AUTOFILL_YES,
1267 public static final int IMPORTANT_FOR_AUTOFILL_YES = 0x1; field in class:View
3124 | IMPORTANT_FOR_AUTOFILL_YES | IMPORTANT_FOR_AUTOFILL_NO
7855 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES, to = "yes"),
7891 * @param mode {@link #IMPORTANT_FOR_AUTOFILL_AUTO}, {@link #IMPORTANT_FOR_AUTOFILL_YES},
7925 * <li>if it returns {@link #IMPORTANT_FOR_AUTOFILL_YES} or
7955 * @see #IMPORTANT_FOR_AUTOFILL_YES
7977 || importance == IMPORTANT_FOR_AUTOFILL_YES) {

Completed in 104 milliseconds