Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/text/method/
DTransformationMethod.java44 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method
DAllCapsTransformationMethod.java70 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, in onFocusChanged() method in AllCapsTransformationMethod
DTranslationTransformationMethod.java96 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in TranslationTransformationMethod
DReplacementTransformationMethod.java102 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in ReplacementTransformationMethod
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()
DPasswordTransformationMethod.java121 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in PasswordTransformationMethod
/frameworks/base/core/java/com/android/internal/widget/
DNumericTextView.java70 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in NumericTextView
71 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DPasswordBouncer.kt37 import androidx.compose.ui.focus.onFocusChanged in <lambda>()
113 .onFocusChanged { viewModel.onTextFieldFocusChanged(it.isFocused) } in <lambda>()
/frameworks/base/core/tests/coretests/src/android/widget/
DInternalSelectionView.java239 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged() method in InternalSelectionView
241 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DTextViewTest.java469 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, in onFocusChanged() method in TextViewTest.TestTransformationMethod
/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.java1187 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
1188 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGallery.java1406 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
1407 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DSimpleMonthView.java487 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SimpleMonthView
522 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
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()
DGridView.java1959 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method
1960 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DCropView.java240 public void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in CropView
242 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
243 mExploreByTouchHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackNavigationControllerTests.java658 mBackNavigationController.onFocusChanged(null); in testWindowFocusChangeCancelNavigation()
661 mBackNavigationController.onFocusChanged(focusWindow); in testWindowFocusChangeCancelNavigation()
667 mBackNavigationController.onFocusChanged(newWindow); in testWindowFocusChangeCancelNavigation()
/frameworks/base/services/core/java/com/android/server/wm/
DAnrController.java263 void onFocusChanged(WindowState newFocus) { in onFocusChanged() method in AnrController
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java439 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt362 override fun onFocusChanged(gainFocus: Boolean, direction: Int, previouslyFocusedRect: Rect?) { in <lambda>() method
363 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java1025 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RemoteInputView.RemoteEditText
1026 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/core/java/android/view/
DSurfaceView.java2142 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SurfaceView
2144 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/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()

12