Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DListItem.java40 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in ListItem
46 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/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/EmergencyInfo/src/com/android/emergency/preferences/
DAutoCompleteEditTextPreference.java269 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteEditTextPreference.InstantAutoCompleteTextView
270 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetHostView.java334 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in LauncherAppWidgetHostView
339 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/Music/src/com/android/music/
DVerticalTextSpinner.java193 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in VerticalTextSpinner