Searched defs:onFocusChanged (Results 1 - 24 of 24) 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.java120 public void onFocusChanged(View view, CharSequence sourceText, method in class:PasswordTransformationMethod
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DCompatTextView.java78 public void onFocusChanged(View view, CharSequence charSequence, boolean b, int i, method in class:CompatTextView.AllCapsTransformationMethod
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java93 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:DialerFilter
94 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DAutoCompleteTextView.java1003 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:AutoCompleteTextView
1004 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DGallery.java1357 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:Gallery
1358 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DGridView.java1852 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:GridView
1853 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DListView.java3519 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:ListView
3520 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DSearchView.java1725 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:SearchView.SearchAutoComplete
1726 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DAbsListView.java1899 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:AbsListView
1900 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DEditor.java872 void onFocusChanged(boolean focused, int direction) { method in class:Editor
1029 // Don't leave us in the middle of a batch edit. Same as in onFocusChanged
H A DTextView.java4700 // - onFocusChanged cannot start it when focus is given to a view with selected text (after
7619 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:TextView
7622 super.onFocusChanged(focused, direction, previouslyFocusedRect);
7626 if (mEditor != null) mEditor.onFocusChanged(focused, direction);
7638 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect);
7641 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/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java251 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, method in class:ActionMenuItemView.AllCapsTransformationMethod
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java331 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2286 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:WebView
2287 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect);
2288 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1665 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:SearchView.SearchAutoComplete
1666 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java2713 protected void onFocusChanged(boolean gainFocus, int direction, method in class:PrintJobConfigActivity.CustomEditText
2718 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java417 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) { method in class:RecipientEditTextView
418 super.onFocusChanged(hasFocus, direction, previous);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1769 public void onFocusChanged(final boolean focused, final int direction, method in class:WebViewChromium
1775 onFocusChanged(focused, direction, previouslyFocusedRect);
1780 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.java236 * <td><code>{@link #onFocusChanged(boolean, int, android.graphics.Rect)}</code></td>
4586 * {@link #onFocusChanged(boolean, int, android.graphics.Rect)} to be called.
4617 onFocusChanged(true, direction, previouslyFocusedRect);
4694 * {@link #onFocusChanged(boolean, int, android.graphics.Rect)} is called.
4728 onFocusChanged(false, 0, null);
4810 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:View
5577 * @see #onFocusChanged(boolean, int, android.graphics.Rect)

Completed in 2546 milliseconds