Home | History | Annotate | Download | only in view

Lines Matching refs:onRequestFocusInDescendants

3139      * Uses {@link #onRequestFocusInDescendants(int, android.graphics.Rect)} to
3145 * @see #onRequestFocusInDescendants(int, android.graphics.Rect)
3160 return took ? took : onRequestFocusInDescendants(direction, previouslyFocusedRect);
3163 final boolean took = onRequestFocusInDescendants(direction, previouslyFocusedRect);
3185 protected boolean onRequestFocusInDescendants(int direction,