Home
last modified time | relevance | path

Searched refs:onFocusChanged (Results 1 – 25 of 28) 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/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/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java716 mThumbnailView.onFocusChanged(true); in setFocusedTask()
739 mThumbnailView.onFocusChanged(false); in unsetFocusedTask()
749 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in TaskView
750 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DTaskViewThumbnail.java208 void onFocusChanged(boolean focused) {
/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.java1762 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1763 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.java7875 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in TextView
7878 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
7882 if (mEditor != null) mEditor.onFocusChanged(focused, direction); in onFocusChanged()
7894 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect); in onFocusChanged()
7897 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/
DWebViewProvider.java334 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
DWebView.java2418 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in WebView
2419 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
2420 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/webview/chromium/java/com/android/webview/chromium/
DWebViewChromium.java1846 public void onFocusChanged(final boolean focused, final int direction,
1852 onFocusChanged(focused, direction, previouslyFocusedRect);
1857 mAwContents.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1703 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1704 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