Home | History | Annotate | Download | only in view

Lines Matching refs:gainFocus

4416      * @param gainFocus True if the View has focus; false otherwise.
4427 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
4428 if (gainFocus) {
4435 if (!gainFocus) {
4452 li.mOnFocusChangeListener.onFocusChange(this, gainFocus);