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

/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java54 public static final int IMPORTANT_FOR_ACCESSIBILITY_AUTO = 0x00000000; field in class:ViewCompat
606 * @see #IMPORTANT_FOR_ACCESSIBILITY_AUTO
622 * @see #IMPORTANT_FOR_ACCESSIBILITY_AUTO
/frameworks/base/core/java/android/view/
H A DView.java2091 public static final int IMPORTANT_FOR_ACCESSIBILITY_AUTO = 0x00000000; field in class:View
2106 static final int IMPORTANT_FOR_ACCESSIBILITY_DEFAULT = IMPORTANT_FOR_ACCESSIBILITY_AUTO;
2112 static final int PFLAG2_IMPORTANT_FOR_ACCESSIBILITY_MASK = (IMPORTANT_FOR_ACCESSIBILITY_AUTO
5242 if (nonEmptyDesc && getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
6712 * @see #IMPORTANT_FOR_ACCESSIBILITY_AUTO
6715 @ViewDebug.IntToString(from = IMPORTANT_FOR_ACCESSIBILITY_AUTO, to = "auto"),
6735 * @see #IMPORTANT_FOR_ACCESSIBILITY_AUTO
6761 case IMPORTANT_FOR_ACCESSIBILITY_AUTO:

Completed in 114 milliseconds