/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
D | CarLockPatternView.java | 41 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in CarLockPatternView 43 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | TaskViewTest.java | 85 mTaskView.onFocusChanged(false, 0, new Rect()); in notShowBorderOnBorderDisabled() 97 mTaskView.onFocusChanged(true, 0, new Rect()); in showBorderOnHoverEvent() 150 mTaskView.onFocusChanged(true, 0, new Rect()); in notShowBorderByDefault()
|
/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/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/ |
D | SettingsGuidedActionEditText.java | 71 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SettingsGuidedActionEditText 72 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/ |
D | ExtendedEditText.java | 183 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in ExtendedEditText 184 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
D | BubbleTextView.java | 298 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in BubbleTextView 301 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | NavigableAppWidgetHostView.java | 125 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in NavigableAppWidgetHostView 130 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | ClearAllButton.java | 127 public void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in ClearAllButton 128 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
D | TaskView.kt | 503 public override fun onFocusChanged( in <lambda>() method 508 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect) in <lambda>()
|
D | RecentsView.java | 4307 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in RecentsView 4309 super.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()
|