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

/packages/apps/Contacts/src/com/android/contacts/dialpad/
H A DDigitsEditText.java38 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:DigitsEditText
39 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorDisplay.java159 protected void onFocusChanged(boolean gain, int direction, Rect prev) { method in class:CalculatorDisplay
/packages/apps/Browser/src/com/android/browser/
H A DUrlInputView.java118 protected void onFocusChanged(boolean focused, int direction, Rect prevRect) { method in class:UrlInputView
119 super.onFocusChanged(focused, direction, prevRect);
/packages/apps/Music/src/com/android/music/
H A DVerticalTextSpinner.java198 protected void onFocusChanged(boolean gainFocus, int direction, method in class:VerticalTextSpinner

Completed in 131 milliseconds