Searched refs:WindowContext (Results 1 – 16 of 16) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/window/ |
H A D | WindowContextTest.java | 89 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 D | ContextWrapperTest.java | 34 import android.window.WindowContext; 119 final WindowContext windowContext = (WindowContext) appContext.createWindowContext(display, in testRegisterComponentCallbacks()
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | WindowContext.java | 48 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 D | WindowTokenClient.java | 253 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 D | WindowContextListenerController.java | 38 import android.window.WindowContext;
|
H A D | WindowToken.java | 50 import android.window.WindowContext;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotController.java | 87 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 D | WindowTokenTests.java | 43 import android.window.WindowContext;
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowManagerImpl.java | 39 import android.window.WindowContext;
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 97 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 D | ResourcesManager.java | 51 import android.window.WindowContext;
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | Context.java | 95 import android.window.WindowContext;
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1467 …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 D | preloaded-classes | 9985 android.window.WindowContext
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 1467 …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 D | preloaded-classes | 10016 android.window.WindowContext
|