Home
last modified time | relevance | path

Searched defs:attachWindowContextToWindowToken (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl867 void attachWindowContextToWindowToken(IBinder clientToken, IBinder token); in attachWindowContextToWindowToken() method
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2767 public void attachWindowContextToWindowToken(IBinder clientToken, IBinder token) { in attachWindowContextToWindowToken() method in WindowManagerService