Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/text/method/
DTransformationMethod.java42 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method
DAllCapsTransformationMethod.java63 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.java119 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in PasswordTransformationMethod
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseGridView.java639 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in BaseGridView
640 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
641 mLayoutManager.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DSearchOrbView.java243 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchOrbView
244 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/text/
DAllCapsTransformationMethod.java42 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, in onFocusChanged() method in AllCapsTransformationMethod
/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/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java592 mThumbnailView.onFocusChanged(true); in setFocusedTask()
617 mThumbnailView.onFocusChanged(false); in unsetFocusedTask()
629 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in TaskView
630 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DTaskViewThumbnail.java212 void onFocusChanged(boolean focused) { in onFocusChanged() method in TaskViewThumbnail
/frameworks/base/core/java/android/widget/
DDialerFilter.java91 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DialerFilter
92 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DAutoCompleteTextView.java1007 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
1008 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGallery.java1354 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
1355 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DSearchView.java1775 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1776 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGridView.java1945 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method
1946 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DListView.java3577 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
3578 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
DTextView.java8205 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in TextView
8208 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
8212 if (mEditor != null) mEditor.onFocusChanged(focused, direction); in onFocusChanged()
8224 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect); in onFocusChanged()
8227 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DAbsListView.java1958 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AbsListView
1959 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/core/java/android/webkit/
DWebView.java2520 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in WebView
2521 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
2522 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DWebViewProvider.java350 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1702 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1703 super.onFocusChanged(focused, direction, previouslyFocusedRect); 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/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java498 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) { in onFocusChanged() method in RecipientEditTextView
499 super.onFocusChanged(hasFocus, direction, previous); 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>

12