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

/frameworks/base/core/java/android/view/
H A DViewGroup.java358 * Gets the descendant focusability of this view group. The descendant
359 * focusability defines the relationship between this view group and its
376 * Set the descendant focusability of this view group. This defines the relationship
380 * @param focusability one of {@link #FOCUS_BEFORE_DESCENDANTS}, {@link #FOCUS_AFTER_DESCENDANTS},
383 public void setDescendantFocusability(int focusability) { argument
384 switch (focusability) {
394 mGroupFlags |= (focusability & FLAG_MASK_FOCUSABILITY);
1042 throw new IllegalStateException("descendant focusability must be "

Completed in 189 milliseconds