/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | TransformationMethod.java | 44 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method
|
H A D | AllCapsTransformationMethod.java | 70 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, in onFocusChanged() method in AllCapsTransformationMethod
|
H A D | TranslationTransformationMethod.java | 96 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in TranslationTransformationMethod
|
H A D | ReplacementTransformationMethod.java | 102 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in ReplacementTransformationMethod
|
H A D | PasswordTransformationMethod.java | 121 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in PasswordTransformationMethod
|
H A D | InsertModeTransformationMethod.java | 150 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 D | NumericTextView.java | 70 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 D | AnrController.java | 263 void onFocusChanged(WindowState newFocus) { in onFocusChanged() method in AnrController
|
H A D | BackNavigationController.java | 111 void onFocusChanged(WindowState newFocus) { in onFocusChanged() method in BackNavigationController
|
H A D | AccessibilityController.java | 555 void onFocusChanged(InputTarget lastTarget, InputTarget newTarget) { in onFocusChanged() method in AccessibilityController
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | DialerFilter.java | 96 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DialerFilter
|
H A D | AutoCompleteTextView.java | 1187 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
|
H A D | Gallery.java | 1406 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
|
H A D | SimpleMonthView.java | 483 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SimpleMonthView
|
H A D | SearchView.java | 2031 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
|
H A D | GridView.java | 1959 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method
|
H A D | AbsListView.java | 2073 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AbsListView
|
H A D | Editor.java | 1560 void onFocusChanged(boolean focused, int direction) { in onFocusChanged() method in Editor
|
/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | InternalSelectionView.java | 238 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged() method in InternalSelectionView
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | TextViewTest.java | 469 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 D | CropView.java | 239 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 D | RemoteInputView.java | 1076 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RemoteInputView.RemoteEditText
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceView.java | 1992 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SurfaceView
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | WebViewProvider.java | 439 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
|
H A D | WebView.java | 2988 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in WebView
|