Home
last modified time | relevance | path

Searched refs:onFocusChanged (Results 1 – 25 of 29) 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.java119 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in PasswordTransformationMethod
/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.java583 mThumbnailView.onFocusChanged(true); in setFocusedTask()
608 mThumbnailView.onFocusChanged(false); in unsetFocusedTask()
620 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in TaskView
621 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DTaskViewThumbnail.java212 void onFocusChanged(boolean focused) { in onFocusChanged() method in TaskViewThumbnail
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DSearchOrbView.java239 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchOrbView
240 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/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.java1006 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
1007 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGallery.java1361 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
1362 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DSearchView.java1783 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1784 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGridView.java1940 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method
1941 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DListView.java3552 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
3553 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
DTextView.java7891 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in TextView
7894 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
7898 if (mEditor != null) mEditor.onFocusChanged(focused, direction); in onFocusChanged()
7910 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect); in onFocusChanged()
7913 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DAbsListView.java1961 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AbsListView
1962 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java336 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
DWebView.java2427 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in WebView
2428 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
2429 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/webview/chromium/java/com/android/webview/chromium/
DWebViewChromium.java1853 public void onFocusChanged(final boolean focused, final int direction,
1859 onFocusChanged(focused, direction, previouslyFocusedRect);
1864 mAwContents.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1683 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1684 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.java464 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) { in onFocusChanged() method in RecipientEditTextView
465 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