Searched refs:onFocusChanged (Results 1 - 5 of 5) sorted by last modified time

/packages/apps/Music/src/com/android/music/
H A DVerticalTextSpinner.java198 protected void onFocusChanged(boolean gainFocus, int direction, method in class:VerticalTextSpinner
/packages/apps/Contacts/src/com/android/contacts/dialpad/
H A DDigitsEditText.java39 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:DigitsEditText
40 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
H A DSwipeableListView.java69 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:SwipeableListView
71 "START CLF-ListView.onFocusChanged layoutRequested=%s root.layoutRequested=%s",
73 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
75 "FINISH CLF-ListView.onFocusChanged layoutRequested=%s root.layoutRequested=%s",
/packages/apps/Browser/src/com/android/browser/
H A DUrlInputView.java117 protected void onFocusChanged(boolean focused, int direction, Rect prevRect) { method in class:UrlInputView
118 super.onFocusChanged(focused, direction, prevRect);
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorDisplay.java157 protected void onFocusChanged(boolean gain, int direction, Rect prev) { method in class:CalculatorDisplay

Completed in 188 milliseconds