Home
last modified time | relevance | path

Searched refs:onFocusChanged (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
DEmojiTransformationMethod.java67 public void onFocusChanged(final View view, final CharSequence sourceText, in onFocusChanged() method in EmojiTransformationMethod
70 mTransformationMethod.onFocusChanged(view, sourceText, focused, direction, in onFocusChanged()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGuidedActionEditText.java105 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in GuidedActionEditText
106 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DSeekBar.java116 protected void onFocusChanged(boolean gainFocus, in onFocusChanged() method in SeekBar
118 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DBaseGridView.java877 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in BaseGridView
878 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
879 mLayoutManager.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DSearchOrbView.java245 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchOrbView
246 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/core/java/android/text/method/
DTransformationMethod.java42 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method
DAllCapsTransformationMethod.java68 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/base/core/java/com/android/internal/widget/
DNumericTextView.java67 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in NumericTextView
68 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/support/v7/appcompat/src/android/support/v7/text/
DAllCapsTransformationMethod.java46 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/base/core/java/android/widget/
DDialerFilter.java96 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DialerFilter
97 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DAutoCompleteTextView.java1118 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
1119 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGallery.java1388 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
1389 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DSimpleMonthView.java476 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SimpleMonthView
511 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DSearchView.java1977 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1978 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGridView.java1937 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method
1938 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java534 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RemoteInputView.RemoteEditText
535 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/core/java/android/webkit/
DWebView.java2870 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in WebView
2871 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
2872 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DWebViewProvider.java387 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
/frameworks/support/core-ui/java/android/support/v4/widget/
DExploreByTouchHelper.java270 public final void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in ExploreByTouchHelper
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1914 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1915 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
DAppCompatBaseAutoSizeTest.java1246 public void onFocusChanged(View view, CharSequence sourceText, boolean focused,
/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()

123