Home | History | Annotate | Download | only in view

Lines Matching refs:FOCUS_BLOCK_DESCENDANTS

291     public static final int FOCUS_BLOCK_DESCENDANTS = 0x60000;
298 FOCUS_BLOCK_DESCENDANTS};
516 * {@link #FOCUS_BLOCK_DESCENDANTS}.
521 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
533 * {@link #FOCUS_BLOCK_DESCENDANTS}.
539 case FOCUS_BLOCK_DESCENDANTS:
543 + "FOCUS_AFTER_DESCENDANTS, FOCUS_BLOCK_DESCENDANTS");
568 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) {
595 && (getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS)
846 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) {
870 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS
2313 * @see #FOCUS_BLOCK_DESCENDANTS
2325 case FOCUS_BLOCK_DESCENDANTS:
2337 + "one of FOCUS_BEFORE_DESCENDANTS, FOCUS_AFTER_DESCENDANTS, FOCUS_BLOCK_DESCENDANTS "