Searched defs: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/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 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 DSearchView.java1783 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:SearchView.SearchAutoComplete
1784 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DAbsListView.java1961 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:AbsListView
1962 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
H A DTextView.java4950 // - onFocusChanged cannot start it when focus is given to a view with selected text (after
7891 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:TextView
7894 super.onFocusChanged(focused, direction, previouslyFocusedRect);
7898 if (mEditor != null) mEditor.onFocusChanged(focused, direction);
7910 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect);
7913 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/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 DTaskViewThumbnail.java212 void onFocusChanged(boolean focused) { method in class:TaskViewThumbnail
H A DTaskView.java583 mThumbnailView.onFocusChanged(true);
608 mThumbnailView.onFocusChanged(false);
620 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:TaskView
621 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
/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.java336 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2427 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:WebView
2428 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect);
2429 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1683 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:SearchView.SearchAutoComplete
1684 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/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1853 public void onFocusChanged(final boolean focused, final int direction, method in class:WebViewChromium
1859 onFocusChanged(focused, direction, previouslyFocusedRect);
1864 mAwContents.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/base/core/java/android/view/
H A DView.java249 * <td><code>{@link #onFocusChanged(boolean, int, android.graphics.Rect)}</code></td>
4931 * {@link #onFocusChanged(boolean, int, android.graphics.Rect)} to be called.
4962 onFocusChanged(true, direction, previouslyFocusedRect);
5055 * {@link #onFocusChanged(boolean, int, android.graphics.Rect)} is called.
5089 onFocusChanged(false, 0, null);
5179 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, method in class:View
6081 * @see #onFocusChanged(boolean, int, android.graphics.Rect)

Completed in 4134 milliseconds