/cts/tests/tests/dreams/CtsDreamOverlayTestApp/src/android/app/dream/cts/app/ |
D | IDreamLifecycleListener.aidl | 39 void onFocusChanged(IControlledDream dream, boolean hasFocus); in onFocusChanged() method
|
D | ControlledTestDreamService.java | 105 listener.onFocusChanged(mProxy, hasFocus); in onWindowFocusChanged()
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | TransformationMethodTest.java | 118 verify(mMethod, atLeastOnce()).onFocusChanged(any(), any(), anyBoolean(), anyInt(), any()); in testOnFocusChanged() 126 verify(mMethod, atLeastOnce()).onFocusChanged(any(), any(), anyBoolean(), anyInt(), any()); in testOnFocusChanged()
|
D | ReplacementTransformationMethodTest.java | 146 method.onFocusChanged(null, null, true, 0, null); in testOnFocusChanged()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockView.java | 553 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in MockView 554 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | GalleryTest.java | 413 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in GalleryTest.MyGallery 415 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
D | GridViewTest.java | 706 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in GridViewTest.MockGridView 709 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
D | AutoCompleteTextViewTest.java | 1120 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextViewTest.MockAutoCompleteTextView 1121 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/cts/tests/tests/dreams/src/android/service/dreams/cts/ |
D | ControlledDreamSession.java | 160 public void onFocusChanged(IControlledDream dream, boolean hasFocus) {
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 48564 …method public void onFocusChanged(android.view.View, CharSequence, boolean, int, android.graphics.… 48581 …method public void onFocusChanged(android.view.View, CharSequence, boolean, int, android.graphics.… 48635 …method public void onFocusChanged(android.view.View, CharSequence, boolean, int, android.graphics.… 52891 method @CallSuper protected void onFocusChanged(boolean, int, @Nullable android.graphics.Rect);
|
D | system-current.txt | 18600 method public void onFocusChanged(boolean, int, android.graphics.Rect);
|