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

/frameworks/base/core/java/android/view/
H A DViewGroup.java346 public static final int FOCUS_BLOCK_DESCENDANTS = 0x60000; field in class:ViewGroup
353 FOCUS_BLOCK_DESCENDANTS};
755 * {@link #FOCUS_BLOCK_DESCENDANTS}.
760 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
772 * {@link #FOCUS_BLOCK_DESCENDANTS}.
778 case FOCUS_BLOCK_DESCENDANTS:
782 + "FOCUS_AFTER_DESCENDANTS, FOCUS_BLOCK_DESCENDANTS");
803 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) {
906 && (getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS)
[all...]

Completed in 16 milliseconds