/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 | 363 public void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in ScrimView 365 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged() 366 mAccessibilityHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | RecordingCardView.java | 127 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RecordingCardView 128 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | SwipeableListView.java | 108 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SwipeableListView 112 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 | 192 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in BubbleTextView 195 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | RecentsView.java | 1275 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in RecentsView 1277 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|