Home
last modified time | relevance | path

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

/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/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/widget/
DNavigableAppWidgetHostView.java104 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/
DScrimView.java363 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/
DRecordingCardView.java127 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/
DSwipeableListView.java108 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/
DUxrTextView.java116 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, in onFocusChanged() method in UxrTextView.UXRTransformationMethod
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java192 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/
DRecentsView.java1275 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in RecentsView
1277 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()