Home | History | Annotate | Download | only in view

Lines Matching defs:onRequestFocusInDescendants

3208      * Uses {@link #onRequestFocusInDescendants(int, android.graphics.Rect)} to
3214 * @see #onRequestFocusInDescendants(int, android.graphics.Rect)
3231 result = took ? took : onRequestFocusInDescendants(direction,
3236 final boolean took = onRequestFocusInDescendants(direction, previouslyFocusedRect);
3263 protected boolean onRequestFocusInDescendants(int direction,