Home | History | Annotate | Download | only in widget

Lines Matching refs:gainFocus

3362     protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
3363 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
3368 if (adapter != null && gainFocus && previouslyFocusedRect != null) {