Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/window/
H A DWindowContextController.java95 public void attachToWindowToken(IBinder windowToken) { in attachToWindowToken() method in WindowContextController
100 mToken.attachToWindowToken(windowToken); in attachToWindowToken()
H A DWindowProviderService.java141 public final void attachToWindowToken(@NonNull IBinder windowToken) { in attachToWindowToken() method in WindowProviderService
142 mController.attachToWindowToken(windowToken); in attachToWindowToken()
H A DWindowTokenClient.java154 public void attachToWindowToken(IBinder windowToken) { in attachToWindowToken() method in WindowTokenClient
/aosp12/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowContextControllerTest.java98 mController.attachToWindowToken(new Binder()); in testAttachToWindowTokenBeforeAttachingToDAThrowException()
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java646 attachToWindowToken(token); in attachToken()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt3332 method public final void attachToWindowToken(@NonNull android.os.IBinder);