Home
last modified time | relevance | path

Searched defs:onFocusChanged (Results 1 – 25 of 27) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/text/method/
H A DTransformationMethod.java44 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method
H A DAllCapsTransformationMethod.java70 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, in onFocusChanged() method in AllCapsTransformationMethod
H A DTranslationTransformationMethod.java96 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in TranslationTransformationMethod
H A DReplacementTransformationMethod.java102 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in ReplacementTransformationMethod
H A DPasswordTransformationMethod.java121 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in PasswordTransformationMethod
H A DInsertModeTransformationMethod.java150 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, in onFocusChanged() method in InsertModeTransformationMethod
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DNumericTextView.java70 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in NumericTextView
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAnrController.java263 void onFocusChanged(WindowState newFocus) { in onFocusChanged() method in AnrController
H A DBackNavigationController.java111 void onFocusChanged(WindowState newFocus) { in onFocusChanged() method in BackNavigationController
H A DAccessibilityController.java555 void onFocusChanged(InputTarget lastTarget, InputTarget newTarget) { in onFocusChanged() method in AccessibilityController
/aosp14/frameworks/base/core/java/android/widget/
H A DDialerFilter.java96 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DialerFilter
H A DAutoCompleteTextView.java1187 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
H A DGallery.java1406 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
H A DSimpleMonthView.java483 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SimpleMonthView
H A DSearchView.java2031 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
H A DGridView.java1959 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method
H A DAbsListView.java2073 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AbsListView
H A DEditor.java1560 void onFocusChanged(boolean focused, int direction) { in onFocusChanged() method in Editor
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java238 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged() method in InternalSelectionView
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewTest.java469 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, in onFocusChanged() method in TextViewTest.TestTransformationMethod
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DCropView.java239 public void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in CropView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java1076 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RemoteInputView.RemoteEditText
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceView.java1992 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SurfaceView
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java439 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
H A DWebView.java2988 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in WebView

12