Home
last modified time | relevance | path

Searched refs:attachToWindowToken (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/window/
DWindowTokenClientControllerTest.java165 assertFalse(mController.attachToWindowToken(mWindowTokenClient, mWindowToken)); in testAttachToWindowToken()
174 assertTrue(mController.attachToWindowToken(mWindowTokenClient, mWindowToken)); in testAttachToWindowToken()
186 mController.attachToWindowToken(mWindowTokenClient, mWindowToken); in testAttachToWindowToken_detachIfNeeded()
193 mController.attachToWindowToken(mWindowTokenClient, mWindowToken); in testAttachToWindowToken_detachIfNeeded()
210 assertTrue(mController.attachToWindowToken(mWindowTokenClient, mWindowToken)); in testOnWindowContextInfoChanged()
232 mController.attachToWindowToken(mWindowTokenClient, mWindowToken); in testOnWindowContextWindowRemoved()
DWindowContextControllerTest.java106 mController.attachToWindowToken(new Binder()); in testAttachToWindowTokenBeforeAttachingToDAThrowException()
/frameworks/base/core/java/android/window/
DWindowContextController.java140 public void attachToWindowToken(@NonNull IBinder windowToken) { in attachToWindowToken() method in WindowContextController
145 if (!getWindowTokenClientController().attachToWindowToken(mToken, windowToken)) { in attachToWindowToken()
DWindowProviderService.java190 public final void attachToWindowToken(@NonNull IBinder windowToken) { in attachToWindowToken() method in WindowProviderService
191 mController.attachToWindowToken(windowToken); in attachToWindowToken()
DWindowTokenClientController.java153 public boolean attachToWindowToken(@NonNull WindowTokenClient client, in attachToWindowToken() method in WindowTokenClientController
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java808 attachToWindowToken(token); in attachToken()
/frameworks/base/core/api/
Dtest-current.txt4413 method public final void attachToWindowToken(@NonNull android.os.IBinder);