Home
last modified time | relevance | path

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

/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/Browser/src/com/android/browser/
DUrlInputView.java108 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/
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.java198 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in VerticalTextSpinner