Home
last modified time | relevance | path

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

/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.java89 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
DPasswordTransformationMethod.java121 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in PasswordTransformationMethod
/frameworks/base/services/core/java/com/android/server/wm/
DAnrController.java150 void onFocusChanged(WindowState newFocus) { in onFocusChanged() method in AnrController
/frameworks/base/core/java/com/android/internal/widget/
DNumericTextView.java70 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in NumericTextView
/frameworks/base/core/java/android/widget/
DDialerFilter.java96 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DialerFilter
DAutoCompleteTextView.java1172 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
DGallery.java1406 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
DSimpleMonthView.java478 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SimpleMonthView
DSearchView.java2024 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
DGridView.java1959 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method
DAbsListView.java2005 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AbsListView
DEditor.java1480 void onFocusChanged(boolean focused, int direction) { in onFocusChanged() method in Editor
DTextView.java11037 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in TextView.Drawables
/frameworks/base/core/tests/coretests/src/android/util/
DInternalSelectionView.java238 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged() method in InternalSelectionView
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DCropView.java235 public void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in CropView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java946 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RemoteInputView.RemoteEditText
/frameworks/base/core/java/android/view/
DSurfaceView.java1984 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SurfaceView
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java438 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
DWebView.java2976 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in WebView
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java614 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) { in onFocusChanged() method in RecipientEditTextView
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java376 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in EditStyledText