Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/text/method/
DTransformationMethod.java42 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method
DAllCapsTransformationMethod.java50 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, in onFocusChanged() method in AllCapsTransformationMethod
DReplacementTransformationMethod.java102 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in ReplacementTransformationMethod
DPasswordTransformationMethod.java120 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in PasswordTransformationMethod
/frameworks/base/core/tests/coretests/src/android/util/
DInternalSelectionView.java241 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged() method in InternalSelectionView
243 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DCompatTextView.java78 public void onFocusChanged(View view, CharSequence charSequence, boolean b, int i, in onFocusChanged() method in CompatTextView.AllCapsTransformationMethod
/frameworks/base/core/java/android/widget/
DDialerFilter.java93 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DialerFilter
94 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DAutoCompleteTextView.java1003 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
1004 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGallery.java1364 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
1365 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DSearchView.java1725 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1726 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGridView.java1844 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in GridView
1845 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DListView.java3467 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
3468 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
DTextView.java7515 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in TextView
7518 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
7522 if (mEditor != null) mEditor.onFocusChanged(focused, direction); in onFocusChanged()
7534 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect); in onFocusChanged()
7537 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DAbsListView.java1820 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AbsListView
1821 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DEditor.java853 void onFocusChanged(boolean focused, int direction) { in onFocusChanged() method in Editor
/frameworks/base/core/java/android/webkit/
DWebView.java2133 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in WebView
2134 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
2135 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DWebViewProvider.java323 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
DWebViewClassic.java5543 public void onFocusChanged(boolean focused, int direction, in onFocusChanged() method
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DActionMenuItemView.java251 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, in onFocusChanged() method in ActionMenuItemView.AllCapsTransformationMethod
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1658 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1659 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java404 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) { in onFocusChanged() method in RecipientEditTextView
405 super.onFocusChanged(hasFocus, direction, previous); in onFocusChanged()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java376 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in EditStyledText
377 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/docs/html/guide/topics/ui/
Dui-events.jd177 …<li><code>{@link android.view.View#onFocusChanged}</code> - Called when the view gains or loses f…
Dcustom-components.jd282 <td><code>{@link android.view.View#onFocusChanged}</code></td>
/frameworks/base/core/java/android/view/
DView.java4419 onFocusChanged(true, direction, previouslyFocusedRect); in handleFocusGainInternal()
4521 onFocusChanged(false, 0, null); in clearFocus()
4561 onFocusChanged(false, 0, null); in unFocus()
4615 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in View

12