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

/frameworks/base/core/java/android/view/
H A DViewGroup.java590 * Gets the descendant focusability of this view group. The descendant
591 * focusability defines the relationship between this view group and its
608 * Set the descendant focusability of this view group. This defines the relationship
612 * @param focusability one of {@link #FOCUS_BEFORE_DESCENDANTS}, {@link #FOCUS_AFTER_DESCENDANTS},
615 public void setDescendantFocusability(int focusability) { argument
616 switch (focusability) {
626 mGroupFlags |= (focusability & FLAG_MASK_FOCUSABILITY);
2607 throw new IllegalStateException("descendant focusability must be "

Completed in 8089 milliseconds