Searched refs:onFocusChanged (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DTransformationMethod.java42 public void onFocusChanged(View view, CharSequence sourceText, method in interface:TransformationMethod
H A DAllCapsTransformationMethod.java50 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, method in class:AllCapsTransformationMethod
H A DReplacementTransformationMethod.java102 public void onFocusChanged(View view, CharSequence sourceText, method in class:ReplacementTransformationMethod
H A DPasswordTransformationMethod.java119 public void onFocusChanged(View view, CharSequence sourceText, method in class:PasswordTransformationMethod
/frameworks/support/v7/appcompat/src/android/support/v7/internal/text/
H A DAllCapsTransformationMethod.java42 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, method in class:AllCapsTransformationMethod
/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java49 * 3) overrides {@link View#onFocusChanged} and sets selection appropriately according to
241 protected void onFocusChanged(boolean focused, int direction, method in class:InternalSelectionView
243 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java716 mThumbnailView.onFocusChanged(true);
739 mThumbnailView.onFocusChanged(false);
749 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:TaskView
750 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DTaskViewThumbnail.java208 void onFocusChanged(boolean focused) { method in class:TaskViewThumbnail
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java91 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:DialerFilter
92 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DAutoCompleteTextView.java1006 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:AutoCompleteTextView
1007 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DGallery.java1361 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:Gallery
1362 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DSearchView.java1762 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:SearchView.SearchAutoComplete
1763 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DGridView.java1940 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:GridView
1941 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DListView.java3552 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:ListView
3553 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DTextView.java4940 // - 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) { method in class:TextView
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);
H A DAbsListView.java1958 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:AbsListView
1959 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DEditor.java903 void onFocusChanged(boolean focused, int direction) { method in class:Editor
1060 // Don't leave us in the middle of a batch edit. Same as in onFocusChanged
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchOrbView.java239 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:SearchOrbView
240 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java334 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2418 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:WebView
2419 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect);
2420 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1844 public void onFocusChanged(final boolean focused, final int direction, method in class:WebViewChromium
1850 onFocusChanged(focused, direction, previouslyFocusedRect);
1855 mAwContents.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1703 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:SearchView.SearchAutoComplete
1704 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java376 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:EditStyledText
377 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java464 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) { method in class:RecipientEditTextView
465 super.onFocusChanged(hasFocus, direction, previous);
/frameworks/base/core/java/android/view/
H A DView.java248 * <td><code>{@link #onFocusChanged(boolean, int, android.graphics.Rect)}</code></td>
4907 * {@link #onFocusChanged(boolean, int, android.graphics.Rect)} to be called.
4938 onFocusChanged(true, direction, previouslyFocusedRect);
5031 * {@link #onFocusChanged(boolean, int, android.graphics.Rect)} is called.
5065 onFocusChanged(false, 0, null);
5155 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, method in class:View
6051 * @see #onFocusChanged(boolean, int, android.graphics.Rect)

Completed in 2393 milliseconds