Searched defs:onFocusChanged (Results 1 - 25 of 32) 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.java68 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/support/emoji/core/src/android/support/text/emoji/widget/
H A DEmojiTransformationMethod.java67 public void onFocusChanged(final View view, final CharSequence sourceText, method in class:EmojiTransformationMethod
70 mTransformationMethod.onFocusChanged(view, sourceText, focused, direction,
/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 DSeekBar.java116 protected void onFocusChanged(boolean gainFocus, method in class:SeekBar
118 super.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);
H A DBaseGridView.java877 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:BaseGridView
878 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
879 mLayoutManager.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java96 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:DialerFilter
97 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DAutoCompleteTextView.java1118 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:AutoCompleteTextView
1119 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 DGridView.java1937 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:GridView
1938 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DSimpleMonthView.java476 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, method in class:SimpleMonthView
511 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DListView.java3751 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:ListView
3752 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DSearchView.java1977 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:SearchView.SearchAutoComplete
1978 super.onFocusChanged(focused, 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/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatBaseAutoSizeTest.java1246 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, method in class:AppCompatBaseAutoSizeTest.DoubleTextTransformationMethod
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java520 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:RemoteInputView.RemoteEditText
521 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DExploreByTouchHelper.java78 * public boolean onFocusChanged(boolean gainFocus, int direction,
80 * super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
81 * mHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
261 * {@link View#onFocusChanged(boolean, int, Rect)} method:
263 * public boolean onFocusChanged(boolean gainFocus, int direction,
265 * super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
266 * mHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
270 public final void onFocusChanged(boolean gainFocus, int direction, method in class:ExploreByTouchHelper
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1914 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:SearchView.SearchAutoComplete
1915 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java387 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2870 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:WebView
2871 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect);
2872 super.onFocusChanged(focused, direction, previouslyFocusedRect);

Completed in 439 milliseconds

12