Home | History | Annotate | Download | only in view

Lines Matching refs:onRequestFocusInDescendants

2308      * Uses {@link #onRequestFocusInDescendants(int, android.graphics.Rect)} to
2314 * @see #onRequestFocusInDescendants(int, android.graphics.Rect)
2329 return took ? took : onRequestFocusInDescendants(direction, previouslyFocusedRect);
2332 final boolean took = onRequestFocusInDescendants(direction, previouslyFocusedRect);
2354 protected boolean onRequestFocusInDescendants(int direction,