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

12

/frameworks/base/core/java/android/text/method/
H A DTransformationMethod.java42 public void onFocusChanged(View view, CharSequence sourceText, method in interface:TransformationMethod
H A DAllCapsTransformationMethod.java63 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, method in class:AllCapsTransformationMethod
H A DReplacementTransformationMethod.java102 public void onFocusChanged(View view, CharSequence sourceText, method in class:ReplacementTransformationMethod
H A DPasswordTransformationMethod.java119 public void onFocusChanged(View view, CharSequence sourceText, method in class:PasswordTransformationMethod
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DListItem.java40 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:ListItem
46 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
/frameworks/support/v7/appcompat/src/android/support/v7/text/
H A DAllCapsTransformationMethod.java46 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, method in class:AllCapsTransformationMethod
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionEditText.java105 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:GuidedActionEditText
106 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DBaseGridView.java723 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:BaseGridView
724 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
725 mLayoutManager.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DSearchOrbView.java245 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:SearchOrbView
246 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
/frameworks/base/core/java/com/android/internal/widget/
H A DNumericTextView.java67 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:NumericTextView
68 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java49 * 3) overrides {@link View#onFocusChanged} and sets selection appropriately according to
241 protected void onFocusChanged(boolean focused, int direction, method in class:InternalSelectionView
243 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java91 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:DialerFilter
92 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DAutoCompleteTextView.java1116 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:AutoCompleteTextView
1117 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DGallery.java1388 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:Gallery
1389 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DSimpleMonthView.java475 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, method in class:SimpleMonthView
510 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DSearchView.java1998 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:SearchView.SearchAutoComplete
1999 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DGridView.java1940 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:GridView
1941 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DListView.java3669 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:ListView
3670 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DTextView.java5402 // - onFocusChanged cannot start it when focus is given to a view with selected text (after
8379 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:TextView
8382 super.onFocusChanged(focused, direction, previouslyFocusedRect);
8386 if (mEditor != null) mEditor.onFocusChanged(focused, direction);
8398 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect);
8401 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java501 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:RemoteInputView.RemoteEditText
502 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java355 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2573 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:WebView
2574 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect);
2575 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DExploreByTouchHelper.java81 * public boolean onFocusChanged(boolean gainFocus, int direction,
83 * super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
84 * mHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
265 * {@link View#onFocusChanged(boolean, int, Rect)} method:
267 * public boolean onFocusChanged(boolean gainFocus, int direction,
269 * super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
270 * mHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
274 public final void onFocusChanged(boolean gainFocus, int direction, method in class:ExploreByTouchHelper
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1957 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:SearchView.SearchAutoComplete
1958 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java376 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:EditStyledText
377 super.onFocusChanged(focused, direction, previouslyFocusedRect);

Completed in 630 milliseconds

12