Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowContextTest.java89 private final WindowContext mWindowContext = createWindowContext();
174 final WindowContext windowContext = createWindowContext(params.type); in testCreateWindowContext_AttachActivity_TokenNotRemovedAfterRelease()
202 final WindowContext windowContext = createWindowContext(TYPE_INPUT_METHOD); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease()
230 final WindowContext windowContext = createWindowContext(TYPE_INPUT_METHOD); in testWindowContextAddViewWithSubWindowType_NotCrash()
268 final WindowContext windowContext = createWindowContext(); in testRegisterComponentCallbacks()
296 final WindowContext windowContext = createWindowContext(); in testRegisterComponentCallbacksOnWindowContextWrapper()
323 private WindowContext createWindowContext() { in createWindowContext()
327 private WindowContext createWindowContext(@WindowType int type) { in createWindowContext()
331 return (WindowContext) instContext.createWindowContext(display, type, null /* options */); in createWindowContext()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DContextWrapperTest.java34 import android.window.WindowContext;
119 final WindowContext windowContext = (WindowContext) appContext.createWindowContext(display, in testRegisterComponentCallbacks()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContext.java48 public class WindowContext extends ContextWrapper implements WindowProvider { class
76 public WindowContext(@NonNull Context base, int type, @Nullable Bundle options) { in WindowContext() method in WindowContext
H A DWindowTokenClient.java253 if (shouldReportConfigChange && context instanceof WindowContext) { in onConfigurationChanged()
254 final WindowContext windowContext = (WindowContext) context; in onConfigurationChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContextListenerController.java38 import android.window.WindowContext;
H A DWindowToken.java50 import android.window.WindowContext;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java87 import android.window.WindowContext;
260 private final WindowContext mContext;
366 mContext = (WindowContext) displayContext.createWindowContext(TYPE_SCREENSHOT, null); in ScreenshotController()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTokenTests.java43 import android.window.WindowContext;
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java39 import android.window.WindowContext;
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java97 import android.window.WindowContext;
2836 public WindowContext createWindowContext(@WindowType int type, in createWindowContext()
2849 public WindowContext createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext()
2866 private WindowContext createWindowContextInternal(@NonNull Display display, in createWindowContextInternal()
2881 final WindowContext windowContext = new WindowContext(windowContextBase, type, options); in createWindowContextInternal()
H A DResourcesManager.java51 import android.window.WindowContext;
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java95 import android.window.WindowContext;
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt1467 …PLandroid/app/ContextImpl;->createWindowContext(ILandroid/os/Bundle;)Landroid/window/WindowContext;
1469 …mpl;->createWindowContext(Landroid/view/Display;ILandroid/os/Bundle;)Landroid/window/WindowContext;
1471 …eateWindowContextInternal(Landroid/view/Display;ILandroid/os/Bundle;)Landroid/window/WindowContext;
21223 HSPLandroid/window/WindowContext;-><init>(Landroid/content/Context;ILandroid/os/Bundle;)V
21224 HSPLandroid/window/WindowContext;->attachToDisplayArea()V
21225 HSPLandroid/window/WindowContext;->dispatchConfigurationChanged(Landroid/content/res/Configuration;…
21226 HSPLandroid/window/WindowContext;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
21227 HSPLandroid/window/WindowContext;->registerComponentCallbacks(Landroid/content/ComponentCallbacks;)V
21236 …droid/content/res/Resources;]Landroid/content/Context;Landroid/window/WindowContext;,Landroid/app/…
32784 Landroid/window/WindowContext;
H A Dpreloaded-classes9985 android.window.WindowContext
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1467 …PLandroid/app/ContextImpl;->createWindowContext(ILandroid/os/Bundle;)Landroid/window/WindowContext;
1469 …mpl;->createWindowContext(Landroid/view/Display;ILandroid/os/Bundle;)Landroid/window/WindowContext;
1471 …eateWindowContextInternal(Landroid/view/Display;ILandroid/os/Bundle;)Landroid/window/WindowContext;
21287 HSPLandroid/window/WindowContext;-><init>(Landroid/content/Context;ILandroid/os/Bundle;)V
21288 HSPLandroid/window/WindowContext;->attachToDisplayArea()V
21289 HSPLandroid/window/WindowContext;->dispatchConfigurationChanged(Landroid/content/res/Configuration;…
21290 HSPLandroid/window/WindowContext;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
21291 HSPLandroid/window/WindowContext;->registerComponentCallbacks(Landroid/content/ComponentCallbacks;)V
21300 …droid/content/res/Resources;]Landroid/content/Context;Landroid/window/WindowContext;,Landroid/app/…
42918 Landroid/window/WindowContext;
H A Dpreloaded-classes10016 android.window.WindowContext