Searched refs:onFocusChanged (Results 1 – 4 of 4) sorted by relevance
/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/Browser/src/com/android/browser/ |
D | UrlInputView.java | 108 protected void onFocusChanged(boolean focused, int direction, Rect prevRect) { in onFocusChanged() method in UrlInputView 109 super.onFocusChanged(focused, direction, prevRect); 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/Music/src/com/android/music/ |
D | VerticalTextSpinner.java | 198 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in VerticalTextSpinner
|