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

/frameworks/base/core/java/android/view/
H A DViewGroup.java277 public static final int FOCUS_BLOCK_DESCENDANTS = 0x60000; field in class:ViewGroup
284 FOCUS_BLOCK_DESCENDANTS};
468 * {@link #FOCUS_BLOCK_DESCENDANTS}.
473 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
485 * {@link #FOCUS_BLOCK_DESCENDANTS}.
491 case FOCUS_BLOCK_DESCENDANTS:
495 + "FOCUS_AFTER_DESCENDANTS, FOCUS_BLOCK_DESCENDANTS");
520 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) {
547 && (getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS)
[all...]

Completed in 116 milliseconds