/frameworks/base/core/java/android/text/method/ |
D | TransformationMethod.java | 44 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method
|
D | AllCapsTransformationMethod.java | 70 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, in onFocusChanged() method in AllCapsTransformationMethod
|
D | TranslationTransformationMethod.java | 96 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in TranslationTransformationMethod
|
D | ReplacementTransformationMethod.java | 102 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in ReplacementTransformationMethod
|
D | PasswordTransformationMethod.java | 121 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in PasswordTransformationMethod
|
D | InsertModeTransformationMethod.java | 150 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, in onFocusChanged() method in InsertModeTransformationMethod
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | NumericTextView.java | 70 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in NumericTextView
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AnrController.java | 263 void onFocusChanged(WindowState newFocus) { in onFocusChanged() method in AnrController
|
D | BackNavigationController.java | 108 void onFocusChanged(WindowState newFocus) { in onFocusChanged() method in BackNavigationController
|
D | AccessibilityController.java | 575 void onFocusChanged(InputTarget lastTarget, InputTarget newTarget) { in onFocusChanged() method in AccessibilityController
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | InternalSelectionView.java | 239 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged() method in InternalSelectionView
|
D | TextViewTest.java | 469 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, in onFocusChanged() method in TextViewTest.TestTransformationMethod
|
/frameworks/base/core/java/android/widget/ |
D | DialerFilter.java | 96 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DialerFilter
|
D | AutoCompleteTextView.java | 1187 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
|
D | Gallery.java | 1406 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
|
D | SimpleMonthView.java | 487 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SimpleMonthView
|
D | SearchView.java | 2031 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
|
D | GridView.java | 1959 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
D | CropView.java | 240 public void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in CropView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 1025 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RemoteInputView.RemoteEditText
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewProvider.java | 439 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
|
D | WebView.java | 2988 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in WebView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileViewImpl.kt | 362 override fun onFocusChanged(gainFocus: Boolean, direction: Int, previouslyFocusedRect: Rect?) { in <lambda>() method
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 2142 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SurfaceView
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 614 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) { in onFocusChanged() method in RecipientEditTextView
|