/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/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/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskView.java | 716 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()
|
D | TaskViewThumbnail.java | 208 void onFocusChanged(boolean focused) {
|
/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 | 1762 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete 1763 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 | 7875 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()
|
D | AbsListView.java | 1958 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/ |
D | WebViewProvider.java | 334 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
|
D | WebView.java | 2418 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/ |
D | WebViewChromium.java | 1846 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/ |
D | SearchView.java | 1703 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/ |
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>
|