Searched defs:focusability (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/
H A DViewGroup.java514 * Gets the descendant focusability of this view group. The descendant
515 * focusability defines the relationship between this view group and its
532 * Set the descendant focusability of this view group. This defines the relationship
536 * @param focusability one of {@link #FOCUS_BEFORE_DESCENDANTS}, {@link #FOCUS_AFTER_DESCENDANTS},
539 public void setDescendantFocusability(int focusability) { argument
540 switch (focusability) {
550 mGroupFlags |= (focusability & FLAG_MASK_FOCUSABILITY);
2334 throw new IllegalStateException("descendant focusability must be "

Completed in 68 milliseconds