/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
D | DigitsEditText.java | 37 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DigitsEditText 38 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
D | DigitsEditText.java | 45 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DigitsEditText 46 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | NavigableAppWidgetHostView.java | 104 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in NavigableAppWidgetHostView 109 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ScrimView.java | 366 public void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in ScrimView 368 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged() 369 mAccessibilityHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | RecordingCardView.java | 138 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RecordingCardView 139 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
D | UxrTextView.java | 116 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, in onFocusChanged() method in UxrTextView.UXRTransformationMethod
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BubbleTextView.java | 203 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in BubbleTextView 206 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | RecentsView.java | 1305 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in RecentsView 1307 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|