Home
last modified time | relevance | path

Searched refs:onFocusChanged (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/security/
DCarLockPatternView.java41 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/
DTaskViewTest.java85 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/
DDigitsEditText.java37 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/
DSettingsGuidedActionEditText.java71 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/
DDigitsEditText.java45 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/
DExtendedEditText.java183 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in ExtendedEditText
184 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DBubbleTextView.java298 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/
DNavigableAppWidgetHostView.java125 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/
DClearAllButton.java127 public void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in ClearAllButton
128 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DTaskView.kt503 public override fun onFocusChanged( in <lambda>() method
508 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect) in <lambda>()
DRecentsView.java4307 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/
DRecordingCardView.java138 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RecordingCardView
139 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()