Home
last modified time | relevance | path

Searched refs:WindowTokenClient (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/window/
DWindowTokenClientController.java55 private final ArrayMap<IBinder, WindowTokenClient> mWindowTokenClientMap = new ArrayMap<>();
88 final WindowTokenClient windowTokenClient; in getWindowContext()
104 public boolean attachToDisplayArea(@NonNull WindowTokenClient client, in attachToDisplayArea()
127 public boolean attachToDisplayContent(@NonNull WindowTokenClient client, int displayId) { in attachToDisplayContent()
153 public boolean attachToWindowToken(@NonNull WindowTokenClient client, in attachToWindowToken()
171 public void detachIfNeeded(@NonNull WindowTokenClient client) { in detachIfNeeded()
184 private void onWindowContextTokenAttached(@NonNull WindowTokenClient client, in onWindowContextTokenAttached()
205 final WindowTokenClient windowTokenClient = getWindowTokenClient(clientToken); in onWindowContextInfoChanged()
213 final WindowTokenClient windowTokenClient = getWindowTokenClient(clientToken); in onWindowContextWindowRemoved()
220 private WindowTokenClient getWindowTokenClient(@NonNull IBinder clientToken) { in getWindowTokenClient()
[all …]
DWindowContextController.java81 private final WindowTokenClient mToken;
90 public WindowContextController(@NonNull WindowTokenClient token) { in WindowContextController()
DWindowContext.java82 WindowTokenClient token = (WindowTokenClient) getWindowContextToken(); in WindowContext()
DWindowProviderService.java59 private final WindowTokenClient mWindowToken = new WindowTokenClient();
DWindowTokenClient.java58 public class WindowTokenClient extends Binder { class
59 private static final String TAG = WindowTokenClient.class.getSimpleName();
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContextListenerControllerTests.java53 import android.window.WindowTokenClient;
84 private WindowTokenClient mClientToken;
106 final WindowTokenClient clientToken = (WindowTokenClient) args[0]; in setUp()
131 final WindowTokenClient clientToken = mock(WindowTokenClient.class); in testRegisterWindowContextListener()
344 private static class TestWindowTokenClient extends WindowTokenClient {
DInputMethodDialogWindowContextTest.java55 import android.window.WindowTokenClient;
153 final WindowTokenClient tokenClient = (WindowTokenClient) context.getWindowContextToken(); in testGetSettingsContextOnDualDisplayContent()
/frameworks/base/core/java/android/view/
DSurfaceControlViewHost.java35 import android.window.WindowTokenClient;
411 if (token instanceof WindowTokenClient) { in setConfigCallback()
412 final WindowTokenClient w = (WindowTokenClient) token; in setConfigCallback()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DClientTransactionListenerControllerTest.java54 import android.window.WindowTokenClient;
200 final WindowTokenClient windowTokenClient = spy(new WindowTokenClient()); in testWindowTokenClient_onConfigurationChanged()
/frameworks/base/core/tests/coretests/src/android/window/
DWindowContextControllerTest.java63 private WindowTokenClient mMockToken;
DWindowTokenClientControllerTest.java59 private WindowTokenClient mWindowTokenClient;
/frameworks/base/core/java/android/app/
DContextImpl.java101 import android.window.WindowTokenClient;
2937 final WindowTokenClient windowTokenClient = new WindowTokenClient(); in createWindowContextInternal()
3353 if (mToken instanceof WindowTokenClient && mOwnsToken) { in finalize()
3355 (WindowTokenClient) mToken); in finalize()
3381 final WindowTokenClient token = new WindowTokenClient(); in createSystemUiContext()
3604 && mToken instanceof WindowTokenClient) { in performFinalCleanup()
/frameworks/base/boot/
Dboot-image-profile.txt20872 HSPLandroid/window/WindowContextController;-><init>(Landroid/window/WindowTokenClient;)V
20905 HSPLandroid/window/WindowTokenClient;-><clinit>()V
20906 HSPLandroid/window/WindowTokenClient;-><init>()V
20907 HSPLandroid/window/WindowTokenClient;->attachContext(Landroid/content/Context;)V
20908 HSPLandroid/window/WindowTokenClient;->onConfigurationChanged(Landroid/content/res/Configuration;I)V
20909 HSPLandroid/window/WindowTokenClient;->onConfigurationChanged(Landroid/content/res/Configuration;IZ…
32785 Landroid/window/WindowTokenClient;
Dpreloaded-classes10363 android.window.WindowTokenClient
/frameworks/base/config/
Dboot-image-profile.txt20936 HSPLandroid/window/WindowContextController;-><init>(Landroid/window/WindowTokenClient;)V
20969 HSPLandroid/window/WindowTokenClient;-><clinit>()V
20970 HSPLandroid/window/WindowTokenClient;-><init>()V
20971 HSPLandroid/window/WindowTokenClient;->attachContext(Landroid/content/Context;)V
20972 HSPLandroid/window/WindowTokenClient;->onConfigurationChanged(Landroid/content/res/Configuration;I)V
20973 HSPLandroid/window/WindowTokenClient;->onConfigurationChanged(Landroid/content/res/Configuration;IZ…
42946 Landroid/window/WindowTokenClient;
Dpreloaded-classes10394 android.window.WindowTokenClient