Home
last modified time | relevance | path

Searched refs:onFocusChanged (Results 1 – 25 of 39) 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 DInsertModeTransformationMethod.java150 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, in onFocusChanged() method in InsertModeTransformationMethod
153 mOldTransformationMethod.onFocusChanged(view, sourceText, focused, direction, in onFocusChanged()
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
/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
71 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/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
240 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/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
97 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
H A DAutoCompleteTextView.java1187 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
1188 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
H A DGallery.java1406 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
1407 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
H A DSimpleMonthView.java483 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SimpleMonthView
518 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
H A DSearchView.java2031 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
2032 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
H A DGridView.java1959 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method
1960 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
H A DListView.java3776 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
3777 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
/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
241 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
242 mExploreByTouchHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DBackNavigationControllerTests.java445 mBackNavigationController.onFocusChanged(null); in testWindowFocusChangeCancelNavigation()
448 mBackNavigationController.onFocusChanged(focusWindow); in testWindowFocusChangeCancelNavigation()
454 mBackNavigationController.onFocusChanged(newWindow); in testWindowFocusChangeCancelNavigation()
/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/webkit/
H A DWebView.java2988 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in WebView
2989 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
2990 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
H A DWebViewProvider.java439 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
/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/statusbar/policy/
H A DRemoteInputView.java1076 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RemoteInputView.RemoteEditText
1077 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceView.java1992 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SurfaceView
1994 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()

12