Searched refs:onFocusChanged (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/text/src/android/text/method/cts/ |
D | TransformationMethodTest.java | 111 verify(mMethod, atLeastOnce()).onFocusChanged(any(), any(), anyBoolean(), anyInt(), any()); in testOnFocusChanged() 119 verify(mMethod, atLeastOnce()).onFocusChanged(any(), any(), anyBoolean(), anyInt(), any()); in testOnFocusChanged()
|
D | ReplacementTransformationMethodTest.java | 133 method.onFocusChanged(null, null, true, 0, null); in testOnFocusChanged()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockView.java | 552 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in MockView 553 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | GalleryTest.java | 405 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in GalleryTest.MyGallery 407 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
D | GridViewTest.java | 696 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in GridViewTest.MockGridView 699 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
D | AutoCompleteTextViewTest.java | 1094 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextViewTest.MockAutoCompleteTextView 1095 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|