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

/frameworks/base/core/java/android/text/method/
H A DTransformationMethod.java43 public void onFocusChanged(View view, CharSequence sourceText, method in interface:TransformationMethod
H A DReplacementTransformationMethod.java102 public void onFocusChanged(View view, CharSequence sourceText, method in class:ReplacementTransformationMethod
H A DPasswordTransformationMethod.java121 public void onFocusChanged(View view, CharSequence sourceText, method in class:PasswordTransformationMethod
/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/util/
H A DInternalSelectionView.java44 * 3) overrides {@link View#onFocusChanged} and sets selection appropriately according to
233 protected void onFocusChanged(boolean focused, int direction, method in class:InternalSelectionView
235 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java105 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:DialerFilter
106 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DAutoCompleteTextView.java1037 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:AutoCompleteTextView
1038 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DGallery.java1256 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:Gallery
1257 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DGridView.java1602 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:GridView
1603 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DAbsListView.java964 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:AbsListView
965 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DListView.java3076 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:ListView
3077 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DTextView.java6383 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:TextView
6386 super.onFocusChanged(focused, direction, previouslyFocusedRect);
6449 mTransformation.onFocusChanged(this, mText, focused, direction,
6453 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/base/core/java/com/android/internal/widget/
H A DVerticalTextSpinner.java187 protected void onFocusChanged(boolean gainFocus, int direction, method in class:VerticalTextSpinner
/frameworks/base/core/java/android/view/
H A DView.java219 * <td><code>{@link #onFocusChanged}</code></td>
2420 * Give this view focus. This will cause {@link #onFocusChanged} to be called.
2445 onFocusChanged(true, direction, previouslyFocusedRect);
2505 * {@link #onFocusChanged} to be called.
2519 onFocusChanged(false, 0, null);
2533 onFocusChanged(false, 0, null);
2550 onFocusChanged(false, 0, null);
2600 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:View
2711 * @see #onFocusChanged(boolean, int, android.graphics.Rect)
/frameworks/base/core/java/android/webkit/
H A DWebView.java3621 protected void onFocusChanged(boolean focused, int direction, method in class:WebView
3652 super.onFocusChanged(focused, direction, previouslyFocusedRect);

Completed in 200 milliseconds