Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DTransformationMethod.java43 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.java233 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged() method in InternalSelectionView
235 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/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.java971 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
972 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGallery.java1343 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
1344 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DSearchView.java1623 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1624 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGridView.java1820 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in GridView
1821 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DListView.java3359 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
3360 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
DAbsListView.java1673 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AbsListView
1674 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DTextView.java8066 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in TextView
8069 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
8166 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect); in onFocusChanged()
8169 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/core/java/android/webkit/
DWebTextView.java510 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged() method in WebTextView
513 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DWebView.java5694 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged() method
5726 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java318 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) { in onFocusChanged() method in RecipientEditTextView
319 super.onFocusChanged(hasFocus, direction, previous); in onFocusChanged()
/frameworks/base/core/java/android/view/
DView.java3631 onFocusChanged(true, direction, previouslyFocusedRect); in handleFocusGainInternal()
3705 onFocusChanged(false, 0, null); in clearFocus()
3719 onFocusChanged(false, 0, null); in clearFocusForRemoval()
3736 onFocusChanged(false, 0, null); in unFocus()
3786 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in View
/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.jd171 …<li><code>{@link android.view.View#onFocusChanged}</code> - Called when the view gains or loses f…
Dcustom-components.jd283 <td><code>{@link android.view.View#onFocusChanged}</code></td>
/frameworks/base/docs/html/guide/topics/views/
Dcustom-views.jd274 <td><code>{@link android.view.View#onFocusChanged}</code></td>
/frameworks/base/api/
Dcurrent.txt20680 …method public void onFocusChanged(android.view.View, java.lang.CharSequence, boolean, int, android…
20697 …method public void onFocusChanged(android.view.View, java.lang.CharSequence, boolean, int, android…
20751 …method public abstract void onFocusChanged(android.view.View, java.lang.CharSequence, boolean, int…
23027 method protected void onFocusChanged(boolean, int, android.graphics.Rect);
D14.txt20680 …method public void onFocusChanged(android.view.View, java.lang.CharSequence, boolean, int, android…
20697 …method public void onFocusChanged(android.view.View, java.lang.CharSequence, boolean, int, android…
20751 …method public abstract void onFocusChanged(android.view.View, java.lang.CharSequence, boolean, int…
23027 method protected void onFocusChanged(boolean, int, android.graphics.Rect);