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

/frameworks/base/core/java/android/view/
H A DViewGroup.java323 public static final int FOCUS_BLOCK_DESCENDANTS = 0x60000; field in class:ViewGroup
330 FOCUS_BLOCK_DESCENDANTS};
562 * {@link #FOCUS_BLOCK_DESCENDANTS}.
567 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
579 * {@link #FOCUS_BLOCK_DESCENDANTS}.
585 case FOCUS_BLOCK_DESCENDANTS:
589 + "FOCUS_AFTER_DESCENDANTS, FOCUS_BLOCK_DESCENDANTS");
614 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) {
641 && (getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS)
[all...]

Completed in 559 milliseconds