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

/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDigitsEditText.java45 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:DigitsEditText
46 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/packages/apps/Browser/src/com/android/browser/
H A DUrlInputView.java108 protected void onFocusChanged(boolean focused, int direction, Rect prevRect) { method in class:UrlInputView
109 super.onFocusChanged(focused, direction, prevRect);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSwipeableListView.java96 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:SwipeableListView
98 "START CLF-ListView.onFocusChanged layoutRequested=%s root.layoutRequested=%s",
100 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
102 "FINISH CLF-ListView.onFocusChanged layoutRequested=%s root.layoutRequested=%s",
/packages/apps/Music/src/com/android/music/
H A DVerticalTextSpinner.java198 protected void onFocusChanged(boolean gainFocus, int direction, method in class:VerticalTextSpinner

Completed in 79 milliseconds