Home
last modified time | relevance | path

Searched refs:onFocusChanged (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/dreams/CtsDreamOverlayTestApp/src/android/app/dream/cts/app/
DIDreamLifecycleListener.aidl39 void onFocusChanged(IControlledDream dream, boolean hasFocus); in onFocusChanged() method
DControlledTestDreamService.java105 listener.onFocusChanged(mProxy, hasFocus); in onWindowFocusChanged()
/cts/tests/tests/text/src/android/text/method/cts/
DTransformationMethodTest.java118 verify(mMethod, atLeastOnce()).onFocusChanged(any(), any(), anyBoolean(), anyInt(), any()); in testOnFocusChanged()
126 verify(mMethod, atLeastOnce()).onFocusChanged(any(), any(), anyBoolean(), anyInt(), any()); in testOnFocusChanged()
DReplacementTransformationMethodTest.java146 method.onFocusChanged(null, null, true, 0, null); in testOnFocusChanged()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java553 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/
DGalleryTest.java413 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in GalleryTest.MyGallery
415 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DGridViewTest.java706 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in GridViewTest.MockGridView
709 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DAutoCompleteTextViewTest.java1120 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/
DControlledDreamSession.java160 public void onFocusChanged(IControlledDream dream, boolean hasFocus) {
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt48564 …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);
Dsystem-current.txt18600 method public void onFocusChanged(boolean, int, android.graphics.Rect);