Home | History | Annotate | Download | only in widget

Lines Matching refs:onFocusChanged

4940         // - onFocusChanged cannot start it when focus is given to a view with selected text (after
7875 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) {
7878 super.onFocusChanged(focused, direction, previouslyFocusedRect);
7882 if (mEditor != null) mEditor.onFocusChanged(focused, direction);
7894 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect);
7897 super.onFocusChanged(focused, direction, previouslyFocusedRect);