/frameworks/base/core/java/android/text/method/ |
D | TransformationMethod.java | 42 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method
|
D | AllCapsTransformationMethod.java | 50 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, in onFocusChanged() method in AllCapsTransformationMethod
|
D | ReplacementTransformationMethod.java | 102 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in ReplacementTransformationMethod
|
D | PasswordTransformationMethod.java | 119 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in PasswordTransformationMethod
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/text/ |
D | AllCapsTransformationMethod.java | 42 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, in onFocusChanged() method in AllCapsTransformationMethod
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | InternalSelectionView.java | 241 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/ |
D | TaskView.java | 583 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()
|
D | TaskViewThumbnail.java | 212 void onFocusChanged(boolean focused) { in onFocusChanged() method in TaskViewThumbnail
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | SearchOrbView.java | 239 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/ |
D | DialerFilter.java | 91 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DialerFilter 92 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
D | AutoCompleteTextView.java | 1006 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView 1007 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
D | Gallery.java | 1361 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery 1362 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
D | SearchView.java | 1783 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete 1784 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
D | GridView.java | 1940 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method 1941 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
D | ListView.java | 3552 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { 3553 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
|
D | TextView.java | 7891 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()
|
D | AbsListView.java | 1961 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/ |
D | WebViewProvider.java | 336 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
|
D | WebView.java | 2427 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/ |
D | WebViewChromium.java | 1853 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/ |
D | SearchView.java | 1683 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/ |
D | EditStyledText.java | 376 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/ |
D | RecipientEditTextView.java | 464 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/ |
D | ui-events.jd | 177 …<li><code>{@link android.view.View#onFocusChanged}</code> - Called when the view gains or loses f…
|
D | custom-components.jd | 282 <td><code>{@link android.view.View#onFocusChanged}</code></td>
|